[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Fwd: reject your job because of their own requirements
- Date: Wed, 29 Nov 2006 03:29:28 -0500
- From: "Jeremy Villalobos" <jeremyvillalobos@xxxxxxxxx>
- Subject: [Condor-users] Fwd: reject your job because of their own requirements
---------- Forwarded message ----------
From: Jeremy Villalobos <jeremyvillalobos@xxxxxxxxx>
Date: Nov 29, 2006 3:22 AM
Subject: reject your job because of their own requirements
To: condor-users-request@xxxxxxxxxxx
Hello:
I did a new condor installation on a server with the command
./condor_configure --install=/home/jfvillal/condor-6.8.2/release.tar --install-dir=/usr/local/condor --local-dir=/home/condor --type=manager,execute,submit
condor 6.8.2
But, when I run a test job, it gets stuck with a Status I
condor_q -analyze prints
---------------------------------------------------------------------------------------------------------------------------------------------
-- Submitter: coit-grid02.uncc.edu : <
152.15.98.25:37376> : coit-grid02.uncc.edu
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
---
001.000: Run analysis summary. Of 4 machines,
0 are rejected by your job's requirements
4 reject your job because of their own requirements
0 match but are serving users with a better priority in the pool
0 match but reject the job for unknown reasons
0 match but will not currently preempt their existing job
0 are available to run your job
No successful match recorded.
Last failed match: Wed Nov 29 03:02:18 2006
Reason for last match failure: no match found
WARNING: Be advised: Request 1.0 did not match any resource's constraints
1 jobs; 1 idle, 0 running, 0 held
---------------------------------------------------------------------------------------------------------------------------------------------
I assume this most be a common error. What am I forgetting to do ?
Thanks for any help