Mercurial > hg > cc > cirrus_work
view bin/simpleJob.sh @ 339:1485b43a1dc2 trim
with graphs, various additions including no_LM column
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Tue, 03 Mar 2026 14:25:09 +0000 |
| parents | b59f49909bda |
| children |
line wrap: on
line source
#!/bin/bash # Simple job runner: # Usage: sbatch [slurm args] ~/simpleJob.sh script-name [script-args] #SBATCH --partition=standard #SBATCH --qos=standard #SBATCH --account=ec184-guest echo $(date) running "$@" srun "$@"
