Changes between Version 10 and Version 11 of Challenge
- Timestamp:
- 03/12/19 04:04:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Challenge
v10 v11 114 114 Sends a message to the process of rank dest. 115 115 You can use `NULL` for `buf` if `count` is 0 --- an empty message. 116 Note that `MPI_Send` may be forced to synchronize --- i.e., it can block 117 until the receiving process reaches a matching receive statement. 116 118 117 119 * `int MPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status)`
