[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Running Jobs



I suspect maybe it isn't your submit file, but your config.

What are your HOSTALLOW settings?

Another possibility might be to do with the "IF_NEEDED" :
I think that setting is for when some machines in pool are on
shared filestore and some aren't.

cheers

JK

-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx on behalf of Ary Junior
Sent: Wed 25/07/2007 20:06
To: Condor-Users Mail List
Subject: [Condor-users] Running Jobs
 
Hi, I have a litle problem with my condor pool... when I execute
condor_submit from any host the job go to the pool but never run... the
condor_q output is:

[aryjr@atena 7]$ condor_q


-- Submitter: atena.solidos.quimica.ufjf.br : <192.168.1.107:53583> :
atena.solidos.quimica.ufjf.br
 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
   5.0   aryjr           7/25 16:02   0+00:00:00 I  0   9.8  zr2o4ti2o4.sh

1 jobs; 1 idle, 0 running, 0 held

My submt file ( from a web tutorial ) contents is:

universe        = vanilla
executable      = zr2o4ti2o4.sh
output          = zr2o4ti2o4.sh.out
error           = zr2o4ti2o4.sh.err
log             = zr2o4ti2o4.sh.log
should_transfer_files = IF_NEEDED
when_to_transfer_output = ON_EXIT
queue

If I run the same job from my master machine it's run normaly. What is wrong
with my .submit file?

Thanks very much!!!

Ary Junior