Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] idling jobs
- Date: Wed, 4 Apr 2007 18:19:23 +0200
- From: "Daniel Goldin" <Daniel.Goldin@xxxxxxx>
- Subject: [Condor-users] idling jobs
Hi,
I have submitted 30 jobs to run on a farm with 30 nodes. The "submit"
file looks like this:
Universe = Vanilla
Executable = athena_condor.csh
environment = HOME=/home/dgoldin;SHELL=/usr/local/bin/tcsh
arguments = /home/dgoldin/atlas/batch/jobOptions/jO_011.py
Log = /data/dgoldin/log/jO_011.py.log
Output = /data/dgoldin/log/jO_011.py.out
Error = /data/dgoldin/log/jO_011.py.err
Queue
arguments = /home/dgoldin/atlas/batch/jobOptions/jO_012.py
Log = /data/dgoldin/log/jO_012.py.log
Output = /data/dgoldin/log/jO_012.py.out
Error = /data/dgoldin/log/jO_012.py.err
Queue
...
...
I am the only user on the farm, but what I see is only 5-6 jobs are
running simultaneously and the rest are idling. Can I reconfigure
something so that all the jobs run simultaneously? Could it be a
priority issue? (If it can be done, I'd like to do it non-intrusively,
i.e. keep the running jobs running...)
Thanks much in advance,
Daniel