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

Re: [Condor-users] Problem in running mpi program



Thanks for your response.
I have read the page and modified condor_config.local in every machines except central manager:


DAEMON_LIST = MASTER, STARTD
DedicatedScheduler = "DedicatedScheduler@xxxxxxxxxxxxxx"
STARTD_EXPRS = $(STARTD_EXPRS), DedicatedScheduler
START          = True

I submit the mpi job again but it still does not work.

Dennis

Dennis Hsu wrote:
Hi,

I follow the page:
http://www.cs.wisc.edu/condor/manual/v6.6/2_10MPI_Applications.html and
create files for simplempi sample. After I submit the job, it does not
run.  Anyone can help me?

Have you set up the nodes to use a dedicated scheduler? The manual describes how to do this here:

http://www.cs.wisc.edu/condor/manual/v6.6.7/3_10Setting_Up.html#SECTION0041010000000000000000

-greg