ATLAS Offline Software
Loading...
Searching...
No Matches
ManagerStep.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8
9#ifndef EVENT_LOOP__MANAGER_STEP_H
10#define EVENT_LOOP__MANAGER_STEP_H
11
12#include <EventLoop/Global.h>
13
14namespace EL
15{
16 namespace Detail
17 {
40
138 }
139}
140
141#endif
ManagerStep
the individual steps of preparing a job for submission
Definition ManagerStep.h:42
@ doResubmit
call the actual doResubmit method
@ finalSubmit
the final submit step
@ doRetrieve
call the actual doRetrieve method
@ batchPreResubmit
do everything the batch driver needs to do before the resubmit
@ readConfigResubmit
read the configuration for resubmit
@ batchMakeIndices
create the list of batch job indices
Definition ManagerStep.h:89
@ finalResubmit
the final resubmit step
@ updateSubmitDir
update the submitDir variable to be an absolute path
Definition ManagerStep.h:51
@ submitJob
do the actual job submission
Definition ManagerStep.h:92
@ addSystemAlgs
add any system algorithms to the job that may need to get added
Definition ManagerStep.h:71
@ batchMakeScript
create the batch-run script
Definition ManagerStep.h:86
@ directSaveOutput
save the output in the direct driver
Definition ManagerStep.h:95
@ readConfigRetrieve
read the configuration for retrieve
@ extractOptions
extract any options into ManagerData for which it is appropriate
Definition ManagerStep.h:60
@ finalRetrieve
the final retrieve step
@ fillOptions
in this step we fill the options structure, combining the different locations from which we can pull ...
Definition ManagerStep.h:56
@ createSubmitDir
create the submission directory
Definition ManagerStep.h:63
@ batchScriptVar
create the variables needed for the batch-run script
Definition ManagerStep.h:83
@ batchCreateJob
create the batch-driver job object
Definition ManagerStep.h:80
@ batchJobStatusResubmit
read the job status in batch driver
@ batchCreateDirectories
create the directories needed in the batch directory
Definition ManagerStep.h:77
@ initial
this is just the initial step we do, nothing really happens here
Definition ManagerStep.h:45
@ updateOutputLocation
in this step we update the output location of streams that don't yet have one defined
Definition ManagerStep.h:67
@ prepareSubmitDir
prepare files in our submission directory
Definition ManagerStep.h:74
@ postSubmit
do whatever needs to be done after the submission is done
Definition ManagerStep.h:98
@ batchJobStatusRetrieve
read the job status in batch driver
@ initialSubmit
the initial submit step
Definition ManagerStep.h:48
@ initialResubmit
the initial resubmit step
@ initialRetrieve
the initial retrieve step
This module defines the arguments passed from the BATCH driver to the BATCH worker.