Mercurial > hg > cc > cirrus_work
view bin/simpleJob.sh @ 83:d92bd8527718
use surt instead of trying to create index term by hand
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Sat, 19 Aug 2023 16:33:23 -0400 |
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 "$@"