Moving more MPI calls to the wrapper
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include "mpi.h"
|
||||
#include "common/MPI.h"
|
||||
|
||||
|
||||
namespace StackTrace
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <typeinfo>
|
||||
|
||||
#ifdef USE_MPI
|
||||
#include "mpi.h"
|
||||
#include "common/MPI.h"
|
||||
#endif
|
||||
|
||||
#ifdef USE_TIMER
|
||||
|
||||
Reference in New Issue
Block a user