Ignore:
Timestamp:
02/24/12 18:16:41 (12 years ago)
Author:
mafoipsl
Message:

Add default number of processors in libIGCM_sys library. Adapted and tested on vargas and SX9.

File:
1 edited

Legend:

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

    r557 r558  
    138138#- Max number of arguments passed to nco operator or demigration command 
    139139UNIX_MAX_LIMIT=120 
     140 
     141#==================================================== 
     142#- Default number of MPI task for IPSL coupled model 
     143#- required for backward compatibility 
     144#- 
     145DEFAULT_NUM_PROC_OCE=5 
     146DEFAULT_NUM_PROC_CPL=1 
     147DEFAULT_NUM_PROC_ATM=26 
     148DEFAULT_NUM_PROC_TOTAL=32 
    140149 
    141150#D-#================================================== 
Note: See TracChangeset for help on using the changeset viewer.