summaryrefslogtreecommitdiffstats
path: root/test/h5test.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-10-07 05:08:05 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-10-07 05:08:05 (GMT)
commit8d8f365711cd9c5bb27a7db31d986dad779506f6 (patch)
tree7c8e84fa28f8ea1acd54d199e63b83490dcac787 /test/h5test.c
parent7f1379704fd291c2f1a16c0087690f0b2ce90e4c (diff)
downloadhdf5-8d8f365711cd9c5bb27a7db31d986dad779506f6.zip
hdf5-8d8f365711cd9c5bb27a7db31d986dad779506f6.tar.gz
hdf5-8d8f365711cd9c5bb27a7db31d986dad779506f6.tar.bz2
[svn-r17606] Code Cleanup:
TFLOPS machine has retired long ago. Removed all code specific for its support. Test: h5committested.
Diffstat (limited to 'test/h5test.c')
-rw-r--r--test/h5test.c5
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 */