comparison testJob.sh @ 11:b0d9fe66ce8a

give up on mpiexec_mpt
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 25 Feb 2020 18:33:22 +0000
parents
children a82c325e8b32
comparison
equal deleted inserted replaced
10:a33db8e3f51c 11:b0d9fe66ce8a
1 #!/bin/bash
2 #PBS -l select=2:ncpus=36
3 #PBS -l place=exclhost
4 #PBS -l walltime=08:00:00
5 #PBS -V
6 #PBS -A dc007
7 #PBS -N plinks
8
9 #module load mpt
10
11 cd ${PBS_O_WORKDIR}
12 bin/test.sh
13
14