Hi - I just downloaded mpich 3.2 and wanted to build it on a centos 6.3 based system (gcc 4.9.2). The configure call looked like this: $ ./configure --with-ibverbs --with-ibverbs-include=/usr/include --with-ibverbs-lib=/usr/lib64 --enable-fast --enable-shared --with-java --prefix=$HOME/software/mpich/3.2 the configure runs through, but the make call finishes with: $ make ... ( cd . && \ ./maint/extracterrmsgs -careful=unusederr.txt \ -skip=src/util/multichannel/mpi.c \ `cat maint/errmsgdirs` > .tmp 2>.err ) ( cd . && if test -s .err ; then rm -f .tmp ; cat .err ; exit 1 ; fi ) Warning: attempt to redefine **fail. Duplicate ignored. Warning: **fail . . src/mpid/ch3/channels/nemesis/netmod/llc/errnames.txt : 15 make: *** [src/mpi/errhan/defmsg.h] Error 1 The problem appears to be coming from: $ egrep '^\*\*fail:' `find -name "errnames.txt"` ./src/mpi/errhan/errnames.txt:**fail: ./src/mpid/ch3/channels/nemesis/netmod/llc/errnames.txt:**fail:fail failed Any idea how to resolve it? Best, P _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Peter Steinbach