[mvapich-discuss] Error while compiling mvapich-1.1 with sunstudio

Thomas Bach bachth at uni-mainz.de
Fri Dec 12 16:29:34 EST 2008


Hi,

after changing
	gcc) echo "-Wl,-rpath-link -Wl," ;;
to
	gcc) echo "-R" ;;
in util/makesharedlib and

export LIBS=${LIBS:--L${IBHOME_LIB} -R${IBHOME_LIB} -libverbs -libumad -lpthread}

in make.mvapich.gen2.
Everything works fine now. I do configure with:

./configure --with-device=ch_gen2 --with-arch=LINUX -prefix=${PREFIX} \
	--with-romio --without-mpe -lib="$LIBS" --enable-cxx --enable-f77 \
        --enable-f90modules --enable-f90 --enable-sharedlib 2>&1 |tee config-mine.log

Thank you very much for all your help!

Greets,
        Thomas.


More information about the mvapich-discuss mailing list