Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Condor-users] idle jobs
execute the following command
echo "START=TRUE" >> /path of machine's local file/condor_config.local
condor_reconfig
> -----Original Message-----
> From: lizhe.wang@xxxxxxxxxxxx
> Sent: Wed, 7 Sep 2005 11:30:39 +0200
> To: condor-users@xxxxxxxxxxx
> Subject: [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
>
>
>
>
>
>
> _______________________________________________
> Condor-users mailing list
> Condor-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/condor-users