We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2e33c7 + 18e57f9 commit 9efd7f1Copy full SHA for 9efd7f1
README
@@ -483,8 +483,9 @@ MPI Functionality and Features
483
your appliation via (e.g., via -lompitrace) will automatically
484
output to stderr when some MPI functions are invoked:
485
486
- shell$ mpicc hello_world.c -o hello_world -lompitrace
487
- shell$ mpirun -np 1 hello_world.c
+ shell$ cd examples/
+ shell$ mpicc hello_c.c -o hello_c -lompitrace
488
+ shell$ mpirun -np 1 hello_c
489
MPI_INIT: argc 1
490
Hello, world, I am 0 of 1
491
MPI_BARRIER[0]: comm MPI_COMM_WORLD
0 commit comments