Re: [mpich-discuss] Assertion failed in file src/mpid/ch3/src/ch3u_handle_send_req.c at line 61 (RMA && Derived datatypes)
Hi Victor, I will look into your assertion failure code. The RMA part in ch3:nemesis:ib is broken. Could you try to use MXM netmod by ch3:nemesis:mxm? Xin ________________________________________ From: Victor Vysotskiy [[email protected]] Sent: Monday, November 10, 2014 1:02 PM To: [email protected] Subject: Re: [mpich-discuss] Assertion failed in file src/mpid/ch3/src/ch3u_handle_send_req.c at line 61 (RMA && Derived datatypes) Dear Pavan, well, the problem still remains with the latest ('e3e7d765e') mpich nightly snapshot cloned from git://git.mpich.org/mpich.git. There is an another compiling problem when MPICH is configure with the '--with-device=ch3:nemesis:ib' option: src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c(37): error: expected a declaration } ^ src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c(89): warning #12: parsing restarts here after previous syntax error goto fn_exit; ^ src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c(90): error: expected a declaration } ^ src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c(97): warning #12: parsing restarts here after previous syntax error ibv_poll_cq(MPID_nem_ib_rc_shared_scq, /*3 */ MPID_NEM_IB_COM_MAX_CQ_HEIGHT_DRAIN, &cqe[0]); ^ src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c(100): error: expected a declaration MPIU_ERR_CHKANDJUMP(result < 0, mpi_errno, MPI_ERR_OTHER, "**netmod,ib,ibv_poll_cq"); ^ src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c(102): error: expected a declaration if (result > 0) { ^ src/mpid/ch3/channels/nemesis/netmod/ib/ib_poll.c(126): warning #12: parsing restarts here after previous syntax error msg_type = MPIDI_Request_get_msg_type(req); Could you please have a look at the issues? With best regards, Victor. _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss _______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Zhao, Xin