summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-07-27 16:18:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-07-27 16:18:52 (GMT)
commit04d6a3ec3c91cb30dce5dd5abb1b67021527c2fb (patch)
treeffaaa40908e4a82a413dcebb284defc542d0f9e4 /tools
parent634cc5f99d3e46ff615f003087d0a38d9a843898 (diff)
downloadhdf5-04d6a3ec3c91cb30dce5dd5abb1b67021527c2fb.zip
hdf5-04d6a3ec3c91cb30dce5dd5abb1b67021527c2fb.tar.gz
hdf5-04d6a3ec3c91cb30dce5dd5abb1b67021527c2fb.tar.bz2
if PARALLEL copy seconf file to PAR folder
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5diff/CMakeTests.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake
index 02db446..608795c 100644
--- a/tools/test/h5diff/CMakeTests.cmake
+++ b/tools/test/h5diff/CMakeTests.cmake
@@ -316,6 +316,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 ()
#