File: pbs.script

package info (click to toggle)
pnetcdf 1.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,812 kB
  • sloc: ansic: 85,298; f90: 10,707; fortran: 9,283; cpp: 8,864; makefile: 3,084; perl: 2,833; sh: 2,538; yacc: 1,227; lex: 216
file content (18 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#PBS -q debug
#PBS -l walltime=00:10:00
#PBS -l mppwidth=8
#PBS -N pnetcdf_test
#PBS -j oe
#PBS -V

cd $PBS_O_WORKDIR

set OUT_DIR = /output/file/directory

# test seqential programs
make check TESTMPIRUN="aprun -n NP" TESTOUTDIR=$OUT_DIR TESTSEQRUN="aprun -n 1"

# test parallel programs
make ptest TESTMPIRUN="aprun -n NP" TESTOUTDIR=$OUT_DIR TESTSEQRUN="aprun -n 1"