diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-02-08 16:48:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-02-08 16:48:49 (GMT) |
commit | d0be2f5840fcadb6f2852bbf2c35082760165388 (patch) | |
tree | 68ac04e1132d1da833c81e5de80c18c5b9968337 /MANIFEST | |
parent | 4300ca623482508d19caf427fdadce86f811e347 (diff) | |
download | hdf5-d0be2f5840fcadb6f2852bbf2c35082760165388.zip hdf5-d0be2f5840fcadb6f2852bbf2c35082760165388.tar.gz hdf5-d0be2f5840fcadb6f2852bbf2c35082760165388.tar.bz2 |
CMake script changes to simplify execution
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3369,8 +3369,11 @@ ./config/cmake/scripts/CTestScript.cmake ./config/cmake/scripts/HDF5config.cmake ./config/cmake/scripts/HDF5options.cmake -./config/cmake/scripts/HPC/par-HDF5options.cmake -./config/cmake/scripts/HPC/ser-HDF5options.cmake + +# CMake-specific HPC Scripts +./config/cmake/scripts/HPC/sbatch-HDF5options.cmake +./config/cmake/scripts/HPC/bsub-HDF5options.cmake +./config/cmake/scripts/HPC/raybsub-HDF5options.cmake # Files generated by autogen ./aclocal.m4 |