Fixing compile error on platforms/filesystems that are case insensitive (MAC) due to MPI.h including mpi.h which included itself rather than including mpi

This commit is contained in:
Mark Berrill
2015-02-02 12:01:32 -05:00
parent b0fa4f8c3b
commit 3c6732d03e
25 changed files with 31 additions and 40 deletions

View File

@@ -6,7 +6,7 @@
#include <fstream>
#include "Communication.h"
#include "common/MPI.h"
#include "common/MPI_Helpers.h"
using namespace std;