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 177 of file LaunchOnCondor.py.
Referenced by SendCluster_Push().
def LaunchOnCondor.CreateDirectoryStructure | ( | FarmDirectory | ) |
Definition at line 202 of file LaunchOnCondor.py.
Referenced by SendCluster_Create().
def LaunchOnCondor.CreateTheCmdFile | ( | ) |
Definition at line 155 of file LaunchOnCondor.py.
References spr.find().
Referenced by SendCluster_Create().
def LaunchOnCondor.CreateTheConfigFile | ( | argv | ) |
Definition at line 38 of file LaunchOnCondor.py.
References str.
Referenced by CreateTheShellFile().
def LaunchOnCondor.CreateTheShellFile | ( | argv | ) |
Definition at line 75 of file LaunchOnCondor.py.
References CreateTheConfigFile(), and edm.print().
Referenced by SendCluster_Push().
def LaunchOnCondor.FileToList | ( | path | ) |
Definition at line 335 of file LaunchOnCondor.py.
def LaunchOnCondor.GetListOfFiles | ( | Prefix, | |
InputPattern, | |||
Suffix | |||
) |
Definition at line 299 of file LaunchOnCondor.py.
References split.
def LaunchOnCondor.ListToFile | ( | InputList, | |
outputFile | |||
) |
Definition at line 329 of file LaunchOnCondor.py.
def LaunchOnCondor.ListToString | ( | InputList | ) |
Definition at line 323 of file LaunchOnCondor.py.
def LaunchOnCondor.SendCluster_Create | ( | FarmDirectory, | |
JobName | |||
) |
Definition at line 232 of file LaunchOnCondor.py.
References CreateDirectoryStructure(), and CreateTheCmdFile().
Referenced by SendCMSJobs(), SendCMSMergeJob(), and SendSingleJob().
def LaunchOnCondor.SendCluster_LoadInputFiles | ( | path, | |
NJobs | |||
) |
Definition at line 210 of file LaunchOnCondor.py.
Referenced by SendCMSJobs().
def LaunchOnCondor.SendCluster_Push | ( | Argv | ) |
Definition at line 251 of file LaunchOnCondor.py.
References AddJobToCmdFile(), CreateTheShellFile(), and edm.print().
Referenced by SendSingleJob().
def LaunchOnCondor.SendCluster_Submit | ( | ) |
Definition at line 271 of file LaunchOnCondor.py.
References edm.print().
Referenced by SendCMSJobs(), SendCMSMergeJob(), and SendSingleJob().
def LaunchOnCondor.SendCMSJobs | ( | FarmDirectory, | |
JobName, | |||
ConfigFile, | |||
InputFiles, | |||
NJobs, | |||
Argv | |||
) |
Definition at line 290 of file LaunchOnCondor.py.
References SendCluster_Create(), SendCluster_LoadInputFiles(), and SendCluster_Submit().
def LaunchOnCondor.SendCMSMergeJob | ( | FarmDirectory, | |
JobName, | |||
InputFiles, | |||
OutputFile, | |||
KeepStatement | |||
) |
Definition at line 343 of file LaunchOnCondor.py.
References edm.print(), SendCluster_Create(), and SendCluster_Submit().
def LaunchOnCondor.SendSingleJob | ( | FarmDirectory, | |
JobName, | |||
Argv | |||
) |
Definition at line 285 of file LaunchOnCondor.py.
References SendCluster_Create(), SendCluster_Push(), and SendCluster_Submit().
LaunchOnCondor.CopyRights |
Definition at line 12 of file LaunchOnCondor.py.
LaunchOnCondor.Farm_Directories |
Definition at line 18 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Count |
Definition at line 23 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_FinalCmds |
Definition at line 31 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Index |
Definition at line 25 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Inputs |
Definition at line 30 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Name |
Definition at line 24 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_NEvent |
Definition at line 27 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Queue |
Definition at line 29 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_RunHere |
Definition at line 32 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Seed |
Definition at line 26 of file LaunchOnCondor.py.
LaunchOnCondor.Jobs_Skip |
Definition at line 28 of file LaunchOnCondor.py.
LaunchOnCondor.LSFlog |
Definition at line 35 of file LaunchOnCondor.py.
LaunchOnCondor.Path_Cfg |
Definition at line 22 of file LaunchOnCondor.py.
LaunchOnCondor.Path_Cmd |
Definition at line 19 of file LaunchOnCondor.py.
LaunchOnCondor.Path_Log |
Definition at line 21 of file LaunchOnCondor.py.
LaunchOnCondor.Path_Shell |
Definition at line 20 of file LaunchOnCondor.py.
LaunchOnCondor.runInteractively |
Definition at line 36 of file LaunchOnCondor.py.
LaunchOnCondor.useLSF |
Definition at line 34 of file LaunchOnCondor.py.