We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpich 4.2.3 compiled with NVIDIA HPC SDK compilers (nvc, nvc++, nvfortran) with cuda support
Unable to use mpi_f08 module with device pointers. Sample
program main #if defined(USE_MPI) use mpi #define TYPE_MPI_REQUEST integer #else use mpi_f08 #define TYPE_MPI_REQUEST type(MPI_Request) #endif implicit none TYPE_MPI_REQUEST :: request real, device, allocatable :: buf(:) integer :: mpi_ierr call MPI_Isend(buf( 1 ), 1, MPI_REAL, 1, 0, MPI_COMM_WORLD, request, mpi_ierr) end program main
mpifort mpich.F90 -cuda NVFORTRAN-S-0155-Could not resolve generic procedure mpi_isend (mpich.F90: 14) 0 inform, 0 warnings, 1 severes, 0 fatal for main
mpifort mpich.F90 -cuda
mpifort mpich.F90 -cuda -DUSE_MPI SUCCESS
mpifort mpich.F90 -cuda -DUSE_MPI
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mpich 4.2.3 compiled with NVIDIA HPC SDK compilers (nvc, nvc++, nvfortran) with cuda support
Unable to use mpi_f08 module with device pointers.
Sample
mpifort mpich.F90 -cuda
NVFORTRAN-S-0155-Could not resolve generic procedure mpi_isend (mpich.F90: 14)
0 inform, 0 warnings, 1 severes, 0 fatal for main
mpifort mpich.F90 -cuda -DUSE_MPI
SUCCESS
The text was updated successfully, but these errors were encountered: