SST/macro
backtrace.h
Go to the documentation of this file.
1 #ifndef sstmac_software_process_backtrace_h
2 #define sstmac_software_process_backtrace_h
3 
6 
7 #if SSTMAC_HAVE_GRAPHVIZ
8 #define SSTMACBacktrace GraphVizAppendBacktrace
9 #else
10 #define SSTMACBacktrace GraphVizDoNothing
11 #endif
12 
13 #endif