[mvapich-discuss] mvapich-2.3a fails to compile

Hari Subramoni subramoni.1 at osu.edu
Mon Jun 5 10:57:51 EDT 2017


Hello,

Sorry to hear that you are facing issues. Starting with the 2.3a release,
we have deprecated the nemesis:ib channel. Please use the OFA-IB-CH3
channel for best performance and functionality.

The following patch should fix the issue. You can also use it if you would
like to continue to use the nemesis channel with MVAPICH2.

Index: src/mpid/ch3/src/ch3u_eager.c
===================================================================
--- src/mpid/ch3/src/ch3u_eager.c       (revision 8613)
+++ src/mpid/ch3/src/ch3u_eager.c       (working copy)
@@ -386,6 +386,7 @@
        MPIDI_Request_set_type(sreq, MPIDI_REQUEST_TYPE_SEND);
     }

+fn_fail:
     return mpi_errno;
 }

Regards,
Hari.

On Mon, Jun 5, 2017 at 5:21 AM, Petr Hanousek <petr.hanousek at cesnet.cz>
wrote:

> Dear developers,
> recently I am trying to compile the source code of mvapich-2.3a and
> getting this error:
>
> CC       src/mpid/ch3/src/lib_libmpi_la-ch3u_eager.lo
> src/mpid/ch3/src/ch3u_eager.c: In function 'MPIDI_CH3_
> EagerContigShortSend':
> src/mpid/ch3/src/ch3u_eager.c:373:10: error: label 'fn_fail' used but
> not defined
>           MPIR_ERR_SETANDJUMP(mpi_errno,MPI_ERR_OTHER,"**ch3|eagermsg");
>           ^
> Makefile:32665: recipe for target
> 'src/mpid/ch3/src/lib_libmpi_la-ch3u_eager.lo' failed
>
> Al process steps were:
> export CC=gcc
> export F77=gfortran
> export FC=gfortran
> export CXX=g++
> export CXXFLAGS="-fPIC"
> export CFLAGS="-fPIC"
> export FCFLAGS="-fPIC"
> export LD_LIBRARY_PATH=/software/ofed-1.5.4/lib64
> export LDFLAGS="-L/software/ofed-1.5.4/lib64
> -Wl,-rpath,/software/ofed-1.5.4/lib64:/software/ofed-1.5.4/lib64/umad2sim"
>
> ./autogen.sh
> ./configure --prefix=/software/mvapich/2.3/gcc --enable-cxx
> --enable-fortran=all --with-pm=hydra --with-device=ch3:nemesis:ib,tcp
> --enable-pbs-launcher --with-ibverbs=/software/ofed-1.5.4 --enable-shared
>
> I've tried also version 2.2 and it seems to build OK with the same
> conditions. I've also tried the MPICH 3.2 and that also run OK.
>
> Petr
>
>
> --
> +-------------------------------------------------------------------+
>    Petr Hanousek                   e-mail: petr.hanousek at cesnet.cz
>    User Support                    phone:  +420 950 072 112
>    CESNET z.s.p.o.                 mobile: +420 606 665 139
>    location: Zikova 4, Praha       room: 90a
>                         Czech Republic
> +-------------------------------------------------------------------+
>
>
> _______________________________________________
> mvapich-discuss mailing list
> mvapich-discuss at cse.ohio-state.edu
> http://mailman.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.cse.ohio-state.edu/pipermail/mvapich-discuss/attachments/20170605/b5d0c332/attachment-0001.html>


More information about the mvapich-discuss mailing list