Mercurial > hg > cc > cirrus_work
view bin/simpleJob.sh @ 218:d19cd5fe0e06
add percentage of non-latin by crawl table
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Tue, 20 Feb 2024 15:23:47 +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 "$@"