test/H5BlockTestAttributes.c

- include mpi.h removed if PARRALLEL_IO
	- typedef MPI_Comm removed if not PARALLEL_IO
This commit is contained in:
2007-05-10 20:37:34 +00:00
parent 825322c576
commit 70bc6af59f
+1 -4
View File
@@ -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