ATLAS Offline Software
Loading...
Searching...
No Matches
SubmitDirMode.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__SUBMIT_DIR_MODE_H
10#define EVENT_LOOP__SUBMIT_DIR_MODE_H
11
12#include <EventLoop/Global.h>
13
14namespace EL
15{
16 namespace Detail
17 {
19
37 }
38}
39
40#endif
SubmitDirMode
the mode for creating the submission directory
@ OVERWRITE
create the directory as is, removing existing directories if needed
@ UNIQUE_LINK
append a unique suffix to the directory name and place a symbolic link in place of the originally req...
@ NO_CLOBBER
create the directory as is, raise an error if it already exists
@ UNIQUE
append a unique suffix to the directory name
This module defines the arguments passed from the BATCH driver to the BATCH worker.