Skip to content

Commit

Permalink
directly download the job files
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 6, 2024
1 parent 25cbe33 commit 7d46edb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion crab/ib-run-crab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ if [ "${X509_USER_PROXY}" = "" ] ; then
fi
pyver=$(${CMSBOT_PYTHON_CMD} -c 'import sys;print("python%s%s" % (sys.version_info[0],sys.version_info[1]))')
if [ -e ${thisdir}/${pyver} ] ; then export PYTHONPATH="${thisdir}/${pyver}:${PYTHONPATH}"; fi
[ -e ${thisdir}/${JOB_DIR}/setup.sh ] && ${thisdir}/${JOB_DIR}/setup.sh
crab submit --proxy ${X509_USER_PROXY} -c ${thisdir}/${JOB_DIR}/task.py
rm -rf ${WORKSPACE}/crab
mv crab_${CRAB_REQUEST} ${WORKSPACE}/crab
Expand Down
3 changes: 2 additions & 1 deletion crab/multiarch/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ ld.so --help | grep supported | grep x86-64-v
which cmsRun
strace -f cmsRun --help >>run.log 2>&1
for f in minbias.root FrameworkJobReport.xml ; do
cp $CMSSW_BASE/src/$f .
curl -L -o $f http://cern.ch/muzaffar/$f
[ -e $f ] || exit 1
done
5 changes: 0 additions & 5 deletions crab/multiarch/setup.sh

This file was deleted.

0 comments on commit 7d46edb

Please sign in to comment.