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.
runscript in branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00 – NEMO

source: branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/runscript @ 3399

Last change on this file since 3399 was 3399, checked in by vichi, 12 years ago

Merge branch 'BFM_3.4'(r5b59a317) into dev_r3379_CMCC6_topbfm

  • Property svn:executable set to *
File size: 668 bytes
Line 
1#! /bin/sh -x
2
3#BSUB -a poe
4#BSUB -J GYRE_BFM          # Name of the job.
5#BSUB -o GYRE_BFM_%J.out  # Appends std output to file %J.out.
6#BSUB -e GYRE_BFM_%J.err  # Appends std error to file %J.out.
7#BSUB -P nemo
8#BSUB -q poe_short    # queue
9#BSUB -n 4             # Number of CPUs
10#BSUB -x
11###BSUB -R "span[ptile=32]"
12
13export MP_WAIT_MODE=poll
14export MP_POLLING_INTERVAL=30000000
15export MP_SHARED_MEMORY=yes
16export MP_EUILIB=us
17export MP_EUIDEVICE=sn_all
18export LDR_CNTRL=TEXTPSIZE=64K@STACKPSIZE=64K@DATAPSIZE=64K
19export MP_TASK_AFFINITY=core
20
21workdir="/data/ans017/EXPERIMENTS/GYRE_BFM"
22execdir=`pwd`
23
24cd $workdir
25rm -rf *
26cp ${execdir}/* ./
27
28time mpirun.lsf opa
Note: See TracBrowser for help on using the repository browser.