diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-11-14 17:19:28 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-11-14 17:19:28 (GMT) |
commit | 6cbd463d411ebbd621adfb92034c434d41d9a58a (patch) | |
tree | ae7f70f0dd426e1c3a861754406ac1062f93e06d /MANIFEST | |
parent | f515574dcfdb9be2c5b788e472833da47a8105a7 (diff) | |
download | hdf5-6cbd463d411ebbd621adfb92034c434d41d9a58a.zip hdf5-6cbd463d411ebbd621adfb92034c434d41d9a58a.tar.gz hdf5-6cbd463d411ebbd621adfb92034c434d41d9a58a.tar.bz2 |
Add script and changes to wait for H5Tinit.c
Add more sample batch scripts, specifically for sbatch, not for knl
cross compile.
Don't run parallel tests when no parallel test script is configured in
HDF5options.cmake.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -92,8 +92,12 @@ ./bin/timekeeper _DO_NOT_DISTRIBUTE_ ./bin/trace ./bin/yodconfigure +./bin/batch/knl_ctestP.sl +./bin/batch/knl_ctestS.sl ./bin/batch/knl_ctestSP.sl ./bin/batch/knl_H5detect.sl.in.cmake +./bin/batch/sbatch_ctestS.sl +./bin/batch/sbatch_ctestP.sl ./bin/batch/sbatch_ctestSP.sl ./bin/pkgscrpts/h5rmflags _DO_NOT_DISTRIBUTE_ ./bin/pkgscrpts/makeHDF5BinaryTarfiles.pl _DO_NOT_DISTRIBUTE_ @@ -3323,6 +3327,7 @@ ./config/cmake/scripts/CTestScript.cmake ./config/cmake/scripts/HDF5config.cmake ./config/cmake/scripts/HDF5options.cmake +./config/cmake/scripts/wait_H5Tinit.cmake # Files generated by autogen ./aclocal.m4 |