Browse Source

Correct comment in MPI sendrecv benchmark

Philippe SWARTVAGHER 4 years ago
parent
commit
a0bce6873e
1 changed files with 4 additions and 2 deletions
  1. 4 2
      mpi/examples/benchs/sendrecv_bench.c

+ 4 - 2
mpi/examples/benchs/sendrecv_bench.c

@@ -14,8 +14,10 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 /*
- * Send-receive benchmark where peers exchange data at the same time.
- * Inspired a lot from NewMadeleine examples/benchmarks/nm_bench_bidir.c
+ * Basic send receive benchmark.
+ * Inspired a lot from NewMadeleine examples/benchmarks/nm_bench_sendrecv.c
+ *
+ * The option --bidir is available to do full-duplex communications.
  */
 
 #include <starpu_mpi.h>