Changeset 1544 for trunk


Ignore:
Timestamp:
01/18/21 12:15:20 (3 years ago)
Author:
acosce
Message:

Add case of simulation without IOS component so when IOS_OK_DEDICATED is not defined by libIGCM_config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_irene-amd.ksh

    r1542 r1544  
    11511151   # In case of use of DEDICATED option XIOS servers, do not share xios nodes with xios clients 
    11521152   # Compute the number of core to add to force the use of a new node for xios servers 
     1153 
     1154   if [ "X${IOS_OK_DEDICATED}" == "X" ] ; then 
     1155       (( IOS_OK_DEDICATED = 0 )) 
     1156   fi 
     1157 
     1158 
    11531159   if [ ${IOS_OK_DEDICATED} -eq 1 ] ; then 
    11541160      (( current_core_noxios = coreNumber - IOS_PROC_MPI * IOS_PROC_OMP * IOS_PROC_DEP )) 
Note: See TracChangeset for help on using the changeset viewer.