Преглед на файлове

Correct comment in MPI sendrecv benchmark

Philippe SWARTVAGHER преди 4 години
родител
ревизия
a0bce6873e
променени са 1 файла, в които са добавени 4 реда и са изтрити 2 реда
  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>