[mpich-discuss] problems when build MPICH2 with freescale cpu

Gang Zhang ioezhanggang at gmail.com
Wed Aug 15 04:15:59 CDT 2012


Hi, I want to know: Can MPICH2 run on freescale CPU?

Now I have a problem to compile MPICH2 with ltib in freescale BSP.

I configure MPICH2 as follows:

./configure = --prefix=/usr --disable-f77 --disable-fc --host=powerpc-linux

The error printed out is in the attachment.

Thanks very much!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/mpich-discuss/attachments/20120815/fcb96449/attachment-0001.html>
-------------- next part --------------
make[2]: Entering directory `/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/examples'
  CC              cpi.c
../bin/mpicc   -o cpi cpi.o  -lm
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(helper_fns.o): In function `MPIC_Wait':
helper_fns.c:(.text+0x15a): undefined reference to `MPIDI_CH3I_progress_completion_count'
helper_fns.c:(.text+0x162): undefined reference to `MPIDI_CH3I_progress_completion_count'
helper_fns.c:(.text+0x184): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(helper_fns.o): In function `MPIR_Localcopy':
helper_fns.c:(.text+0x8c8): undefined reference to `MPID_Segment_init'
helper_fns.c:(.text+0x8e4): undefined reference to `MPID_Segment_pack'
helper_fns.c:(.text+0x954): undefined reference to `MPID_Segment_init'
helper_fns.c:(.text+0x96c): undefined reference to `MPID_Segment_init'
helper_fns.c:(.text+0x9c0): undefined reference to `MPID_Segment_pack'
helper_fns.c:(.text+0x9e8): undefined reference to `MPID_Segment_unpack'
helper_fns.c:(.text+0xa58): undefined reference to `MPID_Segment_pack'
helper_fns.c:(.text+0xa94): undefined reference to `MPID_Segment_unpack'
helper_fns.c:(.text+0xad4): undefined reference to `MPID_Segment_init'
helper_fns.c:(.text+0xaf0): undefined reference to `MPID_Segment_unpack'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(helper_fns.o): In function `MPIC_Sendrecv_replace':
helper_fns.c:(.text+0xf5a): undefined reference to `MPIDI_CH3I_progress_completion_count'
helper_fns.c:(.text+0xf62): undefined reference to `MPIDI_CH3I_progress_completion_count'
helper_fns.c:(.text+0xf9c): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(pack.o): In function `MPIR_Pack_impl':
pack.c:(.text+0x1a0): undefined reference to `MPID_Segment_alloc'
pack.c:(.text+0x1c0): undefined reference to `MPID_Segment_init'
pack.c:(.text+0x1e8): undefined reference to `MPID_Segment_pack'
pack.c:(.text+0x200): undefined reference to `MPID_Segment_free'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(unpack.o): In function `MPIR_Unpack_impl':
unpack.c:(.text+0x1a4): undefined reference to `MPID_Segment_alloc'
unpack.c:(.text+0x1c4): undefined reference to `MPID_Segment_init'
unpack.c:(.text+0x1ec): undefined reference to `MPID_Segment_unpack'
unpack.c:(.text+0x204): undefined reference to `MPID_Segment_free'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(typeutil.o): In function `MPIR_Datatype_init':
typeutil.c:(.text+0x4b4): undefined reference to `MPID_Type_create_pairtype'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(typeutil.o): In function `MPIR_Datatype_finalize':
typeutil.c:(.text+0x72c): undefined reference to `MPID_Datatype_free'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(errutil.o): In function `MPIR_Err_create_code_valist':
errutil.c:(.text+0x2108): undefined reference to `MPID_Type_get_envelope'
errutil.c:(.text+0x2118): undefined reference to `MPIDU_Datatype_combiner_to_string'
errutil.c:(.text+0x2260): undefined reference to `MPIDU_Datatype_builtin_to_string'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(wait.o): In function `MPIR_Wait_impl':
wait.c:(.text+0x20e): undefined reference to `MPIDI_CH3I_progress_completion_count'
wait.c:(.text+0x216): undefined reference to `MPIDI_CH3I_progress_completion_count'
wait.c:(.text+0x354): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(waitall.o): In function `MPIR_Waitall_impl':
waitall.c:(.text+0x3ce): undefined reference to `MPIDI_CH3I_progress_completion_count'
waitall.c:(.text+0x3d6): undefined reference to `MPIDI_CH3I_progress_completion_count'
waitall.c:(.text+0x420): undefined reference to `MPIDI_CH3I_Progress'
waitall.c:(.text+0x464): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpir_request.o): In function `MPIR_Progress_wait_request':
mpir_request.c:(.text+0x3fa): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpir_request.c:(.text+0x402): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpir_request.c:(.text+0x41c): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpir_request.o): In function `MPIR_Grequest_waitall':
mpir_request.c:(.text+0x5b2): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpir_request.c:(.text+0x5ba): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpir_request.c:(.text+0x678): undefined reference to `MPIDI_CH3I_Progress'
mpir_request.c:(.text+0x70e): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpir_request.c:(.text+0x716): undefined reference to `MPIDI_CH3I_progress_completion_count'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_request.o): In function `MPID_Request_set_completed':
ch3u_request.c:(.text+0xa): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_request.c:(.text+0x1e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_request.c:(.text+0x22): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_request.c:(.text+0x2a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_request.c:(.text+0x2e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_request.c:(.text+0x4a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_request.c:(.text+0x4e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_request.c:(.text+0x5a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_request.c:(.text+0x5c): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_request.o): In function `MPIDI_CH3U_Request_unpack_uebuf':
ch3u_request.c:(.text+0x244): undefined reference to `MPID_Segment_init'
ch3u_request.c:(.text+0x25c): undefined reference to `MPID_Segment_unpack'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_request.o): In function `MPIDI_CH3U_Request_unpack_srbuf':
ch3u_request.c:(.text+0x384): undefined reference to `MPID_Segment_unpack'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_request.o): In function `MPIDI_CH3U_Request_load_recv_iov':
ch3u_request.c:(.text+0x690): undefined reference to `MPID_Segment_unpack_vector'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_request.o): In function `MPIDI_CH3U_Request_load_send_iov':
ch3u_request.c:(.text+0x9a4): undefined reference to `MPID_Segment_pack_vector'
ch3u_request.c:(.text+0xb50): undefined reference to `MPID_Segment_pack'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_request.o): In function `MPIDI_CH3_Request_destroy':
ch3u_request.c:(.text+0xda0): undefined reference to `MPID_Segment_free'
ch3u_request.c:(.text+0xe38): undefined reference to `MPID_Datatype_free'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_finalize.o): In function `MPID_Finalize':
mpid_finalize.c:(.text+0x68): undefined reference to `MPIDI_CH3_Finalize'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_init.o): In function `MPID_InitCompleted':
mpid_init.c:(.text+0x17c): undefined reference to `MPIDI_CH3_InitCompleted'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_init.o): In function `MPID_Init':
mpid_init.c:(.text+0x2d0): undefined reference to `MPIDI_CH3_Init'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_isend.o): In function `MPID_Isend':
mpid_isend.c:(.text+0x1d4): undefined reference to `MPIDI_CH3_iSend'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_port.o): In function `MPID_Comm_connect':
mpid_port.c:(.text+0x1bc): undefined reference to `MPIDI_CH3_PortFnsInit'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_port.o): In function `MPID_Comm_accept':
mpid_port.c:(.text+0x344): undefined reference to `MPIDI_CH3_PortFnsInit'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_port.o): In function `MPID_Close_port':
mpid_port.c:(.text+0x48c): undefined reference to `MPIDI_CH3_PortFnsInit'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_port.o): In function `MPID_Open_port':
mpid_port.c:(.text+0x5c4): undefined reference to `MPIDI_CH3_PortFnsInit'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_port.o): In function `MPIDI_Open_port':
mpid_port.c:(.text+0x744): undefined reference to `MPIDI_CH3_Get_business_card'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_probe.o): In function `MPID_Probe':
mpid_probe.c:(.text+0x3e): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_probe.c:(.text+0x46): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_probe.c:(.text+0x70): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_send.o): In function `MPID_Send':
mpid_send.c:(.text+0x104): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_vc.o): In function `MPIDI_VC_Init':
mpid_vc.c:(.text+0x1634): undefined reference to `MPIDI_CH3_VC_Init'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_vc.o): In function `MPIDI_CH3U_VC_FinishPending':
mpid_vc.c:(.text+0x16a2): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_vc.c:(.text+0x16b6): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_vc.c:(.text+0x1758): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpidi_isend_self.o): In function `MPIDI_Isend_self':
mpidi_isend_self.c:(.text+0x1c2): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpidi_isend_self.c:(.text+0x1ca): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpidi_isend_self.c:(.text+0x1ce): undefined reference to `MPIDI_CH3I_progress_blocked'
mpidi_isend_self.c:(.text+0x1de): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpidi_isend_self.c:(.text+0x1e2): undefined reference to `MPIDI_CH3I_progress_blocked'
mpidi_isend_self.c:(.text+0x22e): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpidi_isend_self.c:(.text+0x23a): undefined reference to `MPIDI_CH3I_progress_blocked'
mpidi_isend_self.c:(.text+0x23e): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpidi_isend_self.c:(.text+0x246): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpidi_isend_self.c:(.text+0x24a): undefined reference to `MPIDI_CH3I_progress_blocked'
mpidi_isend_self.c:(.text+0x2d6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
mpidi_isend_self.c:(.text+0x2da): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
mpidi_isend_self.c:(.text+0x2e6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
mpidi_isend_self.c:(.text+0x2e8): undefined reference to `MPIDI_CH3I_Progress_wakeup'
mpidi_isend_self.c:(.text+0x362): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
mpidi_isend_self.c:(.text+0x366): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
mpidi_isend_self.c:(.text+0x372): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
mpidi_isend_self.c:(.text+0x374): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpidi_pg.o): In function `MPIDI_PG_Destroy':
mpidi_pg.c:(.text+0x1578): undefined reference to `MPIDI_CH3_VC_Destroy'
mpidi_pg.c:(.text+0x1630): undefined reference to `MPIDI_CH3_PG_Destroy'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpidi_pg.o): In function `MPIDI_PG_Create':
mpidi_pg.c:(.text+0x1758): undefined reference to `MPIDI_CH3_PG_Init'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_buffer.o): In function `MPIDI_CH3U_Buffer_copy':
ch3u_buffer.c:(.text+0x278): undefined reference to `MPID_Segment_init'
ch3u_buffer.c:(.text+0x290): undefined reference to `MPID_Segment_init'
ch3u_buffer.c:(.text+0x2e8): undefined reference to `MPID_Segment_pack'
ch3u_buffer.c:(.text+0x308): undefined reference to `MPID_Segment_unpack'
ch3u_buffer.c:(.text+0x380): undefined reference to `MPID_Segment_pack'
ch3u_buffer.c:(.text+0x3b4): undefined reference to `MPID_Segment_unpack'
ch3u_buffer.c:(.text+0x410): undefined reference to `MPID_Segment_init'
ch3u_buffer.c:(.text+0x428): undefined reference to `MPID_Segment_pack'
ch3u_buffer.c:(.text+0x48c): undefined reference to `MPID_Segment_init'
ch3u_buffer.c:(.text+0x4a4): undefined reference to `MPID_Segment_unpack'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_buffer.o): In function `MPIDI_CH3_RecvFromSelf':
ch3u_buffer.c:(.text+0x676): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_buffer.c:(.text+0x682): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_buffer.c:(.text+0x686): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_buffer.c:(.text+0x68e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_buffer.c:(.text+0x692): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_buffer.c:(.text+0x72e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_buffer.c:(.text+0x732): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_buffer.c:(.text+0x73e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_buffer.c:(.text+0x740): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_connection.o): In function `MPIDI_CH3U_Check_for_failed_procs':
ch3u_handle_connection.c:(.text+0x3ec): undefined reference to `MPIDI_CH3_Connection_terminate'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_connection.o): In function `MPIDI_CH3U_VC_WaitForClose':
ch3u_handle_connection.c:(.text+0x782): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_connection.c:(.text+0x796): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_connection.c:(.text+0x7b8): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_connection.o): In function `MPIDI_CH3U_VC_SendClose':
ch3u_handle_connection.c:(.text+0x88c): undefined reference to `MPIDI_CH3_iStartMsg'
ch3u_handle_connection.c:(.text+0x998): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_connection.o): In function `MPIDI_CH3_PktHandler_Close':
ch3u_handle_connection.c:(.text+0xae0): undefined reference to `MPIDI_CH3_Connection_terminate'
ch3u_handle_connection.c:(.text+0xb54): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_connection.o): In function `MPIDI_CH3U_Handle_connection':
ch3u_handle_connection.c:(.text+0xd4e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_connection.c:(.text+0xd52): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_connection.c:(.text+0xd56): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_connection.c:(.text+0xd5e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_connection.c:(.text+0xd62): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_connection.c:(.text+0xd6e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_connection.c:(.text+0xd72): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_connection.c:(.text+0xd7e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_connection.c:(.text+0xd80): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3I_Send_pt_rma_done_pkt':
ch3u_handle_recv_req.c:(.text+0x30): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3I_Release_lock':
ch3u_handle_recv_req.c:(.text+0x51c): undefined reference to `MPIDI_CH3_iSendv'
ch3u_handle_recv_req.c:(.text+0x61c): undefined reference to `MPIDI_CH3_iSendv'
ch3u_handle_recv_req.c:(.text+0x65c): undefined reference to `MPIDI_CH3_iSendv'
ch3u_handle_recv_req.c:(.text+0x698): undefined reference to `MPIDI_CH3_iSendv'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3_ReqHandler_SinglePutAccumComplete':
ch3u_handle_recv_req.c:(.text+0x8f2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x8f6): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0x8fa): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x902): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x906): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0x912): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x916): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x922): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x924): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3_ReqHandler_RecvComplete':
ch3u_handle_recv_req.c:(.text+0xb1e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xb22): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0xb26): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xb2e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xb32): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0xb6a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0xb6e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0xb7a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0xb7c): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_handle_recv_req.c:(.text+0xb8e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xb92): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xb96): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0xb9e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xba2): undefined reference to `MPIDI_CH3I_progress_blocked'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3U_Handle_recv_req':
ch3u_handle_recv_req.c:(.text+0xcda): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xcde): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0xce2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xcea): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xcee): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0xcfa): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0xcfe): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0xd7e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0xd80): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3_ReqHandler_UnpackUEBufComplete':
ch3u_handle_recv_req.c:(.text+0xe1e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xe22): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0xe26): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xe2e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xe32): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0xe6a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0xe6e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0xe7a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0xe7c): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_handle_recv_req.c:(.text+0xe8e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xe92): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xe96): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0xe9e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0xea2): undefined reference to `MPIDI_CH3I_progress_blocked'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `create_derived_datatype':
ch3u_handle_recv_req.c:(.text+0xfb0): undefined reference to `MPID_Dataloop_update'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3_ReqHandler_GetRespDerivedDTComplete':
ch3u_handle_recv_req.c:(.text+0x1100): undefined reference to `MPID_Segment_alloc'
ch3u_handle_recv_req.c:(.text+0x1124): undefined reference to `MPID_Segment_init'
ch3u_handle_recv_req.c:(.text+0x11d2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x11d6): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0x11da): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x11e2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x11e6): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0x11f2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x11f6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x1202): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x1204): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3_ReqHandler_PutRespDerivedDTComplete':
ch3u_handle_recv_req.c:(.text+0x13d8): undefined reference to `MPID_Segment_alloc'
ch3u_handle_recv_req.c:(.text+0x13fc): undefined reference to `MPID_Segment_init'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3_ReqHandler_AccumRespDerivedDTComplete':
ch3u_handle_recv_req.c:(.text+0x15e4): undefined reference to `MPID_Segment_alloc'
ch3u_handle_recv_req.c:(.text+0x1608): undefined reference to `MPID_Segment_init'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3_ReqHandler_PutAccumRespComplete':
ch3u_handle_recv_req.c:(.text+0x1906): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x190a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0x190e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x1916): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x191a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0x1926): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x192a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x1936): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x1938): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_handle_recv_req.c:(.text+0x1a94): undefined reference to `MPID_Segment_alloc'
ch3u_handle_recv_req.c:(.text+0x1ab4): undefined reference to `MPID_Segment_init'
ch3u_handle_recv_req.c:(.text+0x1b30): undefined reference to `MPID_Segment_pack_vector'
ch3u_handle_recv_req.c:(.text+0x1bcc): undefined reference to `MPID_Segment_free'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_req.o): In function `MPIDI_CH3_ReqHandler_UnpackSRBufComplete':
ch3u_handle_recv_req.c:(.text+0x1e26): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x1e2a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0x1e2e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x1e36): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_recv_req.c:(.text+0x1e3a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_recv_req.c:(.text+0x1ea6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x1eaa): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x1eb6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_recv_req.c:(.text+0x1eb8): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_send_req.o): In function `MPIDI_CH3_ReqHandler_GetSendRespComplete':
ch3u_handle_send_req.c:(.text+0x156): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_send_req.c:(.text+0x15a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_send_req.c:(.text+0x15e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_send_req.c:(.text+0x166): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_send_req.c:(.text+0x16a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_send_req.c:(.text+0x1d2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_send_req.c:(.text+0x1d6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_send_req.c:(.text+0x1e2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_send_req.c:(.text+0x1e4): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_handle_send_req.c:(.text+0x1f6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_send_req.c:(.text+0x1fa): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_send_req.c:(.text+0x1fe): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_send_req.c:(.text+0x206): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_send_req.c:(.text+0x20a): undefined reference to `MPIDI_CH3I_progress_blocked'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_send_req.o): In function `MPIDI_CH3U_Handle_send_req':
ch3u_handle_send_req.c:(.text+0x2d6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_send_req.c:(.text+0x2da): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_send_req.c:(.text+0x2de): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_send_req.c:(.text+0x2e6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_handle_send_req.c:(.text+0x2ea): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_handle_send_req.c:(.text+0x2f6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_send_req.c:(.text+0x2fa): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_send_req.c:(.text+0x34e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_handle_send_req.c:(.text+0x350): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_port.o): In function `FreeNewVC':
ch3u_port.c:(.text+0xef6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_port.c:(.text+0xefe): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_port.c:(.text+0xf1c): undefined reference to `MPIDI_CH3I_Progress'
ch3u_port.c:(.text+0xf6c): undefined reference to `MPIDI_CH3_VC_Destroy'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_port.o): In function `MPIDI_Comm_accept':
ch3u_port.c:(.text+0x1212): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_port.c:(.text+0x121a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_port.c:(.text+0x1244): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_port.o): In function `MPIDI_Comm_connect':
ch3u_port.c:(.text+0x1e7c): undefined reference to `MPIDI_CH3_Connect_to_root'
ch3u_port.c:(.text+0x1f84): undefined reference to `MPIDI_CH3_VC_Destroy'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_recvq.o): In function `MPIDI_CH3U_Recvq_FDU_or_AEP':
ch3u_recvq.c:(.text+0xba2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_recvq.c:(.text+0xba6): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_recvq.c:(.text+0xbaa): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_recvq.c:(.text+0xbb2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_recvq.c:(.text+0xbb6): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_recvq.c:(.text+0xcc2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_recvq.c:(.text+0xcc6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_recvq.c:(.text+0xcd2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_recvq.c:(.text+0xcd4): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_recvq.o): In function `MPIDI_CH3U_Complete_posted_with_error':
ch3u_recvq.c:(.text+0xda2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_recvq.c:(.text+0xda6): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_recvq.c:(.text+0xdaa): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_recvq.c:(.text+0xdae): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_recvq.c:(.text+0xdb2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_recvq.c:(.text+0xdba): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_recvq.c:(.text+0xf44): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_recvq.c:(.text+0xfd8): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_PtRMADone':
ch3u_rma_sync.c:(.text+0x5a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x62): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x6a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x72): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x76): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x9a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x9e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0xaa): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0xac): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_LockGranted':
ch3u_rma_sync.c:(.text+0x12e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x136): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x142): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x14a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x14e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x172): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x176): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x182): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x184): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_GetResp':
ch3u_rma_sync.c:(.text+0x27e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x282): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x286): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x28e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x292): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x356): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x35a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x35e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x366): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x36a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x42e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x432): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x436): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x43e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x442): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x44e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x452): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x45e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x460): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_rma_sync.c:(.text+0x4a6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x4aa): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x4b6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x4b8): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_LockAccumUnlock':
ch3u_rma_sync.c:(.text+0x6be): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x6c2): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x6c6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x6ce): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x6d2): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x896): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x89a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x8a6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x8a8): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_LockPutUnlock':
ch3u_rma_sync.c:(.text+0xc96): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0xc9a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0xc9e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0xca6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0xcaa): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0xcb6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0xcba): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0xcc6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0xcc8): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_LockGetUnlock':
ch3u_rma_sync.c:(.text+0x1160): undefined reference to `MPIDI_CH3_iSendv'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_Accumulate_Immed':
ch3u_rma_sync.c:(.text+0x146e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x1472): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x1476): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x1482): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x1486): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x1492): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x1496): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x14a2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x14a4): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_rma_sync.c:(.text+0x14b2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x14be): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x14c2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x14ca): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x14ce): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x14da): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x14de): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x14ea): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x14f0): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_Accumulate':
ch3u_rma_sync.c:(.text+0x181a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x181e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x1822): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x182a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x182e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x1b46): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x1b4a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x1b56): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x1b58): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_Get':
ch3u_rma_sync.c:(.text+0x1ee8): undefined reference to `MPIDI_CH3_iSendv'
ch3u_rma_sync.c:(.text+0x1f64): undefined reference to `MPIDI_CH3_iSendv'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3_PktHandler_Put':
ch3u_rma_sync.c:(.text+0x2302): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x230a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x230e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x2316): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x231a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x236a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x236e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x237a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x237c): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_rma_sync.c:(.text+0x25d6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x25da): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x25de): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x25e6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x25ea): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rma_sync.c:(.text+0x275e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x2762): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x276e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rma_sync.c:(.text+0x2770): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3I_Send_lock_granted_pkt':
ch3u_rma_sync.c:(.text+0x29e8): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_Win_test':
ch3u_rma_sync.c:(.text+0x2c68): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_Win_wait':
ch3u_rma_sync.c:(.text+0x2d0e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x2d16): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x2d30): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_Win_start':
ch3u_rma_sync.c:(.text+0x2da6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x2dae): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x2dc8): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_Win_lock':
ch3u_rma_sync.c:(.text+0x2f42): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x2f4a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x2f6c): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3I_Send_contig_acc_msg':
ch3u_rma_sync.c:(.text+0x3120): undefined reference to `MPIDI_CH3_iStartMsgv'
ch3u_rma_sync.c:(.text+0x3340): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3I_Recv_rma_msg':
ch3u_rma_sync.c:(.text+0x362c): undefined reference to `MPIDI_CH3_iStartMsg'
ch3u_rma_sync.c:(.text+0x37c4): undefined reference to `MPIDI_CH3_iStartMsgv'
ch3u_rma_sync.c:(.text+0x381c): undefined reference to `MPID_Datatype_free'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_CH3I_Send_rma_msg':
ch3u_rma_sync.c:(.text+0x3c84): undefined reference to `MPIDI_CH3_iStartMsgv'
ch3u_rma_sync.c:(.text+0x3d18): undefined reference to `MPID_Segment_alloc'
ch3u_rma_sync.c:(.text+0x3d90): undefined reference to `MPID_Type_struct'
ch3u_rma_sync.c:(.text+0x3dfc): undefined reference to `MPID_Datatype_set_contents'
ch3u_rma_sync.c:(.text+0x3e1c): undefined reference to `MPID_Dataloop_create'
ch3u_rma_sync.c:(.text+0x3e34): undefined reference to `MPID_Dataloop_create'
ch3u_rma_sync.c:(.text+0x3e54): undefined reference to `MPID_Segment_init'
ch3u_rma_sync.c:(.text+0x3ef0): undefined reference to `MPID_Datatype_free'
ch3u_rma_sync.c:(.text+0x3f44): undefined reference to `MPID_Datatype_free'
ch3u_rma_sync.c:(.text+0x3f70): undefined reference to `MPID_Segment_alloc'
ch3u_rma_sync.c:(.text+0x3f9c): undefined reference to `MPID_Segment_init'
ch3u_rma_sync.c:(.text+0x441c): undefined reference to `MPID_Datatype_free'
ch3u_rma_sync.c:(.text+0x45f0): undefined reference to `MPID_Datatype_free'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_Win_unlock':
ch3u_rma_sync.c:(.text+0x4780): undefined reference to `MPIDI_CH3I_Progress'
ch3u_rma_sync.c:(.text+0x484c): undefined reference to `MPIDI_CH3_iStartMsg'
ch3u_rma_sync.c:(.text+0x488a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x4892): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x48ac): undefined reference to `MPIDI_CH3I_Progress'
ch3u_rma_sync.c:(.text+0x4af0): undefined reference to `MPID_Segment_alloc'
ch3u_rma_sync.c:(.text+0x4b18): undefined reference to `MPID_Segment_init'
ch3u_rma_sync.c:(.text+0x4c32): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x4c3a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x4c54): undefined reference to `MPIDI_CH3I_Progress'
ch3u_rma_sync.c:(.text+0x4fb6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x4fbe): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x4fe4): undefined reference to `MPIDI_CH3I_Progress'
ch3u_rma_sync.c:(.text+0x51d0): undefined reference to `MPIDI_CH3_iStartMsg'
ch3u_rma_sync.c:(.text+0x5212): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x521a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x5234): undefined reference to `MPIDI_CH3I_Progress'
ch3u_rma_sync.c:(.text+0x5410): undefined reference to `MPIDI_CH3_iStartMsgv'
ch3u_rma_sync.c:(.text+0x5486): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x548e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x54dc): undefined reference to `MPIDI_CH3I_Progress'
ch3u_rma_sync.c:(.text+0x5808): undefined reference to `MPID_Datatype_free'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_Win_complete':
ch3u_rma_sync.c:(.text+0x5dc4): undefined reference to `MPIDI_CH3_iStartMsg'
ch3u_rma_sync.c:(.text+0x5e2a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x5e32): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x5e80): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_Win_post':
ch3u_rma_sync.c:(.text+0x6516): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x651e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x6538): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rma_sync.o): In function `MPIDI_Win_fence':
ch3u_rma_sync.c:(.text+0x6ac2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x6aca): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x6ae4): undefined reference to `MPIDI_CH3I_Progress'
ch3u_rma_sync.c:(.text+0x6e7a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x6e82): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x7078): undefined reference to `MPIDI_CH3I_Progress'
ch3u_rma_sync.c:(.text+0x71b6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x71be): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rma_sync.c:(.text+0x71d8): undefined reference to `MPIDI_CH3I_Progress'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rndv.o): In function `MPIDI_CH3_RecvRndv':
ch3u_rndv.c:(.text+0x3c): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rndv.o): In function `MPIDI_CH3_RndvSend':
ch3u_rndv.c:(.text+0x1b4): undefined reference to `MPIDI_CH3_iStartMsg'
ch3u_rndv.c:(.text+0x230): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rndv.o): In function `MPIDI_CH3_PktHandler_RndvSend':
ch3u_rndv.c:(.text+0x46a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rndv.c:(.text+0x46e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rndv.c:(.text+0x472): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rndv.c:(.text+0x47a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rndv.c:(.text+0x47e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rndv.c:(.text+0x55e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rndv.c:(.text+0x562): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rndv.c:(.text+0x566): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rndv.c:(.text+0x56e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rndv.c:(.text+0x572): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rndv.c:(.text+0x5b2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rndv.c:(.text+0x5b6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rndv.c:(.text+0x5c2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rndv.c:(.text+0x5c4): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_rndv.c:(.text+0x662): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rndv.c:(.text+0x666): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rndv.c:(.text+0x672): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rndv.c:(.text+0x674): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rndv.o): In function `MPIDI_CH3_PktHandler_RndvClrToSend':
ch3u_rndv.c:(.text+0x7a4): undefined reference to `MPID_Segment_alloc'
ch3u_rndv.c:(.text+0x7c8): undefined reference to `MPID_Segment_init'
ch3u_rndv.c:(.text+0x88c): undefined reference to `MPIDI_CH3_iSendv'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_rndv.o): In function `MPIDI_CH3_PktHandler_RndvReqToSend':
ch3u_rndv.c:(.text+0xa9e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rndv.c:(.text+0xaa2): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rndv.c:(.text+0xaa6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rndv.c:(.text+0xaae): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_rndv.c:(.text+0xab2): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_rndv.c:(.text+0xaf2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rndv.c:(.text+0xaf6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rndv.c:(.text+0xb02): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_rndv.c:(.text+0xb04): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_rndv.c:(.text+0xb34): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eager.o): In function `MPIDI_CH3_PktHandler_ReadySend':
ch3u_eager.c:(.text+0xe6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0xea): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0xee): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0xf6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0xfa): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0x1a6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x1aa): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0x1ae): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x1b6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x1ba): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0x1c6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x1ca): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x1d6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x1d8): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_eager.c:(.text+0x2ca): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x2ce): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0x2d2): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x2da): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x2de): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0x2f6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x2fa): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x306): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x308): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_eager.c:(.text+0x3c2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x3c6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x3d2): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x3d4): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eager.o): In function `MPIDI_CH3_PktHandler_EagerSend':
ch3u_eager.c:(.text+0x56a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x56e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0x572): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x57a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x57e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0x5fa): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x5fe): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0x602): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x60a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0x60e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0x702): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x706): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x712): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x714): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_eager.c:(.text+0x7a6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x7aa): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x7b6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0x7b8): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eager.o): In function `MPIDI_CH3_EagerContigIsend':
ch3u_eager.c:(.text+0x85c): undefined reference to `MPIDI_CH3_iSendv'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eager.o): In function `MPIDI_CH3_EagerNoncontigSend':
ch3u_eager.c:(.text+0x970): undefined reference to `MPID_Segment_alloc'
ch3u_eager.c:(.text+0x994): undefined reference to `MPID_Segment_init'
ch3u_eager.c:(.text+0xa00): undefined reference to `MPID_Segment_alloc'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eager.o): In function `MPIDI_CH3_PktHandler_EagerShortSend':
ch3u_eager.c:(.text+0xbb8): undefined reference to `MPID_Segment_alloc'
ch3u_eager.c:(.text+0xbdc): undefined reference to `MPID_Segment_init'
ch3u_eager.c:(.text+0xbf8): undefined reference to `MPID_Segment_unpack'
ch3u_eager.c:(.text+0xc56): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0xc5a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0xc5e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0xc66): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eager.c:(.text+0xc6a): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eager.c:(.text+0xd16): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0xd1a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0xd26): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eager.c:(.text+0xd28): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eager.o): In function `MPIDI_CH3_EagerContigShortSend':
ch3u_eager.c:(.text+0xf8c): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eager.o): In function `MPIDI_CH3_EagerContigSend':
ch3u_eager.c:(.text+0x1098): undefined reference to `MPIDI_CH3_iStartMsgv'
ch3u_eager.c:(.text+0x1104): undefined reference to `MPIDI_CH3_iStartMsgv'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eager.o): In function `MPIDI_CH3_SendNoncontig_iov':
ch3u_eager.c:(.text+0x11b8): undefined reference to `MPIDI_CH3_iSendv'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eagersync.o): In function `MPIDI_CH3_PktHandler_EagerSyncAck':
ch3u_eagersync.c:(.text+0x8a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x8e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eagersync.c:(.text+0x92): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x9a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x9e): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eagersync.c:(.text+0xfa): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0xfe): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x10a): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x10c): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_eagersync.c:(.text+0x11e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x122): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x126): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eagersync.c:(.text+0x12e): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x132): undefined reference to `MPIDI_CH3I_progress_blocked'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eagersync.o): In function `MPIDI_CH3_EagerSyncAck':
ch3u_eagersync.c:(.text+0x194): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eagersync.o): In function `MPIDI_CH3_PktHandler_EagerSyncSend':
ch3u_eagersync.c:(.text+0x374): undefined reference to `MPIDI_CH3_iStartMsg'
ch3u_eagersync.c:(.text+0x462): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x466): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eagersync.c:(.text+0x46a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x472): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x476): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eagersync.c:(.text+0x482): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x486): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x492): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x494): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_eagersync.c:(.text+0x4b6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x4ba): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eagersync.c:(.text+0x4be): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x4c6): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x4ca): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eagersync.c:(.text+0x4d6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x4da): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x4e6): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x4e8): undefined reference to `MPIDI_CH3I_Progress_wakeup'
ch3u_eagersync.c:(.text+0x562): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x566): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eagersync.c:(.text+0x56a): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x572): undefined reference to `MPIDI_CH3I_progress_completion_count'
ch3u_eagersync.c:(.text+0x576): undefined reference to `MPIDI_CH3I_progress_blocked'
ch3u_eagersync.c:(.text+0x582): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x586): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x592): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
ch3u_eagersync.c:(.text+0x594): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eagersync.o): In function `MPIDI_CH3_EagerSyncZero':
ch3u_eagersync.c:(.text+0x86c): undefined reference to `MPIDI_CH3_iSend'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_eagersync.o): In function `MPIDI_CH3_EagerSyncNoncontigSend':
ch3u_eagersync.c:(.text+0x9c4): undefined reference to `MPIDI_CH3_iSendv'
ch3u_eagersync.c:(.text+0xa04): undefined reference to `MPID_Segment_alloc'
ch3u_eagersync.c:(.text+0xa28): undefined reference to `MPID_Segment_init'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(type_commit.o): In function `MPIR_Type_commit_impl':
type_commit.c:(.text+0x4c): undefined reference to `MPID_Type_commit'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(type_indexed.o): In function `MPIR_Type_indexed_impl':
type_indexed.c:(.text+0x1f0): undefined reference to `MPID_Type_indexed'
type_indexed.c:(.text+0x324): undefined reference to `MPID_Datatype_set_contents'
type_indexed.c:(.text+0x3fc): undefined reference to `MPID_Datatype_set_contents'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(type_free.o): In function `MPIR_Type_free_impl':
type_free.c:(.text+0x2f8): undefined reference to `MPID_Datatype_free'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_pkt.o): In function `MPIDI_CH3U_Post_data_receive_found':
ch3u_handle_recv_pkt.c:(.text+0x310): undefined reference to `MPID_Segment_alloc'
ch3u_handle_recv_pkt.c:(.text+0x334): undefined reference to `MPID_Segment_init'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(ch3u_handle_recv_pkt.o): In function `MPIDI_CH3U_Receive_data_found':
ch3u_handle_recv_pkt.c:(.text+0x850): undefined reference to `MPID_Segment_alloc'
ch3u_handle_recv_pkt.c:(.text+0x878): undefined reference to `MPID_Segment_init'
ch3u_handle_recv_pkt.c:(.text+0xb0c): undefined reference to `MPID_Segment_unpack'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_cancel_send.o): In function `MPIDI_CH3_PktHandler_CancelSendResp':
mpid_cancel_send.c:(.text+0xc2): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_cancel_send.c:(.text+0xc6): undefined reference to `MPIDI_CH3I_progress_blocked'
mpid_cancel_send.c:(.text+0xca): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_cancel_send.c:(.text+0xd2): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_cancel_send.c:(.text+0xd6): undefined reference to `MPIDI_CH3I_progress_blocked'
mpid_cancel_send.c:(.text+0x16e): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_cancel_send.c:(.text+0x172): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_cancel_send.c:(.text+0x176): undefined reference to `MPIDI_CH3I_progress_blocked'
mpid_cancel_send.c:(.text+0x17e): undefined reference to `MPIDI_CH3I_progress_completion_count'
mpid_cancel_send.c:(.text+0x182): undefined reference to `MPIDI_CH3I_progress_blocked'
mpid_cancel_send.c:(.text+0x18e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
mpid_cancel_send.c:(.text+0x192): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
mpid_cancel_send.c:(.text+0x19e): undefined reference to `MPIDI_CH3I_progress_wakeup_signalled'
mpid_cancel_send.c:(.text+0x1a0): undefined reference to `MPIDI_CH3I_Progress_wakeup'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_cancel_send.o): In function `MPIDI_CH3_PktHandler_CancelSendReq':
mpid_cancel_send.c:(.text+0x248): undefined reference to `MPIDI_CH3_iStartMsg'
/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/lib/libmpich.a(mpid_cancel_send.o): In function `MPID_Cancel_send':
mpid_cancel_send.c:(.text+0x474): undefined reference to `MPIDI_CH3_iStartMsg'
collect2: ld returned 1 exit status
make[2]: *** [cpi] Error 1
make[2]: Leaving directory `/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1/examples'
make[1]: *** [all-postamble] Error 2
make[1]: Leaving directory `/usr/local/p4080/ltib-e500mc-20101022/rpm/BUILD/mpich2-1.4.1p1'
make: *** [all-redirect] Error 2
error: Bad exit status from /usr/local/p4080/ltib-e500mc-20101022/tmp/rpm-tmp.70940 (%build)


RPM build errors:
    Bad exit status from /usr/local/p4080/ltib-e500mc-20101022/tmp/rpm-tmp.70940 (%build)
Build time for mpich2: 162 seconds

Failed building mpich2


f_scbuild() returned an error, exiting
traceback:
 main:560

Exiting on error or interrupt


More information about the mpich-discuss mailing list