
Currently on condor:
0 jobs; 0 idle, 0 running, 0 held
Submit folder: login03.hep.wisc.edu:/scratch/bachtis 154M
Output folder: /pnfs/hep.wisc.edu/store/user/bachtis
Submitted Completed
Jobs ROOT Files Job Name
933 933 QCD-Trigger-RECO-HLT-b-PF
94 94 ZTT-GEN-SIM-DIGI-RECO-HLT-s-PF
For more information:
farmoutSummary
farmoutSummary all
| Command | Examples | Description |
|---|---|---|
| farmoutAnalysisJobs | 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 | Directly submits cmsRun jobs to condor |
| condor_q |
condor_q anderson condor_q -global condor_q -currentrun condor_q anderson -constraint 'GridResource=="gt2 cmsgrid02.hep.wisc.edu:2119/jobmanager-condor"' |
Lists unfinished jobs submitted from this machine |
| condor_rm |
condor_rm anderson condor_rm 127.0 condor_rm Mary -constraint Activity!=\"Busy\" |
Removes jobs from queue |
| condor_hold |
condor_hold anderson condor_hold 127.0 |
Puts jobs on hold |
| condor_release |
condor_release anderson condor_release 127.0 |
Releases jobs from hold |
| grid-xterm-uwhep | . | Opens an Xterm from which you can manipulate your files on dCache (pnfs) |
| mergeFiles | mergeFiles output.root /pnfs/hep.wisc.edu/store/user/anderson/aFolder/ | Merges all ROOT files in specified folder to output.root |
| entryCount | entryCount aFile.root entryCount histogramName |
Counts entries in all histograms in given file, or all root files containing histogramName |
| saveHistograms | saveHistograms jets.root gif 480 360 |
Creates images of all histograms found in given root file. |