Account info can be submitted as an argument to run the batch scripts.

Special versions for sandia are not needed.
This commit is contained in:
Larry Knox 2019-01-28 12:52:14 -06:00
parent 0ef4c812c7
commit 252beb50b6
2 changed files with 0 additions and 33 deletions

View File

@ -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"

View File

@ -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"