Last change
on this file since 1252 was
1252,
checked in by aslmd, 11 years ago
|
LMDZ.GENERIC LMDZ.COMMON LMDZ.UNIVERSAL. Bye Bye LMDZ.UNIVERSAL. Go to LMDZ.COMMON!
|
File size:
1.6 KB
|
Line | |
---|
1 | ####################################################################### |
---|
2 | ####################################################################### nom |
---|
3 | # @ job_name = LMDZ_UNIVERSAL |
---|
4 | ####################################################################### MPICH / serial |
---|
5 | # @ job_type = MPICH |
---|
6 | ####################################################################### 8 / 16 / 20 / 32 / 64 |
---|
7 | # @ total_tasks = 16 |
---|
8 | ####################################################################### A / B / C / AP / BP / CP / PP |
---|
9 | # @ class = BP |
---|
10 | ####################################################################### 24gb (cf. llps pendant fonctionnement) |
---|
11 | # @ resources = ConsumableCpus(1)ConsumableMemory(1500mb) |
---|
12 | ####################################################################### real ou ideal ??? |
---|
13 | # @ environment = tmpdir=$(job_name).$(jobid) ; para=$(job_type) |
---|
14 | ####################################################################### |
---|
15 | |
---|
16 | ####################################################################### |
---|
17 | ####################################################################### |
---|
18 | # @ output = $(job_name).$(jobid)/LOG |
---|
19 | # @ error = $(output) |
---|
20 | # @ blocking = unlimited |
---|
21 | # @ notification = never |
---|
22 | # @ queue |
---|
23 | grep "^# @" $0 |
---|
24 | set -vx |
---|
25 | ####################################################################### |
---|
26 | cp -rf PROTO/* $LOADL_STEP_INITDIR/${tmpdir} |
---|
27 | cd $LOADL_STEP_INITDIR |
---|
28 | \rm zeLAST |
---|
29 | ln -sf ${tmpdir} zeLAST |
---|
30 | cd zeLAST |
---|
31 | ####################################################################### |
---|
32 | if [[ "${para}" == "MPICH" ]] |
---|
33 | then |
---|
34 | mpirun gcm.e |
---|
35 | else |
---|
36 | gcm.e |
---|
37 | fi |
---|
38 | ####################################################################### |
---|
Note: See
TracBrowser
for help on using the repository browser.