You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does not cover how to build a main.cu with the mpi wrapper.
That is, given a single GPU application in which all files, including main.cu, are .cu files, and a user wants to drop in some MPI calls here and there to turn it into a multi-GPU application, how does the user do that?
It would be nice to have this documented in the OpenMPI documentation.
It would be nice to have this documented in the OpenMPI documentation.
Agreed, should probably be documented better @Akshay-Venkatesh @gonzalobg Thanks for the proposal, would you mind joining a dev call and pitch the proposal?
For C++ applications I use the
mpicxx
compiler wrapper, and I can select the C++ compiler using theOMPI_CXX
environment variable.What's the recommended way to compile CUDA applications with the OpenMPI compiler wrappers?
The text was updated successfully, but these errors were encountered: