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_Recv(void *buf, int count,
2
MPI_Datatype datatype, int source,
3
int tag, MPI_Comm comm,
4
MPI_Status *status)
5