Last change
on this file since 7683 was
7683,
checked in by timgraham, 4 years ago
|
#1848 First commit of modified code
|
-
Property svn:executable set to
*
|
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.