Skip to content

invalid IPC handle when using CUDA-Aware MPI #12

Open
@cwpearson

Description

@cwpearson

It may be the case that CUDA-Aware MPI stuff is initialized during MPI_Init, so cudaSetDevice must be called before that. Furthermore, cudaSetDevice may need to be called before MPI_Send.

To this end, we can probably only use this with one GPU per rank.

https://devblogs.nvidia.com/benchmarking-cuda-aware-mpi/

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions