diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-05-09 21:45:22 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-05-09 21:45:22 (GMT) |
commit | cf6f2f039d8e1c98bdd9690357e2b4670f23ae4e (patch) | |
tree | a140dce86400249fe1321fb3c6793539efa82777 /config/cmake/scripts/HDF5config.cmake | |
parent | 68e34f7be1309f77c616d0078d128da199ab050c (diff) | |
download | hdf5-cf6f2f039d8e1c98bdd9690357e2b4670f23ae4e.zip hdf5-cf6f2f039d8e1c98bdd9690357e2b4670f23ae4e.tar.gz hdf5-cf6f2f039d8e1c98bdd9690357e2b4670f23ae4e.tar.bz2 |
Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.
Diffstat (limited to 'config/cmake/scripts/HDF5config.cmake')
-rw-r--r-- | config/cmake/scripts/HDF5config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake index 0d85b42..3ae48ce 100644 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -44,7 +44,7 @@ set (CTEST_SOURCE_VERSEXT "") #CTEST_CONFIGURATION_TYPE - Release, Debug, RelWithDebInfo #CTEST_SOURCE_NAME - name of source folder; HDF5-1.10.0 #MODEL - CDash group name -#HPC - run alternate configurations for HPC machines; sbatch, bsub, raybsub +#HPC - run alternate configurations for HPC machines; sbatch, bsub, raybsub, qsub #MPI - enable MPI; if (DEFINED CTEST_SCRIPT_ARG) # transform ctest script arguments of the form |