Hello!
I'm trying to configure the parallel universe in my Condor. My
Condor is composed by 6 "execute" nodes and 1 "central manager -
submit" node. I want that 1 node will be dedicated scheduler, but
It isn't working like I want. MPI jobs didn't execute ok, and
Parallel universe jobs are in "idle" state all the time!
In the condor_config.local of my Central manager node I have the next:
CENTRAL MANAGER
###################################################################
# DEDICATED SCHEDULER
###################################################################
DedicatedScheduler = "DedicatedScheduler@XXXXXXXXXXXXXXXX"
START = True
SUSPEND = False
CONTINUE = True
PREEMPT = False
KILL = False
WANT_SUSPEND = False
WANT_VACATE = False
MPI_CONDOR_RSH_PATH = $(LIBEXEC)
STARTD_EXPRS = $(STARTD_EXPRS), DedicatedScheduler
And in the node that be dedicated Scheduler, his
condor_config.local, is like this:
DEDICATED SCHEDULER
## What machine is your central manager?
CONDOR_HOST = 192.168.XXX.XXX
## condor_master
## Daemons you want the master to keep running for you:
DAEMON_LIST = MASTER, STARTD, SCHEDD
START = True
SUSPEND = False
CONTINUE = True
PREEMPT = False
KILL = False
WANT_SUSPEND = False
WANT_VACATE = False
RANK = Scheduler =?= $(DedicatedScheduler)
UNUSED_CLAIM_TIMEOUT = 600 #this comes from the example /usr/local/
condor/etc/examples/condor_config.local.dedicated.submit
STARTD_EXPRS = $(STARTD_EXPRS), DedicatedScheduler
but with this configuration don't work ok. And in the dedicated
scheduler don't activate all daemons when I execute "condor_master".
Please help me. Can someone give me a correct configuration??? :)
--
Ana Silva Gallego
Sistemas Centro Informático Científico de Andalucía (CICA)
Avda. Reina Mercedes s/n - 41012 - Sevilla (Spain) Tfno.: +34 955
056 600 / +34 955 056 632 / FAX: +34 955 056 650
Consejería de Innovación, Ciencia y Empresa
Junta de Andalucía
---------------------------------------------------
Este mensaje esta firmado digitalmente. Para poder
reconocer la firma desde su cliente debera tener
instalado el certificado raiz de la CA del CICA en
el mismo. Puede descargarlo desde:
http://pki.cica.es/cacert/
---------------------------------------------------
_______________________________________________
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 either
https://lists.cs.wisc.edu/archive/condor-users/
http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR