Changeset 1481 for trunk/libIGCM


Ignore:
Timestamp:
04/03/19 08:58:26 (5 years ago)
Author:
jgipsl
Message:

Added case for executionType=6. This is needed for ENSEMBLE configuration.

File:
1 edited

Legend:

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

    r1480 r1481  
    10531053          IGCM_sys_Chmod u+x script_${ExeNameOut}.ksh 
    10541054          EXECUTION="${HOST_MPIRUN_COMMAND} ./script_${ExeNameOut}.ksh" 
     1055        elif [ ${executionType} -eq 6 ] ; then 
     1056          # Sequentiel case: this is the same as the first case. 
     1057          echo "./${ExeNameOut} > out_${ExeNameOut}.out 2>out_${ExeNameOut}.err" >> script_${ExeNameOut}.ksh 
     1058          IGCM_sys_Chmod u+x script_${ExeNameOut}.ksh 
     1059          EXECUTION="time ./script_${ExeNameOut}.ksh" 
    10551060        else 
    10561061          # Strange case.  
Note: See TracChangeset for help on using the changeset viewer.