mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
5 lines
No EOL
213 B
C
5 lines
No EOL
213 B
C
int MPI_Alltoall(const void *sendbuf, int sendcount,
|
|
MPI_Datatype sendtype,
|
|
void *recvbuf, int recvcount,
|
|
MPI_Datatype recvtype,
|
|
MPI_Comm comm) |