I have entered the following commands in condor_config.local but this is still not working the job keeps on idle for a long time and is not working at all.
DedicatedScheduler = "DedicatedSchedular@xxxxxxxxxxxxxxxxxxxxxxxxxxx" STARTD_EXPRS = $(START_EXPRS), DedicatedScheduler And I confirm this change with this command condor_status -const 'DedicatedScheduler =!= Null' But it dont show anything. I refer this the presentation, here is the link http://www.docstoc.com/docs/43721750/Condor-Parallel-Universe-European-Condor-Week-2008-Barcelona Date: Tue, 9 Apr 2013 08:33:11 -0400 From: dhentchel@xxxxxxxxx To: htcondor-users@xxxxxxxxxxx Subject: Re: [HTCondor-users] Job Submission in Parallel Universe M., There are many config options that are not included in the "default" configuration files created in the installation process. Also, Condor lets you set up many config files some shared across all hosts others local to a certain host.
I was referencing Andrew's configuration, earlier in this thread. The goal is to identify a unique, dedicated scheduler so that there's no risk of some other scheduler interfering with your Parallel Universe runs. You declare this dedicated scheduler on the machine running the dedicated scheduler by adding to any of its config files:
Then, in the condor_config.local file for every host that will be used to execute parallel jobs, you associate the start daemon with that named scheduler:
(but note my remark above: if you are running Personal Condor you need to include the user name in the host string). Andrew also had some other configuration settings in his example that ensure parallel jobs get properly scheduled. You should look at his code, and also the example provided in your condor installation (mentioned in my earlier post on this thread): $INSTALL_DIR/etc/examples/condor_config.local.dedicated.resource.
This would be a good discussion, along with a nice description of how Parallel Universe jobs compare to other modes, to include in the documentation. Us Condor users could even provide draft versions of this kind of information if we had a developer's Wiki we could update.
d. On Tue, Apr 9, 2013 at 3:45 AM, Muak rules <muakrules@xxxxxxxx> wrote:
David Hentchel Performance Engineer (617) 803 - 1193 _______________________________________________ HTCondor-users mailing list To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users The archives can be found at: https://lists.cs.wisc.edu/archive/htcondor-users/ |