summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-08-02 17:55:08 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-08-02 17:55:08 (GMT)
commit0d1c9438f985ac5418b0d5f5307d60870ae17a28 (patch)
tree2bf3198521e6ea3640e5d5feae9b793d157ef52a /testpar
parent1ee43a8b95fc4578162da0738dc58f702efdbe0a (diff)
downloadhdf5-0d1c9438f985ac5418b0d5f5307d60870ae17a28.zip
hdf5-0d1c9438f985ac5418b0d5f5307d60870ae17a28.tar.gz
hdf5-0d1c9438f985ac5418b0d5f5307d60870ae17a28.tar.bz2
[svn-r1554] Changed it to use the tflops predefined __PUMAGON__ to identify
the tflops system.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 184c9a5..f286dbd 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -14,7 +14,7 @@ int chunkdim1;
int nerrors = 0; /* errors count */
int verbose = 0; /* verbose, default as no. */
-#ifdef POOMA_ARCH
+#ifdef __PUMAGON__
/* For the PFS of TFLOPS */
char *fileprefix = "pfs:/pfs_grande/multi/tmp_1/";
#else