2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Textsetzung

This commit is contained in:
Martin Thoma 2014-04-01 20:33:29 +02:00
parent cd7df763db
commit a0962007a3
4 changed files with 17 additions and 17 deletions

View file

@ -1,3 +1,5 @@
int MPI_Gather(void *sendbuf, int sendcount, MPI_Datatype sendtype,
void *recvbuf, int recvcount, MPI_Datatype recvtype, int root,
MPI_Comm comm)
int MPI_Gather(void *sendbuf, int sendcount,
MPI_Datatype sendtype,
void *recvbuf, int recvcount,
MPI_Datatype recvtype,
int root, MPI_Comm comm)