Mercurial > hg > cc > cirrus_home
changeset 22:ce4c2ec0d5b3
more job scripts
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 18 Mar 2020 10:57:56 +0000 |
parents | a598469733d3 |
children | d376341b10c2 |
files | shortTestJob.sh |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
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 + +