- Timestamp:
- 12/07/07 12:04:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modipsl/trunk/util/ins_job
r208 r221 117 117 # Other options are not always needed 118 118 IGCM_card_DefineArrayFromSection ${j}'/'${F_CFG} UserChoices 119 # Default values 120 config_UserChoices_JobClass=${config_UserChoices_JobClass:='mono'} 121 config_UserChoices_JobNumProcTot=${config_UserChoices_JobNumProcTot:=1} 122 # config.card optionnal values 119 123 typeset option 120 124 for option in ${config_UserChoices[*]} ; do 121 125 IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices ${option} 122 126 done 123 # Default values124 config_UserChoices_JobClass=${config_UserChoices_JobClass:='mono'}125 config_UserChoices_JobNumProcTot=${config_UserChoices_JobNumProcTot=1}126 127 # File name for Job 127 128 n_f='Job_'${config_UserChoices_JobName};
Note: See TracChangeset
for help on using the changeset viewer.