diff options
-rw-r--r-- | testpar/testphdf5.c | 2 |
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 |