Mercurial > hg > cc > cirrus_home
view shortTestJob.sh @ 203:2aa9db279d56
--array + -m now working
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Wed, 22 Apr 2026 18:50:07 +0100 |
| parents | 6f28ac7d5255 |
| children |
line wrap: on
line source
#!/bin/bash #PBS -l select=2:ncpus=36 #PBS -l place=exclhost #PBS -l walltime=01:00:00 #PBS -V #PBS -A dc007 #PBS -N shortTest36 #module load mpt cd ${PBS_O_WORKDIR} bin/dummy.sh
