summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Lu <songyulu@hdfgroup.org>2019-04-19 19:01:34 (GMT)
committerRay Lu <songyulu@hdfgroup.org>2019-04-19 19:01:34 (GMT)
commit500f6cccbd4bfe01b67f2bd02f74df58edef045f (patch)
treee79251c1cb48decd67ebf91278f733e3ac229532
parent73dda77dc7138d31940fdeaca0759377dbbcb04f (diff)
parentf42b6ace1899bd1e720bbdf4873e6f6e61bee39b (diff)
downloadhdf5-500f6cccbd4bfe01b67f2bd02f74df58edef045f.zip
hdf5-500f6cccbd4bfe01b67f2bd02f74df58edef045f.tar.gz
hdf5-500f6cccbd4bfe01b67f2bd02f74df58edef045f.tar.bz2
Merge pull request #1665 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-10658-performance-drop-between-1.8-fix2 to develop
* commit 'f42b6ace1899bd1e720bbdf4873e6f6e61bee39b': Changing output file names to avoid possible conflict during parallel build and test, especially on jelly.
-rw-r--r--test/vds_env.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/test/vds_env.c b/test/vds_env.c
index 55e4c85..abdd7b7 100644
--- a/test/vds_env.c
+++ b/test/vds_env.c
@@ -19,10 +19,10 @@
#include "h5test.h"
const char *FILENAME[] = {
- "vds_virt_0",
- "vds_virt_3",
- "vds_src_2",
- "vds%%_src2",
+ "vds_env_virt_0",
+ "vds_env_virt_3",
+ "vds_env_src_2",
+ "vds_env%%_src2",
NULL
};
@@ -293,9 +293,7 @@ test_vds_prefix_second(unsigned config, hid_t fapl)
int
main(void)
{
- char filename[FILENAME_BUF_SIZE];
hid_t fapl, my_fapl;
- int test_api_config;
unsigned bit_config;
H5F_libver_t low, high; /* Low and high bounds */
unsigned latest = FALSE; /* Using the latest library version bound */