mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Changing output file names to avoid possible conflict during parallel build and test, especially on jelly.
This commit is contained in:
parent
73dda77dc7
commit
f42b6ace18
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user