Changeset 1657


Ignore:
Timestamp:
10/24/24 15:59:42 (3 months ago)
Author:
aclsce
Message:

Modified to force NbPeriodsPerJob?=1 on JeanZay? : mandatory to use the 3 jobs protocol (prerun, compute, postrun).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_PREPOST/libIGCM_config/libIGCM_config.ksh

    r1655 r1657  
    487487  IGCM_debug_Print 3  "R_BC=${R_BC}" 
    488488  NbPeriodsPerJob=${config_UserChoices_NbPeriodsPerJob:=${NbPeriodsPerJob}} 
     489  # Specific for JeanZay because of the 3 jobs (prerun, compute, postrun). 
     490  if [ X${MASTER} = Xjeanzay ] ; then 
     491     NbPeriodsPerJob=1 
     492     IGCM_debug_Print 3  "On JeanZay supercomputer, we force NbPeriodsPerJob=1" 
     493  fi 
    489494  IGCM_debug_Print 3  "Loop in main Job with ${NbPeriodsPerJob} period(s)" 
    490495   
     
    12621267    IGCM_sys_build_execution_scripts 
    12631268  fi 
    1264   if [ ${job_type} != "postrun" ] ; then 
     1269  if [ X${job_type} != Xpostrun ] ; then 
    12651270    ExecutionFail=false 
    12661271  fi 
Note: See TracChangeset for help on using the changeset viewer.