Variables | |
string | CopyRights = '####################################\n' |
list | Farm_Directories = [] |
int | Jobs_Count = 0 |
list | Jobs_FinalCmds = [] |
string | Jobs_Index = '' |
list | Jobs_Inputs = [] |
string | Jobs_Name = '' |
int | Jobs_NEvent = -1 |
string | Jobs_Queue = '8nh' |
int | Jobs_RunHere = 0 |
int | Jobs_Seed = 0 |
int | Jobs_Skip = 0 |
LSFlog = True | |
string | Path_Cfg = '' |
string | Path_Cmd = '' |
string | Path_Log = '' |
string | Path_Shell = '' |
runInteractively = False | |
useLSF = True | |
def LaunchOnCondor.AddJobToCmdFile | ( | ) |
Definition at line 176 of file LaunchOnCondor.py.
Referenced by SendCluster_Push().
def LaunchOnCondor.CreateDirectoryStructure | ( | FarmDirectory | ) |
Definition at line 201 of file LaunchOnCondor.py.
Referenced by SendCluster_Create().
def LaunchOnCondor.CreateTheCmdFile | ( | ) |
Definition at line 154 of file LaunchOnCondor.py.
References spr.find(), and if().
Referenced by SendCluster_Create().
def LaunchOnCondor.CreateTheConfigFile | ( | argv | ) |
def LaunchOnCondor.CreateTheShellFile | ( | argv | ) |
Definition at line 74 of file LaunchOnCondor.py.
References CreateTheConfigFile().
Referenced by SendCluster_Push().
def LaunchOnCondor.FileToList | ( | path | ) |
Definition at line 334 of file LaunchOnCondor.py.
def LaunchOnCondor.GetListOfFiles | ( | Prefix, | |
InputPattern, | |||
Suffix | |||
) |
Definition at line 298 of file LaunchOnCondor.py.
def LaunchOnCondor.ListToFile | ( | InputList, | |
outputFile | |||
) |
Definition at line 328 of file LaunchOnCondor.py.
def LaunchOnCondor.ListToString | ( | InputList | ) |
Definition at line 322 of file LaunchOnCondor.py.
def LaunchOnCondor.SendCluster_Create | ( | FarmDirectory, | |
JobName | |||
) |
Definition at line 231 of file LaunchOnCondor.py.
References CreateDirectoryStructure(), CreateTheCmdFile(), and if().
Referenced by SendCMSJobs(), SendCMSMergeJob(), and SendSingleJob().
def LaunchOnCondor.SendCluster_LoadInputFiles | ( | path, | |
NJobs | |||
) |
Definition at line 209 of file LaunchOnCondor.py.
Referenced by SendCMSJobs().
def LaunchOnCondor.SendCluster_Push | ( | Argv | ) |
Definition at line 250 of file LaunchOnCondor.py.
References AddJobToCmdFile(), and CreateTheShellFile().
Referenced by SendSingleJob().
def LaunchOnCondor.SendCluster_Submit | ( | ) |
Definition at line 270 of file LaunchOnCondor.py.
Referenced by SendCMSJobs(), SendCMSMergeJob(), and SendSingleJob().
def LaunchOnCondor.SendCMSJobs | ( | FarmDirectory, | |
JobName, | |||
ConfigFile, | |||
InputFiles, | |||
NJobs, | |||
Argv | |||
) |
Definition at line 289 of file LaunchOnCondor.py.
References SendCluster_Create(), SendCluster_LoadInputFiles(), and SendCluster_Submit().
def LaunchOnCondor.SendCMSMergeJob | ( | FarmDirectory, | |
JobName, | |||
InputFiles, | |||
OutputFile, | |||
KeepStatement | |||
) |
Definition at line 342 of file LaunchOnCondor.py.
References SendCluster_Create(), and SendCluster_Submit().
def LaunchOnCondor.SendSingleJob | ( | FarmDirectory, | |
JobName, | |||
Argv | |||
) |
Definition at line 284 of file LaunchOnCondor.py.
References SendCluster_Create(), SendCluster_Push(), and SendCluster_Submit().
string LaunchOnCondor.CopyRights = '####################################\n' |
Definition at line 11 of file LaunchOnCondor.py.
list LaunchOnCondor.Farm_Directories = [] |
Definition at line 17 of file LaunchOnCondor.py.
int LaunchOnCondor.Jobs_Count = 0 |
Definition at line 22 of file LaunchOnCondor.py.
list LaunchOnCondor.Jobs_FinalCmds = [] |
Definition at line 30 of file LaunchOnCondor.py.
string LaunchOnCondor.Jobs_Index = '' |
Definition at line 24 of file LaunchOnCondor.py.
list LaunchOnCondor.Jobs_Inputs = [] |
Definition at line 29 of file LaunchOnCondor.py.
string LaunchOnCondor.Jobs_Name = '' |
Definition at line 23 of file LaunchOnCondor.py.
int LaunchOnCondor.Jobs_NEvent = -1 |
Definition at line 26 of file LaunchOnCondor.py.
string LaunchOnCondor.Jobs_Queue = '8nh' |
Definition at line 28 of file LaunchOnCondor.py.
int LaunchOnCondor.Jobs_RunHere = 0 |
Definition at line 31 of file LaunchOnCondor.py.
int LaunchOnCondor.Jobs_Seed = 0 |
Definition at line 25 of file LaunchOnCondor.py.
int LaunchOnCondor.Jobs_Skip = 0 |
Definition at line 27 of file LaunchOnCondor.py.
LaunchOnCondor.LSFlog = True |
Definition at line 34 of file LaunchOnCondor.py.
string LaunchOnCondor.Path_Cfg = '' |
Definition at line 21 of file LaunchOnCondor.py.
string LaunchOnCondor.Path_Cmd = '' |
Definition at line 18 of file LaunchOnCondor.py.
string LaunchOnCondor.Path_Log = '' |
Definition at line 20 of file LaunchOnCondor.py.
string LaunchOnCondor.Path_Shell = '' |
Definition at line 19 of file LaunchOnCondor.py.
LaunchOnCondor.runInteractively = False |
Definition at line 35 of file LaunchOnCondor.py.
LaunchOnCondor.useLSF = True |
Definition at line 33 of file LaunchOnCondor.py.