mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
MPI
This commit is contained in:
parent
9eb2958571
commit
0eaf43e026
4 changed files with 33 additions and 0 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue