Changeset 495 for branches


Ignore:
Timestamp:
08/12/11 11:32:28 (13 years ago)
Author:
mafoipsl
Message:

On vargas : use component/CPL instead of executable/oasis, add rm of useless out_rsync.

File:
1 edited

Legend:

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

    r494 r495  
    961961            IGCM_debug_Exit "IGCM_sys_Put_Out" 
    962962        fi 
     963        IGCM_sys_Rm out_rsync 
    963964    else 
    964965        ( ${DEBUG_debug} ) && echo "DRYRUN mode = " $DRYRUN >> stack 
     
    12041205# Then loop on the components  
    12051206 
    1206 ### oasis must be the first one 
     1207### the coupler ie oasis must be the first one 
    12071208    for comp in ${config_ListOfComponents[*]} ; do 
    12081209         
     
    12111212             
    12121213        # Only if we really have an executable for the component : 
    1213         if [ "X${ExeNameOut}" = Xoasis ] ; then 
     1214        if [ "X${comp}" = "XCPL" ] ; then 
    12141215 
    12151216            eval comp_proc_mpi_loc=\${${comp}_PROC_MPI} 
     
    12421243        eval ExeNameOut=\${config_Executable_${comp}[1]} 
    12431244             
    1244         # Only if we really have an executable for the component and not oasis: 
    1245         if ( [ "X${ExeNameOut}" != X ] && [ "X${ExeNameOut}" != Xoasis ] ) ; then 
     1245        # 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 
    12461247 
    12471248            eval comp_proc_mpi_loc=\${${comp}_PROC_MPI} 
Note: See TracChangeset for help on using the changeset viewer.