source: trunk/LMDZ.MARS/deftank/occigen/README @ 2883

Last change on this file since 2883 was 2644, checked in by romain.vande, 3 years ago

LMDZ_MARS:
OMP : update the batch example for Occigen and the README associated
RV

File size: 745 bytes
Line 
1>> EXAMPLES FOR OCCIGEN CLUSTER
2Job "run_month1" runs a simulation for month #1 and then possibly launches
3a job "run_month2" which runs a simulation for month #2 which then possibly
4launches a job "run_month3" etc.
5
6OMP : in "run_month1" the number denoted A, B and C should be choose according
7to these rules :
8_ AxB = number of MPI threads should be .LE. to #lat/2
9_ C = number of OMP tasks should be .LE. to #lev/10
10_ BxC compatible to the node specification (ex; here BDW28 so .LT. 28 )
11_ Be carefull to change the line "export OMP_NUM_THREADS=" to the correct number C
12
13The starting and ending months of the simulation can be set in "run_month1"
14One should adapt the script (and underlying "run0" and "run.def.ref") to
15match their needs.
Note: See TracBrowser for help on using the repository browser.