summaryrefslogtreecommitdiffstats
path: root/bin/batch/knl_H5detect.sl.in.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'bin/batch/knl_H5detect.sl.in.cmake')
-rw-r--r--bin/batch/knl_H5detect.sl.in.cmake20
1 files changed, 0 insertions, 20 deletions
diff --git a/bin/batch/knl_H5detect.sl.in.cmake b/bin/batch/knl_H5detect.sl.in.cmake
deleted file mode 100644
index 39a3ef3..0000000
--- a/bin/batch/knl_H5detect.sl.in.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-#SBATCH -p knl -C quad
-#SBATCH --nodes=1
-#SBATCH -t 00:10:00
-#SBATCH --mail-type=BEGIN,END,FAIL
-#SBATCH --mail-user=<username>@sandia.gov
-#SBATCH --export=ALL
-#SBATCH --job-name=knl_h5detect
-
-
-# Inputs: Build directory, output file name, executable file name (username/email if available).
-PROGNAME=H5detect
-OUTPUT=H5Tinit.c
-
-CMD="@HDF5_BINARY_DIR@/bin/${PROGNAME} @HDF5_GENERATED_SOURCE_DIR@/${OUTPUT}"
-echo "Run $CMD"
-srun -n 1 $CMD
-echo "Done running $CMD"
-