error: ‘MPIDI_CH3_ReqHandler_PutRecvComplete’ undeclared
Hello, I just tried to install MPICH 3.1.4 on an Infiniband system with ./configure --prefix=$INSTALLPATH --enable-fast=all,O3 --enable-shared --enable-static --with-pm=hydra --with-device=ch3:nemesis:ib When running make I get compilation errors in the ib files like the following: /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c: In function ‘MPID_nem_ib_PktHandler_Put’: /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c:1839:24: error: ‘MPIDI_CH3_ReqHandler_PutRecvComplete’ undeclared (first use in this function) req->dev.OnFinal = MPIDI_CH3_ReqHandler_PutRecvComplete; /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c:1839:24: note: each undeclared identifier is reported only once for each function it appears in /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c:1847:20: error: ‘MPIDI_CH3_Pkt_put_t’ has no member named ‘immed_len’ if (put_pkt->immed_len > 0) { ^ In file included from /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/include/mpid_nem_pre.h:12:0, from /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/include/mpidi_ch3_pre.h:9, from /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/include/mpidpre.h:49, from /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/include/mpiimpl.h:172, from /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/include/mpidimpl.h:22, from /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/include/mpidi_ch3_impl.h:10, from /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/include/mpid_nem_impl.h:11, from /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/netmod/ib/ib_impl.h:11, from /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c:8: /work/mpi/mpich/3.1.4-gnu-4.9.1/mpich-3.1.4/src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c:1849:51: error: ‘MPIDI_CH3_Pkt_put_t’ has no member named ‘data’ MPIU_Memcpy(req->dev.user_buf, put_pkt->data, put_pkt->immed_len); ... Ist this problem already known? I could not find anything related to this except a renaming of functions which took place in Oct 2014: http://git.mpich.org/mpich.git/commitdiff/fe15ea266ef2e8a2d53565b88ab3ce4d4b... Regards Christoph Niethammer _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Christoph Niethammer