Skip to content
Snippets Groups Projects
Commit a9fba428 authored by Dan Guest's avatar Dan Guest
Browse files

Add time stamp to submit-trigger

parent 8d7fc6b6
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,8 @@ do
#
# Build the full output dataset name
CONFIG_FILE=${CONFIG_PATH##*/}
TAGS=$(cut -d . -f 6 <<< ${DS}).${CONFIG_FILE%.*}
OUT_DS=user.${GRID_NAME}.${DSID}.trigTraining.${TAGS}.${GIT_TAG}
TAGS=$(cut -d . -f 6 <<< ${DS}).${CONFIG_FILE%.*}.${AtlasBuildStamp}
OUT_DS=user.${GRID_NAME}.${DSID}.trig.${TAGS}.${GIT_TAG}
#
# Now submit. The script we're running expects one argument per
# input dataset, whereas %IN gives us comma separated files, so we
......
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
alias setupATLAS='source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh'
setupATLAS
asetup Athena,master,2021-04-26T2101
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment