Mercurial > hg > cc > cirrus_home
diff shortTestJob.sh @ 22:ce4c2ec0d5b3
more job scripts
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 18 Mar 2020 10:57:56 +0000 |
parents | |
children | 6f28ac7d5255 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/shortTestJob.sh Wed Mar 18 10:57:56 2020 +0000 @@ -0,0 +1,14 @@ +#!/bin/bash +#PBS -l select=2:ncpus=19 +#PBS -l place=exclhost +#PBS -l walltime=01:00:00 +#PBS -V +#PBS -A dc007 +#PBS -N shortTest19 + +#module load mpt + +cd ${PBS_O_WORKDIR} +bin/dummy.sh + +