resolve conflict between src/STUBS/mpi.h and lib/message/cslib/src/STUBS_MPI/mpi.h

This commit is contained in:
Axel Kohlmeyer
2019-04-03 01:00:53 -04:00
parent 7372e8fde1
commit 1696432e82
9 changed files with 33 additions and 1 deletions

View File

@ -12,7 +12,11 @@
See the README file in the top-level CSlib directory.
------------------------------------------------------------------------- */
#ifdef MPI_YES
#include <mpi.h>
#else
#include <mpi_dummy.h>
#endif
#include <string.h>
#include <stdlib.h>
#include <stdint.h>