Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132944 views
License: OTHER
1
int MPI_Reduce(const void *sendbuf, void *recvbuf,
2
int count, MPI_Datatype datatype,
3
MPI_Op op, int root, MPI_Comm comm)
4