source:
branches/UKMO/dev_r7681_rebuild_nemo/NEMOGCM/TOOLS/REBUILD_NEMO/BATCH_TEMPLATES/rebuild_nemo_batch_XC40_METO
@
7683
Last change on this file since 7683 was 7683, checked in by timgraham, 6 years ago | |
---|---|
|
|
File size: 293 bytes |
Line | |
---|---|
1 | #!/bin/bash --login |
2 | #PBS -N Rebuild_Nemo |
3 | #PBS -q shared |
4 | #PBS -l ncpus=NTHREADS |
5 | #PBS -l walltime=1:0:0 |
6 | |
7 | export OMP_NUM_THREADS=NTHREADS |
8 | indir=INDIR |
9 | nam_rebuild=NAMELIST |
10 | |
11 | ulimit -s unlimited |
12 | |
13 | module load cray-snplauncher |
14 | cd $PBS_O_WORKDIR |
15 | ${indir}/rebuild_nemo.exe $nam_rebuild |
16 | |
17 | RC=$? |
18 | |
19 | exit $RC |
Note: See TracBrowser
for help on using the repository browser.