Changeset 594 for branches


Ignore:
Timestamp:
03/23/12 14:33:11 (12 years ago)
Author:
mafoipsl
Message:

On NEC SX9, use BATCH_NUM_PROC_TOT-1 as default number of processors for ATM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_MPI_OpenMP/libIGCM_sys/libIGCM_sys_mercurex9.ksh

    r592 r594  
    177177DEFAULT_NUM_PROC_OCE=1 
    178178DEFAULT_NUM_PROC_CPL=1 
    179 DEFAULT_NUM_PROC_ATM=3 
    180 DEFAULT_NUM_PROC_TOTAL=4 
     179(( DEFAULT_NUM_PROC_ATM = BATCH_NUM_PROC_TOT - 1 )) 
     180DEFAULT_NUM_PROC_TOTAL=${BATCH_NUM_PROC_TOT} 
    181181 
    182182#D-#================================================== 
Note: See TracChangeset for help on using the changeset viewer.