Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Jobs not Running
Dear All,
Now I can submit jobs with the examples files copied to /home/condor. But the jobs do not get to run (R) status as you can see below:
[condor@isxp1313c ~]$ condor_submit io.cmd
Submitting job(s).
Logging submit event(s).
1 job(s) submitted to cluster 14.
[condor@isxp1313c ~]$ condor_submit env.cmd
Submitting job(s).
Logging submit event(s).
1 job(s) submitted to cluster 15.
[condor@isxp1313c ~]$ condor_q
-- Submitter: isxp1313c.sims.cranfield.ac.uk : <138.250.104.227:32775> : isxp1313c.sims.cranfield.ac.uk
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
14.0 condor 2/13 20:34 0+00:00:00 I 0 1.5 io.remote 200
15.0 condor 2/13 20:34 0+00:00:00 I 0 1.5 env.remote foo bar
2 jobs; 2 idle, 0 running, 0 held
[condor@isxp1313c ~]$ condor_q
-- Submitter: isxp1313c.sims.cranfield.ac.uk : <138.250.104.227:32775> : isxp1313c.sims.cranfield.ac.uk
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
0 jobs; 0 idle, 0 running, 0 held
You have new mail in /var/spool/mail/condor
Part of the configuration of my local condor config file is :
START = Owner == "condor" || Owner == "condor"
## When to suspend a job?
SUSPEND = FALSE
CONTINUE = TRUE
## When to nicely stop a job?
## (as opposed to killing it instantaneously)
PREEMPT = FALSE
## When to instantaneously kill a preempting job
## (e.g. if a job is in the pre-empting stage for too long)
KILL = FALSE
I wonder if this has anything to do with why it does not get to run status.
Kind regards
Gokop