mirror of https://github.com/BOINC/boinc.git
new configuration parameter CondorSubmitTemplate
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@980 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
4dd9bf0636
commit
692cf5ab2f
|
@ -62,6 +62,9 @@ _DC_init_common(void)
|
|||
|
||||
_DC_params[cfg_output_cache].name= "SavedOutputs";
|
||||
_DC_params[cfg_output_cache].def= "_dcapi_saved_output";
|
||||
|
||||
_DC_params[cfg_condor_submit_template].name= "CondorSubmitTemplate";
|
||||
_DC_params[cfg_condor_submit_template].def= 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ enum _DC_e_param {
|
|||
cfg_condor_log,
|
||||
cfg_checkpoint_file,
|
||||
cfg_output_cache,
|
||||
cfg_condor_submit_template,
|
||||
cfg_nuof
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue