diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-07-27 16:20:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-07-27 16:20:25 (GMT) |
commit | 61cbf3b334905c14c2031dac96a54587954142e1 (patch) | |
tree | 5b2daf5d17f857cb8f7b06de95815cbda2085acc /tools | |
parent | 7cc1166920bb73c98d736468d70635c57c628357 (diff) | |
download | hdf5-61cbf3b334905c14c2031dac96a54587954142e1.zip hdf5-61cbf3b334905c14c2031dac96a54587954142e1.tar.gz hdf5-61cbf3b334905c14c2031dac96a54587954142e1.tar.bz2 |
Parallel needs copy of file in PAR folder
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5diff/CMakeTests.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5diff/CMakeTests.cmake b/tools/h5diff/CMakeTests.cmake index 24cf332..aa620ef 100644 --- a/tools/h5diff/CMakeTests.cmake +++ b/tools/h5diff/CMakeTests.cmake @@ -281,6 +281,9 @@ endforeach () # copy second version of tvlstr.h5 HDFTEST_COPY_FILE("${HDF5_TOOLS_DIR}/testfiles/tvlstr.h5" "${PROJECT_BINARY_DIR}/testfiles/tvlstr2.h5" "h5diff_files") + if (H5_HAVE_PARALLEL) + HDFTEST_COPY_FILE("${HDF5_TOOLS_DIR}/testfiles/tvlstr.h5" "${PROJECT_BINARY_DIR}/PAR/testfiles/tvlstr2.h5" "h5diff_files") + endif () # |