[openib-general] mvapich and mpd
Sacerdoti, Federico
Federico.Sacerdoti at deshaw.com
Tue Sep 27 08:54:11 PDT 2005
Hi,
I am building mvapich from the gen2 source in svn from 9-22. I must use
the mpd job launcher in my cluster but although I see the mpid/mpd dir
and compile mvapich with
-DUSE_MPD_BASIC
I do not have any mpd binaries after the build completes. Here is my
configure command:
CFLAGS="-D_X86_64_ -D_SMP_ -DLAZY_MEM_UNREGISTER -DRDMA_FAST_PATH \
-D_LARGE_CLUSTER -DUSE_MPD_BASIC -DUSE_RSH -O3"
MPICH_CONFIGURE=--with-device=ch_gen2 \
--with-arch=LINUX \
--without-mpe \
--with-mpd \
--without-romio \
--enable-sharedlib \
-enable-f77 \
-enable-cxx
IBLIBS=-L$(PKGROOT)/lib -libverbs
(cd userspace/mpi/mvapich-gen2; \
MPIINSTALL_OPTS= \
RSHCOMMAND=ssh \
LIBS= \
CC=gcc \
FC=g77 \
F90= \
CXX=g++ \
CFLAGS=$(CFLAGS) \
FFLAGS=-L$(PKGROOT)/lib \
F90FLAGS=$(FFLAGS) \
./configure -prefix=$(PKGROOT) \
$(MPICH_CONFIGURE) -lib="$(IBLIBS)"; \
(cd mpid/mpd; ./configure); \
make; \
make install)
Thanks,
Federico
More information about the general
mailing list