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

[Condor-users] Problem executing jobs



Hi.
Being new to condor I have a rather dump problem but I can't seem to solve it.
I'm tryimg to submit one of the example jobs (io.remote) but my machine never
executes the job. Condor_q is like:

 ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE CMD
   5.0   condor          5/12 15:27   0+00:00:00 I  0   11.7 io.remote 200

1 jobs; 1 idle, 0 running, 0 held

Is there something I can do to force it to execute the job?
I already changed the local file as


START    = Owner == "condor"
SUSPEND  = False
CONTINUE = True
PREEMPT  = False
KILL     = False

Any ideas?