summaryrefslogtreecommitdiffstats
path: root/bin/batch/sbatch_ctestSP.sl
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-11-22 05:13:04 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-11-22 05:13:04 (GMT)
commitf9b625ef5d8a341bbe0e8d77e567a981806216ec (patch)
treeb15b637c7538530cb506144f6a63b10a56f922a1 /bin/batch/sbatch_ctestSP.sl
parent3055e499d527d9847c7f71f6a1596e69101183b3 (diff)
parent9c7161e105aaade595c4f382e76ec3b95990ae91 (diff)
downloadhdf5-f9b625ef5d8a341bbe0e8d77e567a981806216ec.zip
hdf5-f9b625ef5d8a341bbe0e8d77e567a981806216ec.tar.gz
hdf5-f9b625ef5d8a341bbe0e8d77e567a981806216ec.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Diffstat (limited to 'bin/batch/sbatch_ctestSP.sl')
-rw-r--r--bin/batch/sbatch_ctestSP.sl3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/batch/sbatch_ctestSP.sl b/bin/batch/sbatch_ctestSP.sl
index 56da347..5d79d9b 100644
--- a/bin/batch/sbatch_ctestSP.sl
+++ b/bin/batch/sbatch_ctestSP.sl
@@ -1,6 +1,5 @@
#!/bin/bash
-#SBATCH -p knl -C quad,flat
#SBATCH --nodes=1
#SBATCH -t 01:00:00
#SBATCH --mail-type=BEGIN,END,FAIL
@@ -8,8 +7,6 @@
#SBATCH --export=ALL
#SBATCH --job-name=h5_ctestS
-module load cmake
-module load craype-hugepages4M
cd build
CMD="ctest . -E TEST_PAR|H5DIFF|PERFORM -C Release -j 32 -T test"