Skip to content

Prepare and Submit Jobs

Kevin Pedro edited this page Oct 28, 2024 · 10 revisions
  1. Log into CMS Connect and go to your working area, inside the RHEL7 container (replace [username] with your CMS Connect username):
    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
    (If condor commands are not working, you may need to use /bin/bash -l at the end of the cmssw-el7 command.)
Boosted search:
  1. 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`
  2. 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:
  1. 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`
  2. 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.

Clone this wiki locally