Changeset 162


Ignore:
Timestamp:
08/26/09 16:11:57 (15 years ago)
Author:
mafoipsl
Message:

use 1 for the number of proc for oasis and ocean on vargas

File:
1 edited

Legend:

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

    r160 r162  
    11111111    fi 
    11121112    (( NUM_PROC_ATM = BATCH_NUM_PROC_TOT - 2 )) 
    1113 #    (( NUM_PROC_OASIS = BATCH_NUM_PROC_TOT - NUM_PROC_ATM )) 
    1114 #    (( NUM_PROC_OCE = BATCH_NUM_PROC_TOT - NUM_PROC_ATM )) 
     1113    NUM_PROC_OASIS=1 
     1114    NUM_PROC_OCE=1 
    11151115     
    11161116    if [ $1 = MPI2 ]; then 
Note: See TracChangeset for help on using the changeset viewer.