Difference: RunningJobs (1 vs. 3)

Revision 32016-07-20 - TimAdye

 
META TOPICPARENT name="WebHome"

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

Changed:
<
<
bqsub ./job1.sh
bqsub -s 32GB -c 10:00 ./job1.sh
>
>
bqsub ./job1.sh
bqsub -s 32GB ./job1.sh
 
Changed:
<
<
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>
>
>
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

<--/commentPlugin-->

Revision 22016-07-20 - TimAdye

 
META TOPICPARENT name="WebHome"

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

Added:
>
>
bqsub ./job1.sh
bqsub -s 32GB -c 10:00 ./job1.sh
 
Deleted:
<
<
bqsub ./job1.sh
bqsub -l mem=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

Deleted:
<
<
 
qjobs

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

Deleted:
<
<
 
condor_rm <jobid>

-- Monika Wielers - 2015-07-02

Comments

<--/commentPlugin-->

Revision 12015-07-02 - MonikaWielers

 
META TOPICPARENT name="WebHome"

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 -l mem=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

<--/commentPlugin-->
 
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