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

[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