diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-10-01 22:02:41 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-10-01 22:02:41 (GMT) |
commit | 87bed2c75284cfb13a1e88f34e48103d6614eedc (patch) | |
tree | 7671a437a2077df669a84856a6e294059ba6fc0e /testpar/testphdf5.c | |
parent | bfdf66356924857ed6b515bbc6a0bc150b2a221e (diff) | |
download | hdf5-87bed2c75284cfb13a1e88f34e48103d6614eedc.zip hdf5-87bed2c75284cfb13a1e88f34e48103d6614eedc.tar.gz hdf5-87bed2c75284cfb13a1e88f34e48103d6614eedc.tar.bz2 |
[svn-r25651] Fix for: HDFFV-8715
HDF5_PARAPREFIX is ignored in parallel dense attribute and performance tests.
tested on Jam w/ parallel.
Diffstat (limited to 'testpar/testphdf5.c')
-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 df6257f..c55e2de 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -528,7 +528,7 @@ int main(int argc, char **argv) } AddTest("denseattr", test_dense_attr, NULL, - "Store Dense Attributes", NULL); + "Store Dense Attributes", PARATESTFILE); /* Display testing information */ |