Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] idle jobs
Dear all:
I 'm new to condor on a single machine for test.
This machine take the role of submit, execute and manager.
I installed condor and submit an example submission file like:
Executable=/bin/date
Log =/tmp/logr
output=/tmp/logr.out
Queue =
when I run condor_q -analyze
the output is :
0 are rejected by your job's requirements
0 reject your job because of their own requirements
0 match, but are serving users with a better priority in the pool
1 match, 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
If I want that any job can run this machine regardless of the status of the
machine.
I have set the START = True in the configure file, it seems it does not work.
How can I configure the file?
any hints?
thanks,
Lizhe