Skip to content

Instantly share code, notes, and snippets.

@DavidPoliakoff
Last active November 8, 2018 19:01
Show Gist options
  • Save DavidPoliakoff/c4248d5b308ab7351bc4b2726f89f19f to your computer and use it in GitHub Desktop.
Save DavidPoliakoff/c4248d5b308ab7351bc4b2726f89f19f to your computer and use it in GitHub Desktop.
MPI Wrapping
int MPI_Send(const void *buf, int count,
MPI_Datatype datatype, int dest, int tag,
MPI_Comm comm){
// MPI Things
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment