From 2fff8190114d444363cab27f8ac92925b6a17d15 Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Mon, 20 May 2024 09:17:14 -0400 Subject: [PATCH] Remove listing because xrootd doesn't support wildcards (#17) ### Briefly, what does this PR introduce? Remove listing because xrootd doesn't support wildcards ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? ### Does this PR change default behavior? --- scripts/run.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/run.sh b/scripts/run.sh index b98282b..ce46d40 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -153,7 +153,6 @@ mkdir -p ${RECO_TEMP} if [ "${COPYFULL:-false}" == "true" ] ; then xrdfs ${XRDWURL} mkdir -p ${XRDWBASE}/${FULL_DIR} xrdcp --force --recursive ${FULL_TEMP}/${TASKNAME}.edm4hep.root ${XRDWURL}/${XRDWBASE}/${FULL_DIR} - xrdfs ${XRDWURL} ls -l ${XRDWBASE}/${FULL_DIR}/${TASKNAME}.edm4hep.root fi # Run eicrecon reconstruction @@ -180,12 +179,10 @@ ls -al ${LOG_TEMP}/${TASKNAME}.* if [ "${COPYRECO:-false}" == "true" ] ; then xrdfs ${XRDWURL} mkdir -p ${XRDWBASE}/${RECO_DIR} xrdcp --force --recursive ${RECO_TEMP}/${TASKNAME}*.edm4eic.root ${XRDWURL}/${XRDWBASE}/${RECO_DIR} - xrdfs ${XRDWURL} ls -l ${XRDWBASE}/${RECO_DIR}/${TASKNAME}*.edm4eic.root fi if [ "${COPYLOG:-false}" == "true" ] ; then xrdfs ${XRDWURL} mkdir -p ${XRDWBASE}/${LOG_DIR} xrdcp --force --recursive ${LOG_TEMP}/${TASKNAME}.* ${XRDWURL}/${XRDWBASE}/${LOG_DIR} - xrdfs ${XRDWURL} ls -l ${XRDWBASE}/${LOG_DIR}/${TASKNAME}.* fi # closeout