Useful Commands on Wisconsin Machines#

Details about commands available on Wisconsin machines.#


Cheat Sheet#

  • farmoutAnalysisJobs: Directly submits cmsRun jobs to condor#

    farmoutAnalysisJobs \
        --input-dbs-path=/QCDEnrichedpt170-300/CMSSW_1_8_4-FastSim-1207898683/AODSIM \
        QCDEnrichedpt170-300 \
        ~/CMSSW_1_8_4/ \
        ~/CMSSW_1_8_4/src/Analysis/PhotonJetAnalyzer/photonjetanalyzer.cfg
    
  • condor_q: Lists unfinished jobs submitted from this machine#

    condor_q -nobatch
    
  • condor_rm: Removes jobs from queue#

    condor_rm anderson
    condor_rm 127.0
    
  • condor_hold: Puts jobs on hold#

    condor_hold anderson
    condor_hold 127.0
    
  • condor_release: Releases jobs from hold#

    condor_release anderson
    condor_release 127.0