Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132937 views
License: OTHER
1
int MPI_Scatter(const void *sendbuf, int sendcount,
2
MPI_Datatype sendtype,
3
void *recvbuf, int recvcount,
4
MPI_Datatype recvtype,
5
int root, MPI_Comm comm)
6