diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-02-02 14:02:48 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-02-02 14:02:48 (GMT) |
commit | c348d453b583ec9092152e6aef1f7fa9854cf5d9 (patch) | |
tree | 2340b6643271e3be3971292b5f832786d628919a /bin/batch/ctestS.sl.in.cmake | |
parent | cc7ce0eb8b1aa14960b00af0f0711bdb43add2a5 (diff) | |
download | hdf5-c348d453b583ec9092152e6aef1f7fa9854cf5d9.zip hdf5-c348d453b583ec9092152e6aef1f7fa9854cf5d9.tar.gz hdf5-c348d453b583ec9092152e6aef1f7fa9854cf5d9.tar.bz2 |
Correct H5DIFF to PH5DIFF in *ctestS.sl.in.cmake list of parallel tests
reserved for *ctestP.sl.cmake.
Revise options to run batch tests and alternative options for cross
compile in HPC/*-HDF5options.cmake.
Diffstat (limited to 'bin/batch/ctestS.sl.in.cmake')
-rw-r--r-- | bin/batch/ctestS.sl.in.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/batch/ctestS.sl.in.cmake b/bin/batch/ctestS.sl.in.cmake index f772be9..98c1bcd 100644 --- a/bin/batch/ctestS.sl.in.cmake +++ b/bin/batch/ctestS.sl.in.cmake @@ -8,7 +8,7 @@ #SBATCH --job-name=h5_ctestS cd @HDF5_BINARY_DIR@ -CMD="ctest . -E TEST_PAR|H5DIFF|PERFORM|ph5example -C Release -j 32 -T test" +CMD="ctest . -E TEST_PAR|PH5DIFF|PERFORM|ph5example -C Release -j 32 -T test" echo "Run $CMD. Test output will be in build/ctestS.out" $CMD >& ctestS.out |