Prechádzať zdrojové kódy

Correct comment in MPI sendrecv benchmark

Philippe SWARTVAGHER 4 rokov pred
rodič
commit
a0bce6873e
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  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>