[mvapich-discuss] Compiling MVAPICH2-1.9a on Host without IB

sreeram potluri potluri at cse.ohio-state.edu
Tue Sep 25 11:45:14 EDT 2012


Jiri,

Support for communication from GPU memory is currently not available with
the OFA-IB-Nemesis interface. Can you try building with the OFA-IB-CH3
interface as below

./configure --with-device=ch3:mrail --with-rdma=gen2 --enable-cuda
--with-cuda=/usr/local/cuda-5.0 --enable-shared --prefix=<...>

or you can skip the device option as well as OFA-IB-CH3 is the default

./configure --enable-cuda --with-cuda=/usr/local/cuda-5.0 --enable-shared
--prefix=<...>

The following sections of the user guide might be useful

http://mvapich.cse.ohio-state.edu/support/user_guide_mvapich2-1.9a.html#x1-100004.4
http://mvapich.cse.ohio-state.edu/support/user_guide_mvapich2-1.9a.html#x1-140004.5

Let us know if you see any further issues.

Sreeram Potluri

On Tue, Sep 25, 2012 at 11:08 AM, Jiri Kraus <jkraus at nvidia.com> wrote:

> Hi,
>
> I have some trouble compiling MVAPICH2-1.9a on a Host without an IB
> interface. I used
>
> ./configure --enable-cuda --with-cuda=/usr/local/cuda-5.0 --enable-shared
> --with-device=ch3:nemesis --prefix=<...>
>
> to configure but the build with gcc 4.6.2 on openSUSE 12.1 (x86_64) failed
> during compilation of
> mvapich2-1.9a/src/mpid/ch3/channels/nemesis/nemesis/netmod/tcp/tcp_send.c
> with
> tcp_send.c: In function âMPID_nem_tcp_iStartContigMsgâ:
> tcp_send.c:317:31: error: incompatible types when assigning to type âvoid
> *â from type âMPIDI_CH3_PktGeneric_tâ
> tcp_send.c: In function âMPID_nem_tcp_iStartContigMsg_pausedâ:
> tcp_send.c:456:31: error: incompatible types when assigning to type âvoid
> *â from type âMPIDI_CH3_PktGeneric_tâ
> tcp_send.c: In function âMPID_nem_tcp_iSendContigâ:
> tcp_send.c:604:31: error: incompatible types when assigning to type âvoid
> *â from type âMPIDI_CH3_PktGeneric_tâ
> tcp_send.c: In function âMPID_nem_tcp_SendNoncontigâ:
> tcp_send.c:732:31: error: incompatible types when assigning to type âvoid
> *â from type âMPIDI_CH3_PktGeneric_tâ
> make[8]: *** [tcp_send.o] Error 1
>
> Any help is appreciated.
>
> Thanks
>
> Jiri
> NVIDIA GmbH, Wuerselen, Germany, Amtsgericht Aachen, HRB 8361
> Managing Director: Karen Theresa Burns
>
>
> -----------------------------------------------------------------------------------
> This email message is for the sole use of the intended recipient(s) and
> may contain
> confidential information.  Any unauthorized review, use, disclosure or
> distribution
> is prohibited.  If you are not the intended recipient, please contact the
> sender by
> reply email and destroy all copies of the original message.
>
> -----------------------------------------------------------------------------------
>
> _______________________________________________
> mvapich-discuss mailing list
> mvapich-discuss at cse.ohio-state.edu
> http://mail.cse.ohio-state.edu/mailman/listinfo/mvapich-discuss
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.cse.ohio-state.edu/pipermail/mvapich-discuss/attachments/20120925/25c8dda5/attachment-0001.html


More information about the mvapich-discuss mailing list