1
1

README: fix compilation example

Signed-off-by: Karol Mroz <mroz.karol@gmail.com>
Этот коммит содержится в:
Karol Mroz 2016-04-01 20:50:26 +02:00
родитель f2e33c725f
Коммит 18e57f9c6b

5
README
Просмотреть файл

@ -483,8 +483,9 @@ MPI Functionality and Features
your appliation via (e.g., via -lompitrace) will automatically
output to stderr when some MPI functions are invoked:
shell$ mpicc hello_world.c -o hello_world -lompitrace
shell$ mpirun -np 1 hello_world.c
shell$ cd examples/
shell$ mpicc hello_c.c -o hello_c -lompitrace
shell$ mpirun -np 1 hello_c
MPI_INIT: argc 1
Hello, world, I am 0 of 1
MPI_BARRIER[0]: comm MPI_COMM_WORLD