[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] jobs don't run in parallel when submited using condor_submit



Hello Greg,

Thanks for the reply. Yes, the job donot run only, showing Run_time 0.00.00.

First command gives the list of 15 machines in one line which are in the pool having "execute" permissions (also including machines having 'execute and submit' permissions) and with STARTD daemon; second command gives the list of 3 machines which have SCHEDD daemon with "execute and submit" permissions.

I am really sorry to say, but what does this mean "DedicatedScheduler attribute of the startd match the name of the schedd"

If I give this command : condor_status -format "%s\n" DedicatedScheduler , the reply is blank..

Hope to receive some suggestions from you.

Thanking you,

Sincerely,
Yogesh

P.S. - All insertions of lines should be done in condor_config.local file? or we need to add in condor_config also.


On Thu, Jul 17, 2008 at 5:50 PM, Greg Thain <gthain@xxxxxxxxxxx> wrote:
Yogesh Aher wrote:
> Hello All..!!
>
> I have similar problem.. I'm trying to implement the parallel universe in
> condor 7.0.1. I did the insertions in condor_config.local file of
> DedicatedScheduler (which is not a central manager) as well as in the
> resource machines as said in the manual, but the jobs remain idle.. Do I
> need to make some modifications in Central-manager also?

What, precisely, is the problem?  Do jobs not run at all?  The key thing
for the dedicated schedule is that the DedicatedScheduler attribute of
the startd match the name of the schedd.  To verify this, run

condor_status -format "%s " name -format "%s\n" DedicatedScheduler

This will tell you the value of the DedicatedScheduler attribute for
each of your startds.  These should match the name field of the schedd:

condor_status -schedd -format "%s\n" name

-Greg
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/