diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/h5test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/h5test.c b/test/h5test.c index 360f1d9..03e857f 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -64,13 +64,8 @@ * is about the best guess. */ #ifndef HDF5_PARAPREFIX -#ifdef __PUMAGON__ -/* For the PFS of TFLOPS */ -#define HDF5_PARAPREFIX "pfs:/pfs_grande/multi/tmp_1" -#else #define HDF5_PARAPREFIX "" #endif -#endif char *paraprefix = NULL; /* for command line option para-prefix */ #ifdef H5_HAVE_PARALLEL MPI_Info h5_io_info_g=MPI_INFO_NULL;/* MPI INFO object for IO */ |