Tags:
create new tag
view all tags

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 ./job1.sh

I noticed with RootCore I needed to allocate more memory than the default if I run over large statistics. Also note that with Condor you cannot set a time limit on your jobs. All jobs will run for up to 2 days wall-time.

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: r3 - 2016-07-20 - TimAdye
 
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