New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
tv_job_script in branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/CONFIG/GYRE/EXP00 – NEMO

source: branches/2011/DEV_r2739_STFC_dCSE/NEMOGCM/CONFIG/GYRE/EXP00/tv_job_script @ 3432

Last change on this file since 3432 was 3432, checked in by trackstand2, 12 years ago

Merge branch 'ksection_partition'

File size: 684 bytes
Line 
1#!/bin/bash
2#PBS -N nemoDbg
3#PBS -l mppwidth=4
4#PBS -l mppnppn=4
5#PBS -l walltime=00:20:00
6#PBS -j oe
7#PBS -A c01-hec
8#PBS -m n
9#PBS -v DISPLAY
10 
11. ${MODULESHOME}/init/bash
12module rm xtpe-interlagos
13module add xtpe-mc12
14
15export TMPDIR=/work/c01/c01/arp28/tmp
16
17cd $PBS_O_WORKDIR
18#export NPROC=`qstat -f $PBS_JOBID | awk '/mppwidth/ {print $3}'`
19#export NTASK=`qstat -f $PBS_JOBID | awk '/mppnppn/  {print $3}'`
20
21# Instruct os to not use any 'non' heap memory-mapping regions - eliminates
22# system calls to mmap.
23export MALLOC_MMAP_MAX_=0
24
25ulimit -c unlimited
26ulimit -a
27pwd
28date
29ulimit -s unlimited
30rm GYRE_*.nc
31totalview aprun -a -b -a xt -n 4 -N 4 ./nemo.cray.exe
32date
33rm GYRE_*.nc
34
Note: See TracBrowser for help on using the repository browser.