2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
This commit is contained in:
Martin Thoma 2014-03-26 09:42:29 +01:00
parent 9eb2958571
commit 0eaf43e026
4 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,5 @@
int MPI_Alltoall(const void *sendbuf, int sendcount,
MPI_Datatype sendtype,
void *recvbuf, int recvcount,
MPI_Datatype recvtype,
MPI_Comm comm)