Changeset 1654


Ignore:
Timestamp:
10/22/24 15:52:48 (3 months ago)
Author:
aclsce
Message:

Fixed (new) small bugs.

Location:
branches/libIGCM_PREPOST
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_PREPOST/AA_job_compute

    r1653 r1654  
    9696echo                                                                                   > ${Exe_Output} 
    9797echo "#######################################"                                        >> ${Exe_Output} 
    98 echo "EXECUTION of : ${EXECUTION}" 
    99 echo "EXECUTION of : ${EXECUTION}"                                                    >> ${Exe_Output} 
     98echo "EXECUTION of : ::EXECUTION::" 
     99echo "EXECUTION of : ::EXECUTION::"                                                    >> ${Exe_Output} 
    100100echo                                                                                  >> ${Exe_Output} 
    101101typeset RET 
  • branches/libIGCM_PREPOST/libIGCM_config/libIGCM_config.ksh

    r1645 r1654  
    739739  else 
    740740      Pack=false 
    741       if ( [ X${MASTER} = Xjeanzay ] && [ X${TaskType} = Xcomputing ] ) ; then 
    742           if [ ! X${config_UserChoices_SpaceName} = XTEST ]; then 
    743               IGCM_debug_Exit "ERROR On JeanZay it is not possible to run without Pack" 
    744               IGCM_debug_Verif_Exit 
    745           fi 
    746       fi 
    747            
    748741  fi 
    749742  # Loop over components 
  • branches/libIGCM_PREPOST/libIGCM_sys/libIGCM_sys_jeanzay.ksh

    r1653 r1654  
    19101910 
    19111911   SUBMIT_DIRECTORY=$(grep SUBMIT_DIR ${libIGCM}/libIGCM_sys/libIGCM_sys_${SYSTEM}.ksh | grep -m1 typeset | cut -dx -f2) 
    1912       sed -e "s%::EXECUTION::%${EXECUTION}%" \ 
     1912      sed -e "s%::EXECUTION::%${EXECUTION}%g" \ 
    19131913          -e "s%::EXECUTION_TYPE::%${executionType}%" \ 
    19141914          -e "s%::JOBNAME::%${config_UserChoices_JobName}%" \ 
Note: See TracChangeset for help on using the changeset viewer.