Ignore:
Timestamp:
03/29/12 10:56:09 (12 years ago)
Author:
sdipsl
Message:
  • Merge libIGCM_MPI_OpenMP branch within the trunk
  • trunk will shortly be tagged libIGCM_2.0_beta
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_mercurex9.ksh

    r587 r616  
    170170#- Max number of arguments passed to nco operator or demigration command 
    171171UNIX_MAX_LIMIT=360 
     172 
     173#==================================================== 
     174#- set PackDefault true on NEC SX9 
     175PackDefault=true 
     176 
     177#==================================================== 
     178#- Default number of MPI task for IPSL coupled model 
     179#- required for backward compatibility 
     180#- 
     181DEFAULT_NUM_PROC_OCE=1 
     182DEFAULT_NUM_PROC_CPL=1 
     183(( DEFAULT_NUM_PROC_ATM = BATCH_NUM_PROC_TOT - 1 )) 
     184DEFAULT_NUM_PROC_TOTAL=${BATCH_NUM_PROC_TOT} 
    172185 
    173186#D-#================================================== 
     
    285298  Job ended   : ${DateEnd} 
    286299  Output files are available in ${R_SAVE} 
     300  Files to be rebuild are temporarily available in ${REBUILD_DIR} 
     301  Pre-packed files are temporarily available in ${R_BUFR} 
    287302  Script files, Script Outputs and Debug files (if necessary) are available in ${SUBMIT_DIR} 
    288303END_MAIL 
Note: See TracChangeset for help on using the changeset viewer.