9#ifndef EVENT_LOOP__SUBMIT_DIR_MODE_H
10#define EVENT_LOOP__SUBMIT_DIR_MODE_H
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.