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