Re: [mpich-discuss] MPICH 3.2 compiling error: ‘MPIDI_VC_t’ has no member named ‘pobj_mutex’
Hi Lei, The per-object granularity is only experimental and it is not supported. Users are not expected to use it. Thanks, --Halim www.mcs.anl.gov/~aamer On 11/23/15 8:38 PM, [email protected] wrote:
Hi,
I am trying to compile mpich 3.2 but I got the following messages:
CC src/mpid/ch3/src/lib_libmpi_la-ch3u_handle_connection.lo src/mpid/ch3/src/ch3u_handle_connection.c: In function 'MPIDI_CH3U_VC_SendClose': src/mpid/ch3/src/ch3u_handle_connection.c:225:1: error: 'MPIDI_VC_t' has no member named 'pobj_mutex' src/mpid/ch3/src/ch3u_handle_connection.c:225:1: error: 'MPIDI_VC_t' has no member named 'pobj_mutex' src/mpid/ch3/src/ch3u_handle_connection.c:225:1: error: 'MPIDI_VC_t' has no member named 'pobj_mutex' src/mpid/ch3/src/ch3u_handle_connection.c:265:1: error: 'MPIDI_VC_t' has no member named 'pobj_mutex' make[2]: *** [src/mpid/ch3/src/lib_libmpi_la-ch3u_handle_connection.lo] Error 1 make[2]: Leaving directory `/proj/plfs/mpaspvfs/mpich-3.2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/proj/plfs/mpaspvfs/mpich-3.2' make: *** [all] Error 2
I configured mpi with the options per-object and thread multiple.
Please take a look.
Thanks, Lei Cao
_______________________________________________ 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)
-
Halim Amer