We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ceda4 commit 6133195Copy full SHA for 6133195
examples/Connectivity.java
@@ -50,7 +50,7 @@ public static void main(String args[]) throws MPIException {
50
* To avoid deadlocks, use non-blocking communication iSend and iRecv
51
* This will allow the program to progress, in the event that
52
* two ranks both send to each other at the same time and could
53
- * potentially cause deadlock. The ranks can send their requests
+ * potentially cause a deadlock. The ranks can send their requests
54
* without halting the program and immediately
55
*/
56
Request sendReq = MPI.COMM_WORLD.iSend(rank, 1, MPI.INT, j, myRank);
0 commit comments