summaryrefslogtreecommitdiffstats
path: root/test/vds_env.c
Commit message (Collapse)AuthorAgeFilesLines
* Changing output file names to avoid possible conflict during parallel build ↵Songyu Lu2019-04-191-6/+4
| | | | and test, especially on jelly.
* Taking out unnecessary diff files for output.Songyu Lu2019-04-111-1/+1
|
* Some coding style changes.Songyu Lu2019-04-111-1/+1
|
* Minor fixes: updating the test vds_env.c according to the set up of vds.c.Songyu Lu2019-04-101-7/+47
|
* This commit basically has the following changes:Songyu Lu2019-04-041-0/+326
1. restored the datatype, dataspace, and LCPL of the dataset for VOL connector back to the properties. 2. splitted external.c and vds.c because they called HDsetenv in the program, instead using shell scripts to set the environment variables. 3. changed H5CX_get_vds_prefix and H5CX_get_ext_file_prefix to use H5P_peek instead of H5P_get.