Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HTCondor environment issue, external acces to EOS & more #67

Merged
merged 11 commits into from
Apr 24, 2024

Conversation

IzaakWN
Copy link
Collaborator

@IzaakWN IzaakWN commented Apr 22, 2024

  • Fix lxplus HTCondor environment issue to address Issue HTCondor configuration & singularity for SLC7/CentOS7 compatibility #66.
  • Do not pass full environment (with getenv = true), but instead setup CMSSW during job to lighten the load on the HTCondor system.
  • Add possibility for CMSSW singularity in HTCondor.
  • Add domutau flag in ModuleMuTau to avoid error for non-mutau channels / non-DY samples.
  • Move from uberFTP to gFal tools to support EOS outside lxplus (T3 PSI, UCL).

@pmastrap, can you help me validate the changes in EOS.py on your UCL system by running the following unit test with this PR (i.e. the hackathon branch if you have a version), please?

source /cvmfs/cms.cern.ch/cmsset_default.sh
export CMSSW=CMSSW_12_4_8
export SCRAM_ARCH=slc7_amd64_gcc10
cmsrel $CMSSW
cd $CMSSW/src
cmsenv
git clone -b hackathon https://github.com/cms-tau-pog/TauFW TauFW
scram b -j8

# or if you have a TauFW locally:
#git fetch origin hackathon
#git checkout hackathon
#git pull origin hackathon

cd TauFW/PicoProducer
python3 test/testStorage.py /eos/user/${USER::1}/$USER/test -v10

@IzaakWN IzaakWN changed the title Fix HTCondor environment issue & more Fix HTCondor environment issue, external acces to EOS & more Apr 23, 2024
@IzaakWN
Copy link
Collaborator Author

IzaakWN commented Apr 24, 2024

Thank you, @pmastrap for testing! I'm merging this now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant