Changeset 494 for branches


Ignore:
Timestamp:
08/12/11 11:20:55 (13 years ago)
Author:
mafoipsl
Message:

On vargas : consolidation of IGCM_sys_build_execution_scripts

File:
1 edited

Legend:

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

    r493 r494  
    12421242        eval ExeNameOut=\${config_Executable_${comp}[1]} 
    12431243             
    1244         # Only if we really have an executable for the component : 
    1245         if [ "X${ExeNameOut}" != X\"\" -and "X${ExeNameOut}" != Xoasis ] ; then 
     1244        # Only if we really have an executable for the component and not oasis: 
     1245        if ( [ "X${ExeNameOut}" != X ] && [ "X${ExeNameOut}" != Xoasis ] ) ; then 
    12461246 
    12471247            eval comp_proc_mpi_loc=\${${comp}_PROC_MPI} 
Note: See TracChangeset for help on using the changeset viewer.