Mercurial > hg > cc > cirrus_home
view testJob.sh @ 202:491b6d11dd14
works now with somewhat redundant --array=a-b and runme.sh -m a b
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Mon, 20 Apr 2026 18:22:38 +0100 |
| parents | a82c325e8b32 |
| children |
line wrap: on
line source
#!/bin/bash #PBS -l select=2:ncpus=36 #PBS -l place=exclhost #PBS -l walltime=08:00:00 #PBS -V #PBS -A dc007 #PBS -N test #module load mpt cd ${PBS_O_WORKDIR} bin/dummy.sh
