Changeset 1657
- Timestamp:
- 10/24/24 15:59:42 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libIGCM_PREPOST/libIGCM_config/libIGCM_config.ksh
r1655 r1657 487 487 IGCM_debug_Print 3 "R_BC=${R_BC}" 488 488 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 489 494 IGCM_debug_Print 3 "Loop in main Job with ${NbPeriodsPerJob} period(s)" 490 495 … … 1262 1267 IGCM_sys_build_execution_scripts 1263 1268 fi 1264 if [ ${job_type} != "postrun"] ; then1269 if [ X${job_type} != Xpostrun ] ; then 1265 1270 ExecutionFail=false 1266 1271 fi
Note: See TracChangeset
for help on using the changeset viewer.