-
Notifications
You must be signed in to change notification settings - Fork 16
Prepare and Submit Jobs
Kevin Pedro edited this page Oct 28, 2024
·
10 revisions
- Log into CMS Connect and go to your working area, inside the RHEL7 container (replace [username] with your CMS Connect username):
(If
ssh [username]@login-el7.uscms.org cmssw-el7 --env "PERL5LIB=" --bind `readlink -f $HOME` --bind /scratch --bind /ospool --bind /cvmfs -- /bin/bash cd /scratch/`whoami`/CMSSW_10_6_29_patch1/src/ cmsenv cd SVJ/Production/batch
condor
commands are not working, you may need to use/bin/bash -l
at the end of thecmssw-el7
command.)
Boosted search:
-
Get a grid proxy (lasts for 7 days by default, then you must renew it), make a CMSSW tarball, and copy it to EOS:
./checkVomsTar.sh -i root://cmseos.fnal.gov//store/user/lpcdarkqcd/boosted/signal_production_3Dscan/`whoami`
-
Prepare and submit the assigned jobs:
/scratch/pedrok/boostedProduction/prodconfig.sh
Submitting jobs on CMS Connect may be slow. Do not worry if it takes longer than you expect.
t-channel search:
-
Get a grid proxy (lasts for 7 days by default, then you must renew it), make a CMSSW tarball, and copy it to EOS:
./checkVomsTar.sh -i root://cmseos.fnal.gov//store/user/lpcdarkqcd/tchannel_UL/signal_production_2Dscans/`whoami`
-
Prepare and submit the assigned jobs:
/scratch/pedrok/tchanProduction/prodconfigt.sh
Submitting jobs on CMS Connect may be slow. Do not worry if it takes longer than you expect.