test/H5BlockTestAttributes.c
- include mpi.h removed if PARRALLEL_IO - typedef MPI_Comm removed if not PARALLEL_IO
This commit is contained in:
@@ -4,10 +4,7 @@
|
||||
#include "H5Part.h"
|
||||
#include "H5Block.h"
|
||||
#include "H5BlockTypes.h"
|
||||
#ifdef PARALLEL_IO
|
||||
#include <mpi.h>
|
||||
#else
|
||||
typedef int MPI_Comm;
|
||||
#ifndef PARALLEL_IO
|
||||
#ifndef MPI_COMM_WORLD
|
||||
#define MPI_COMM_WORLD 0
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user