[OMPI users] CUDA supported APIs

2019-08-15 Thread Zhang, Junchao via users
Hi, Are the APIs at https://www.open-mpi.org/faq/?category=runcuda#mpi-apis-cuda latest? I could not find MPI_Neighbor_xxx and MPI_Reduce_local. Thanks. --Junchao Zhang ___ users mailing list users@lists.open-mpi.org https://lists.open-mpi.org/mail

Re: [OMPI users] CUDA supported APIs

2019-08-15 Thread Zhang, Junchao via users
Another question: If MPI_Allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, const int recvcounts[],const int displs[], MPI_Datatype recvtype, MPI_Comm comm) is cuda aware, are recvcounts, displs in CPU memory or GPU memory? --Junchao Zhang On Thu, Aug 15, 201