fixed bug in halo exchange when there is only one proc in the direction of the exchange

This commit is contained in:
Marc Howison
2009-07-10 21:34:44 +00:00
parent 57ce44db8b
commit 06aef8a08f
2 changed files with 47 additions and 38 deletions
+6 -3
View File
@@ -4,14 +4,17 @@
#include <stdlib.h>
#include <stdarg.h>
#include <hdf5.h>
#ifdef PARALLEL_IO
#include <mpi.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef MPI_INCLUDED
#ifndef PARALLEL_IO
#define PARALLEL_IO
#endif
#endif
#include "H5PartTypes.h"
#include "H5Block.h"