Changeset 81 for trunk/mesoscale/LMD_MM_MARS/SIMU
- Timestamp:
- Feb 28, 2011, 6:53:54 PM (14 years ago)
- Location:
- trunk/mesoscale/LMD_MM_MARS/SIMU
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/LMD_MM_MARS/SIMU/gnome_launch.meso
r78 r81 3 3 # @ error = $(output) 4 4 # @ job_type = MPICH 5 # @ total_tasks=32 6 ## @ total_tasks=24 5 7 ## @ total_tasks =16 6 8 ## @ total_tasks =8 7 # @ total_tasks =49 ## @ total_tasks =4 8 10 # @ blocking = unlimited 9 # #@ class =AP10 # @ class =BP11 # @ class =AP 12 ## @ class =BP 11 13 ## @ class =CP 12 14 # @ environment=tmpdir=$(job_name).$(jobid).results … … 18 20 cd $LOADL_STEP_INITDIR/${tmpdir} 19 21 #################################################################### 20 ln -sf $LOADL_STEP_INITDIR/*.exe .21 22 ln -sf $LOADL_STEP_INITDIR/*.def . 22 ln -sf $LOADL_STEP_INITDIR/wrf* . 23 ln -sf $LOADL_STEP_INITDIR/wrfb* . 24 ln -sf $LOADL_STEP_INITDIR/wrfi* . 23 25 ln -sf $LOADL_STEP_INITDIR/namelist* . 24 26 declare -x MP_STACK_SIZE=64000000 27 ln -sf /san/home/spiga/trunk//mesoscale/LMD_MM_MARS/newphys_mpifort_64/wrf_x241_y241_z61_d1_t4_p32.exe wrf.exe 25 28 mpirun wrf.exe 26 29 #################################################################### -
trunk/mesoscale/LMD_MM_MARS/SIMU/runmeso
r80 r81 233 233 if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]] 234 234 then 235 echo How many processors ? 1, 2, 4, 6, 8, 1 6; read numproc235 echo How many processors ? 1, 2, 4, 6, 8, 12, 16, 20, 24, 32 ; read numproc 236 236 else 237 237 numproc=1
Note: See TracChangeset
for help on using the changeset viewer.