Functions | |
def | AddJobToCmdFile () |
def | CreateDirectoryStructure (FarmDirectory) |
def | CreateTheCmdFile () |
def | CreateTheConfigFile (argv) |
def | CreateTheShellFile (argv) |
def | FileToList (path) |
def | GetListOfFiles (Prefix, InputPattern, Suffix) |
def | ListToFile (InputList, outputFile) |
def | ListToString (InputList) |
def | SendCluster_Create (FarmDirectory, JobName) |
def | SendCluster_LoadInputFiles (path, NJobs) |
def | SendCluster_Push (Argv) |
def | SendCluster_Submit () |
def | SendCMSJobs (FarmDirectory, JobName, ConfigFile, InputFiles, NJobs, Argv) |
def | SendCMSMergeJob (FarmDirectory, JobName, InputFiles, OutputFile, KeepStatement) |
def | SendSingleJob (FarmDirectory, JobName, Argv) |
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 reco.if().
Referenced by SendCluster_Create().
def LaunchOnCondor.CreateTheConfigFile | ( | argv | ) |
Definition at line 37 of file LaunchOnCondor.py.
References harvestTrackValidationPlots.str.
Referenced by CreateTheShellFile().
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.
References reco.if(), and split.
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 reco.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().
LaunchOnCondor.CopyRights |
Definition at line 11 of file LaunchOnCondor.py.
LaunchOnCondor.Farm_Directories |
Definition at line 17 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Count |
Definition at line 22 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_FinalCmds |
Definition at line 30 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Index |
Definition at line 24 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Inputs |
Definition at line 29 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Name |
Definition at line 23 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_NEvent |
Definition at line 26 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Queue |
Definition at line 28 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_RunHere |
Definition at line 31 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Seed |
Definition at line 25 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Skip |
Definition at line 27 of file LaunchOnCondor.py.
LaunchOnCondor.LSFlog |
Definition at line 34 of file LaunchOnCondor.py.
LaunchOnCondor.Path_Cfg |
Definition at line 21 of file LaunchOnCondor.py.
LaunchOnCondor.Path_Cmd |
Definition at line 18 of file LaunchOnCondor.py.
LaunchOnCondor.Path_Log |
Definition at line 20 of file LaunchOnCondor.py.
LaunchOnCondor.Path_Shell |
Definition at line 19 of file LaunchOnCondor.py.
LaunchOnCondor.runInteractively |
Definition at line 35 of file LaunchOnCondor.py.
LaunchOnCondor.useLSF |
Definition at line 33 of file LaunchOnCondor.py.