Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Out of servers - 0 jobs matched, 2 jobs idle, 1 jobs rejected
- Date: Mon, 18 Apr 2005 15:47:47 +0100
- From: Garry Smith <garry.smith@xxxxxxxxxxxx>
- Subject: [Condor-users] Out of servers - 0 jobs matched, 2 jobs idle, 1 jobs rejected
Hi all,
I am trying to submit a C code to the condor vanilla universe, running on a
cluster with NFS filesystem. If I change the universe to standard and link
the C code to the condor libraries, the execution works successfully.
The failing submission gives:
tail -f SchedLog:
<snip>
4/18 15:37:27 Checking consistency running and runnable jobs
4/18 15:37:27 Tables are consistent
4/18 15:37:27 Out of servers - 0 jobs matched, 2 jobs idle, 1 jobs rejected
Submit file:
########################
# Submit description file for hello program
########################
Executable = hello
Universe = vanilla
Output = $ENV(HOME)/hello.c.$(Cluster).$(Process)
Log = $ENV(HOME)/hello.c.$(Cluster).$(Process)
Queue 2
Thank you in advance
regards
Garry