Changeset 496 for branches


Ignore:
Timestamp:
08/12/11 11:56:22 (13 years ago)
Author:
mafoipsl
Message:

On vargas correct last commit with wrong test.

File:
1 edited

Legend:

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

    r495 r496  
    12031203    fi 
    12041204 
    1205 # Then loop on the components  
     1205# Then first loop on the components for the coupler ie oasis 
    12061206 
    12071207### the coupler ie oasis must be the first one 
     
    12381238    done 
    12391239 
     1240# Then second loop on the components 
     1241 
    12401242    for comp in ${config_ListOfComponents[*]} ; do 
    12411243         
     
    12441246             
    12451247        # Only if we really have an executable for the component and not the coupler ie oasis: 
    1246         if ( [ "X${ExeNameOut}" != X ] && [ "X${comp}" = "XCPL" ] ) ; then 
     1248        if ( [ "X${ExeNameOut}" != X ] && [ "X${comp}" != "XCPL" ] ) ; then 
    12471249 
    12481250            eval comp_proc_mpi_loc=\${${comp}_PROC_MPI} 
Note: See TracChangeset for help on using the changeset viewer.