[mvapich-discuss] Compilation issues

Devendar Bureddy bureddy at cse.ohio-state.edu
Fri Mar 8 12:38:45 EST 2013


Hi Marcin

I couldn't reproduce the same issue? Can you specify your configure options?

-Devendar

On Thu, Mar 7, 2013 at 1:47 AM, Marcin Zalewski
<marcin.zalewski at gmail.com>wrote:

> I have been trying to compile mvapich 2-1.9b with the trunk version of
> gcc, and I am getting errors like this:
>
> src/mpid/ch3/channels/psm/src/psm_1sided.c:791:34: error: incompatible
> types when assigning to type 'MPID_cc_t' from type 'int'
>          *(req->savedreq->cc_ptr) = 0;
>                                   ^
>
> Since I am compiling with per-object granularity, my solution has been
> to change lines like this to:
>
> req->savedreq->cc_ptr->v = 0;
>
> This compiles, but I want to ask whether it makes sense.
>
> Thanks,
> Marcin
> _______________________________________________
> mvapich-discuss mailing list
> mvapich-discuss at cse.ohio-state.edu
> http://mail.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss
>



-- 
Devendar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.cse.ohio-state.edu/pipermail/mvapich-discuss/attachments/20130308/096b7580/attachment.html


More information about the mvapich-discuss mailing list