fixed autoconf issue with PGI compilers and #define issue with OpenMPI

This commit is contained in:
Marc Howison
2010-05-03 20:04:34 +00:00
parent bb41cc3288
commit 3e99a8ccfa
2 changed files with 7 additions and 4 deletions
+2
View File
@@ -20,8 +20,10 @@ __attribute__ ((format (printf, 3, 4)))
;
#ifndef MPI_INCLUDED
#ifndef OPEN_MPI
typedef unsigned long MPI_Comm;
#endif
#endif
#define H5PART_STEPNAME_LEN 64
#define H5PART_DATANAME_LEN 64