Changeset 157 for modipsl/trunk/util/ins_job
- Timestamp:
- 10/05/07 08:51:29 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/ins_job
r134 r157 113 113 \cp ${F_RCI} ${j}; 114 114 } 115 # We keep explicitly JobName because it is not optionnal. 115 116 IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices JobName 116 IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices JobClass 117 IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices JobNumProcTot 117 # Other options are not always needed 118 IGCM_card_DefineArrayFromSection ${j}'/'${F_CFG} UserChoices 119 typeset option 120 for option in ${config_UserChoices[*]} ; do 121 IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices ${option} 122 done 123 # Default values 124 config_UserChoices_JobClass=${config_UserChoices_JobClass:='mono'} 125 config_UserChoices_JobNumProcTot=${config_UserChoices_JobNumProcTot=1} 126 # File name for Job 118 127 n_f='Job_'${config_UserChoices_JobName}; 119 128 [[ -f ${j}'/'${n_f} ]] && { ins_job_Warning; continue; }
Note: See TracChangeset
for help on using the changeset viewer.