summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-01-28 18:52:14 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-01-28 18:52:14 (GMT)
commit252beb50b69d68ef087f00aded1994a3d9b235f0 (patch)
tree72b5a23c05663523a852d8a956dd19c111567a48
parent0ef4c812c73b3f1c979a177c1b8536217d2706be (diff)
downloadhdf5-252beb50b69d68ef087f00aded1994a3d9b235f0.zip
hdf5-252beb50b69d68ef087f00aded1994a3d9b235f0.tar.gz
hdf5-252beb50b69d68ef087f00aded1994a3d9b235f0.tar.bz2
Account info can be submitted as an argument to run the batch scripts.
Special versions for sandia are not needed.
-rw-r--r--bin/batch/sandia_ctestP.sl.in.cmake17
-rw-r--r--bin/batch/sandia_ctestS.sl.in.cmake16
2 files changed, 0 insertions, 33 deletions
diff --git a/bin/batch/sandia_ctestP.sl.in.cmake b/bin/batch/sandia_ctestP.sl.in.cmake
deleted file mode 100644
index 55d47eb..0000000
--- a/bin/batch/sandia_ctestP.sl.in.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-##SBATCH --account=fy140085 # WC ID
-#SBATCH --nodes=1
-#SBATCH -t 00:30:00
-#SBATCH --mail-type=BEGIN,END,FAIL
-##SBATCH --mail-user=<username>@sandia.gov
-#SBATCH --export=ALL
-#SBATCH --job-name=h5_ctestP
-
-cd @HDF5_BINARY_DIR@
-CMD="ctest . -R TEST_PAR|PH5DIFF|PERFORM|ph5example -E t_cache_image -C Release -T test"
-
-echo "Run $CMD. Test output will be in build/ctestP.out"
-$CMD >& ctestP.out
-echo "Done running $CMD"
-
diff --git a/bin/batch/sandia_ctestS.sl.in.cmake b/bin/batch/sandia_ctestS.sl.in.cmake
deleted file mode 100644
index 3d491b7..0000000
--- a/bin/batch/sandia_ctestS.sl.in.cmake
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-##SBATCH --account=fy140085 # WC ID
-#SBATCH --nodes=1
-#SBATCH -t 00:30:00
-#SBATCH --mail-type=BEGIN,END,FAIL
-##SBATCH --mail-user=<username>@sandia.gov
-#SBATCH --export=ALL
-#SBATCH --job-name=h5_ctestS
-
-cd @HDF5_BINARY_DIR@
-CMD="ctest . -E TEST_PAR|H5DIFF|PERFORM|ph5example -C Release -j 32 -T test"
-
-echo "Run $CMD. Test output will be in build/ctestS.out"
-$CMD >& ctestS.out
-echo "Done running $CMD"