Explorar el Código

Correct comment in MPI sendrecv benchmark

Philippe SWARTVAGHER hace 4 años
padre
commit
a0bce6873e
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  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.
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
  */
 /*
 /*
- * Send-receive benchmark where peers exchange data at the same time.
+ * Basic send receive benchmark.
- * Inspired a lot from NewMadeleine examples/benchmarks/nm_bench_bidir.c
+ * 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>
 #include <starpu_mpi.h>