Functions | |
| TB | checkFile (gSystem->Getenv("CWB_ROOTLOGON_FILE")) |
| TB | checkFile (gSystem->Getenv("CWB_PARAMETERS_FILE")) |
| TB | checkFile (gSystem->Getenv("CWB_UPARAMETERS_FILE")) |
| cout<< cmd<< endl;int ret=gSystem-> | Exec (cmd) |
| gSystem | Exit (0) |
| if (gSystem->Getenv("CWB_CONDOR_DAG")!=NULL) | |
| if (gSystem->Getenv("CWB_PEGASUS_USITE")!=NULL) | |
| if (gSystem->Getenv("_USE_PEGASUS")!=NULL) | |
| if (cwb_condor_dag=="") | |
| if (ret) | |
| if (gSystem->Getenv("_USE_LSF")!=NULL) | |
| cwb_condor_workflow | ReplaceAll (".","_") |
| sprintf (workflowfile,"%s/%s", condor_dir, cwb_condor_workflow.Data()) | |
Variables | |
| TString | batch_cmd = "condor_submit_dag" |
| char | cmd [1024] |
| TString | cwb_condor_dag ="" |
| TString | cwb_condor_workflow =data_label |
| TString | cwb_pegasus_usite ="" |
| TString | cwb_scripts = TString(gSystem->Getenv("CWB_SCRIPTS")) |
| else | |
| char | workflowfile [1024] |
| TB checkFile | ( | gSystem-> | Getenv"CWB_ROOTLOGON_FILE" | ) |
| TB checkFile | ( | gSystem-> | Getenv"CWB_PARAMETERS_FILE" | ) |
| TB checkFile | ( | gSystem-> | Getenv"CWB_UPARAMETERS_FILE" | ) |
| gSystem Exit | ( | 0 | ) |
| if | ( | gSystem->Getenv("CWB_CONDOR_DAG")! | = NULL | ) |
Definition at line 31 of file cwb_condor_submit.C.
| if | ( | gSystem->Getenv("CWB_PEGASUS_USITE")! | = NULL | ) |
Definition at line 42 of file cwb_condor_submit.C.
| if | ( | gSystem->Getenv("_USE_PEGASUS")! | = NULL | ) |
Definition at line 56 of file cwb_condor_submit.C.
| if | ( | cwb_condor_dag | = ="" | ) |
Definition at line 83 of file cwb_condor_submit.C.
| if | ( | ret | ) |
Definition at line 92 of file cwb_condor_submit.C.
| if | ( | gSystem->Getenv("_USE_LSF")! | = NULL | ) |
Definition at line 94 of file cwb_condor_submit.C.
| cwb_condor_workflow ReplaceAll | ( | "." | , |
| "_" | |||
| ) |
| sprintf | ( | workflowfile | , |
| "%s/%s" | , | ||
| condor_dir | , | ||
| cwb_condor_workflow. | Data() | ||
| ) |
| TString batch_cmd = "condor_submit_dag" |
Definition at line 54 of file cwb_condor_submit.C.
| char cmd[1024] |
Definition at line 21 of file cwb_condor_submit.C.
| TString cwb_condor_dag ="" |
Definition at line 30 of file cwb_condor_submit.C.
| TString cwb_condor_workflow =data_label |
Definition at line 48 of file cwb_condor_submit.C.
| TString cwb_pegasus_usite ="" |
Definition at line 41 of file cwb_condor_submit.C.
Definition at line 55 of file cwb_condor_submit.C.
| else |
Definition at line 86 of file cwb_condor_submit.C.
| char workflowfile[1024] |
Definition at line 50 of file cwb_condor_submit.C.