Mercurial > hg > cc > cirrus_home
view bin/s2t.sh @ 169:a8e311034d43
new-style log notice
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 20 Jul 2022 19:47:21 +0100 |
parents | c3c3dd60b8a8 |
children | acae526510e2 |
line wrap: on
line source
#!/bin/bash # Invoke this as e.g. sbatch -N 4 --ntasks=3 -c 5 s2t.sh \ # CC-MAIN-2019-35 cdx_counts 0 299 #SBATCH --time=01:00:00 #SBATCH --partition=standard #SBATCH --qos=standard #SBATCH --account=ec184-guest #SBATCH --job-name s2t export W=/work/dc007/dc007 echo $(date) Launching $SLURM_JOB_NUM_NODES nodes for s2t "$@" from $(hostname) to do $SLURM_NTASKS tasks, $SLURM_CPUS_PER_TASK cpus each srun -c $SLURM_CPUS_PER_TASK $W/shared/bin/sing $W/hst/bin/_s2t.sh "$@"