diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-06-05 21:44:10 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-06-05 21:44:10 (GMT) |
commit | 931abe94244c94e106835250e2f723f634a61c8c (patch) | |
tree | 97ab190f82de316189b9da37426fb62448cab5f6 /config/cmake/scripts/HPC/sbatch-HDF5options.cmake | |
parent | c64bfbd8a0eb71bfbd458eb680e7419bc1bd10c7 (diff) | |
download | hdf5-931abe94244c94e106835250e2f723f634a61c8c.zip hdf5-931abe94244c94e106835250e2f723f634a61c8c.tar.gz hdf5-931abe94244c94e106835250e2f723f634a61c8c.tar.bz2 |
Move set (MAX_PROC_COUNT 8) back to HPC options files.
Diffstat (limited to 'config/cmake/scripts/HPC/sbatch-HDF5options.cmake')
-rw-r--r-- | config/cmake/scripts/HPC/sbatch-HDF5options.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/cmake/scripts/HPC/sbatch-HDF5options.cmake b/config/cmake/scripts/HPC/sbatch-HDF5options.cmake index 42d7482..3205a1c 100644 --- a/config/cmake/scripts/HPC/sbatch-HDF5options.cmake +++ b/config/cmake/scripts/HPC/sbatch-HDF5options.cmake @@ -13,7 +13,10 @@ #### Change default configuration of options in config/cmake/cacheinit.cmake file ### #### format: set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DXXX:YY=ZZZZ") ### ############################################################################################# - +if (DEFINED MPI) + # maximum parallel processor count for build and test #### + set (MAX_PROC_COUNT 8) +endif() ############################################################################################# ### options to run test scripts in batch commands if (DEFINED KNL) |