diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2009-10-07 05:31:49 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2009-10-07 05:31:49 (GMT) |
commit | de76999134dffc8700b88115c4bde5fe75acfc60 (patch) | |
tree | 642a455b69c922115b400cf3ac77d883907a4f6f /perform | |
parent | 190e10b63d143d4c57cba60f6b70cbcc2f0e1af9 (diff) | |
download | hdf5-de76999134dffc8700b88115c4bde5fe75acfc60.zip hdf5-de76999134dffc8700b88115c4bde5fe75acfc60.tar.gz hdf5-de76999134dffc8700b88115c4bde5fe75acfc60.tar.bz2 |
[svn-r17607] ode 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 |