diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-10-07 05:08:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-10-07 05:08:05 (GMT) |
commit | 8d8f365711cd9c5bb27a7db31d986dad779506f6 (patch) | |
tree | 7c8e84fa28f8ea1acd54d199e63b83490dcac787 /perform | |
parent | 7f1379704fd291c2f1a16c0087690f0b2ce90e4c (diff) | |
download | hdf5-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 'perform')
-rw-r--r-- | perform/pio_engine.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perform/pio_engine.c b/perform/pio_engine.c index c5214d3..a70ddc3 100644 --- a/perform/pio_engine.c +++ b/perform/pio_engine.c @@ -107,12 +107,7 @@ static int clean_file_g = -1; /*whether to cleanup temporary test */ * 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 /* __PUMAGON__ */ #endif /* !HDF5_PARAPREFIX */ #ifndef MIN |