Mercurial > hg > cc > cirrus_work
view bin/simpleJob.sh @ 361:97e049b06f69 plus
remove unused imports and declarations,
compute FILENO and SEG properly,
move local offset to global OFFSET so it's available for the 2nd callback
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Thu, 19 Mar 2026 17:21:51 +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 "$@"
