Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardSnyder-NOAA committed Nov 13, 2024
1 parent 7f41935 commit 5b324b4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests-dev/test_cases/exp_conf/compile_slurm.IN_singularity
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/sh
#SBATCH -e err
#SBATCH -o out
#SBATCH --qos=batch
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=@[TPN]
#SBATCH --job-name="@[JBNME]"

set -eux

echo -n " $( date +%s )," > job_timestamp.txt
echo "Compile started: " `date`

@[PATHRT]/compile.sh @[MACHINE_ID] "@[MAKE_OPT]" @[COMPILE_ID]

echo "Compile ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt

0 comments on commit 5b324b4

Please sign in to comment.