Revert "Moving more MPI calls to the wrapper"

This reverts commit 0f91767b6c.
This commit is contained in:
JamesEMcclure
2020-03-17 21:23:18 -04:00
parent fa61d19095
commit 9f5b44dfe4
53 changed files with 2678 additions and 2360 deletions

View File

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

View File

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