Ignore:
Timestamp:
12/07/07 12:04:00 (17 years ago)
Author:
mmaipsl
Message:

MM, ACo : Thanks to Anne, correct a bug with multiple jobs to install and parallel options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/ins_job

    r208 r221  
    117117 # Other options are not always needed 
    118118 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 
    119123 typeset option 
    120124 for option in ${config_UserChoices[*]} ; do 
    121125     IGCM_card_DefineVariableFromOption ${j}'/'${F_CFG} UserChoices ${option} 
    122126 done 
    123  # Default values 
    124  config_UserChoices_JobClass=${config_UserChoices_JobClass:='mono'} 
    125  config_UserChoices_JobNumProcTot=${config_UserChoices_JobNumProcTot=1} 
    126127 # File name for Job 
    127128 n_f='Job_'${config_UserChoices_JobName}; 
Note: See TracChangeset for help on using the changeset viewer.