Skip to content

Commit 985e1f3

Browse files
Suavesito-Olimpiadaprj-
authored andcommitted
Update parallelization.rst
Correct typo in the comment above the example sending data with the operator `<<` from `operator(i)` (without request, and thus synchronous).
1 parent 730241c commit 985e1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/documentation/parallelization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ MPI Communicator operator
120120
mpiComm comm(mpiCommWorld, 0, 0);
121121
mpiRequest req;
122122
123-
//send a,b asynchronously to the process 1
123+
//send a,b synchronously to the process 1
124124
processor(1) << a << b;
125125
//receive a,b synchronously from the process 10
126126
processor(10) >> a >> b;

0 commit comments

Comments
 (0)