Running jobs on the local cluster

A detailed description is provided by the computing group in their pages. If it's small you can of course run interactively. If you want to run in btch the easiest is to use Tim's magic commands which look similar to bsub

bqsub ./job1.sh
bqsub -s 32GB -c 10:00 ./job1.sh

I noticed with RootCore I needed to allocate more memory than the default if I run over large statistics. Also note the time is the wall time not the CPU time here. <br>

To find out if your jobs are running

qjobs

If you submitted crap and want to delete jobs use the condor commands

condor_rm <jobid>

-- Monika Wielers - 2015-07-02

Comments

Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r2 - 2016-07-20 - TimAdye
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback