[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Not all processors are being utilized ...
- Date: Fri, 30 Apr 2010 17:52:43 +0530
- From: Rohit Farmer <rohit.bioinfo@xxxxxxxxx>
- Subject: [Condor-users] Not all processors are being utilized ...
Hi everyone i made a small cluster of two computers ... one of which is
centramanager and other is compute node with submit and execute
permissions .... i am submitting a job from central manager the job is
running but only one processor is Claimed rest are idle ... i am not
able to understand wots going on ... how to utilize all the processors
My submit file
Universe = Vanilla
Executable = gro
Output = hello.out
Error=hello.err
Log = hello.log
Queue
condor_q
-- Submitter: centralmanager.cbbi.net : <192.168.7.25:59302> : centralmanager.cbbi.net
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
20.0 rohit 4/30 16:39 0+00:00:00 I 0 0.0 gro
1 jobs; 0 idle, 1 running, 0 held
and condor_status
Name OpSys Arch State Activity LoadAv Mem ActvtyTime
slot1@centralmanag LINUX INTEL Claimed Busy 0.000 244 0+00:00:03
slot2@centralmanag LINUX INTEL Unclaimed Idle 0.000 244 0+00:40:05
slot1@xxxxxxxxxxxx LINUX INTEL Unclaimed Idle 0.000 497 0+01:00:03
slot2@xxxxxxxxxxxx LINUX INTEL Unclaimed Idle 0.000 497 0+01:05:06
Total Owner Claimed Unclaimed Matched Preempting Backfill
INTEL/LINUX 4 0 1 3 0 0 0
Total 4 0 1 3 0 0 0
and if i am subbmittting job from a computed node its running on that node only ... i am trying to run molecular dynamics using Gromacs mdrun program
please help asap
thanks
rohit