Moving more MPI calls to the wrapper

This commit is contained in:
Mark Berrill
2020-01-28 12:33:36 -05:00
parent d1f714a82e
commit 0f91767b6c
53 changed files with 2360 additions and 2678 deletions

View File

@@ -6,7 +6,7 @@
#include <functional>
#include "mpi.h"
#include "common/MPI.h"
namespace StackTrace

View File

@@ -14,7 +14,7 @@
#include <typeinfo>
#ifdef USE_MPI
#include "mpi.h"
#include "common/MPI.h"
#endif
#ifdef USE_TIMER