[mvapich-discuss] Re: [mvapich] Announcing the release of MVAPICH2 1.0-beta

Shaun Rowland rowland at cse.ohio-state.edu
Tue Jul 31 13:23:30 EDT 2007


Dhabaleswar Panda wrote:
> Hi Christian, 
> 
>> On Thu, Jul 26, 2007 at 05:54:41PM -0400, Dhabaleswar Panda wrote:
>>> The MVAPICH team is pleased to announce the availability of
>>> MVAPICH2-1.0-beta with the following NEW features:
>>>
>> I am getting some compile errors with gcc-3.3 in a Linux/x86_64/OFED-1.2
>> environment - please see the attached log of the make procedure.
>> (gcc-4.1 and icc/ifort are fine, however)
> 
> Thanks for your note. We will take a look at it and get back to you
> soon.

Hi Christian. Could you try applying the patch I've attached and see if
that fixes your problem? I don't have a system with gcc 3.3 on it to
test. I am also curious as to what distribution of Linux you are using?
I think this patch might solve this problem. Please let us know if it helps.
-- 
Shaun Rowland	rowland at cse.ohio-state.edu
http://www.cse.ohio-state.edu/~rowland/
-------------- next part --------------
Index: src/mpid/osu_ch3/src/ch3u_handle_recv_pkt.c
===================================================================
--- src/mpid/osu_ch3/src/ch3u_handle_recv_pkt.c	(revision 1448)
+++ src/mpid/osu_ch3/src/ch3u_handle_recv_pkt.c	(working copy)
@@ -592,8 +592,8 @@
 	    } else {
 		req->mrail.protocol = VAPI_PROTOCOL_EAGER;
 	    }
-	    DEBUG_PRINT("put_rndv_t size %d, buf0 size %d, buf1 size %d,
-	        sender_req_id %p, data_sz %d\n",
+	    DEBUG_PRINT("put_rndv_t size %d, buf0 size %d, buf1 size %d, "
+	        "sender_req_id %p, data_sz %d\n",
 	        sizeof(MPIDI_CH3_Pkt_put_rndv_t), req->dev.iov[0].MPID_IOV_LEN,
 	        req->dev.iov[1].MPID_IOV_LEN, req->dev.sender_req_id,
 	        req->dev.recv_data_sz);


More information about the mvapich-discuss mailing list