diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-05-10 17:13:25 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-05-10 17:13:25 (GMT) |
commit | aaacc50f64a4ff4c02764b706ac9884f6ff42754 (patch) | |
tree | c604c50d9c65925e8db4b374c5039ef55a5a141d /config | |
parent | cf6f2f039d8e1c98bdd9690357e2b4670f23ae4e (diff) | |
download | hdf5-aaacc50f64a4ff4c02764b706ac9884f6ff42754.zip hdf5-aaacc50f64a4ff4c02764b706ac9884f6ff42754.tar.gz hdf5-aaacc50f64a4ff4c02764b706ac9884f6ff42754.tar.bz2 |
fixed missing paralle test
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/scripts/HPC/qsub-HDF5options.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/scripts/HPC/qsub-HDF5options.cmake b/config/cmake/scripts/HPC/qsub-HDF5options.cmake index d131e4f..51c3891 100644 --- a/config/cmake/scripts/HPC/qsub-HDF5options.cmake +++ b/config/cmake/scripts/HPC/qsub-HDF5options.cmake @@ -29,6 +29,7 @@ endif () ############################################################################################# ### options to run test scripts in batch commands set (LOCAL_BATCH_SCRIPT_NAME "ctest.qsub") +set (LOCAL_BATCH_SCRIPT_PARALLEL_NAME "ctest.qsub") if (DEFINED KNL) ### some additions and alternatives to cross compile on haswell for knl set (COMPUTENODE_HWCOMPILE_MODULE "craype-mic-knl") @@ -38,6 +39,7 @@ set (LOCAL_BATCH_SCRIPT_COMMAND "qsub") set (LOCAL_BATCH_TEST "TRUE") set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DLOCAL_BATCH_TEST:BOOL=ON") set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DLOCAL_BATCH_SCRIPT_NAME:STRING=${LOCAL_BATCH_SCRIPT_NAME}") +set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DLOCAL_BATCH_SCRIPT_PARALLEL_NAME:STRING=${LOCAL_BATCH_SCRIPT_PARALLEL_NAME}") set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DMPIEXEC_EXECUTABLE:STRING=aprun") # Option to suppress writing job statistics; to avoid issues with h5diff comparisons. set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DMPIEXEC_PREFLAGS:STRING=-q") |