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.
1 parent e7f909e commit f78496dCopy full SHA for f78496d
README
@@ -478,8 +478,9 @@ MPI Functionality and Features
478
your appliation via (e.g., via -lompitrace) will automatically
479
output to stderr when some MPI functions are invoked:
480
481
- shell$ mpicc hello_world.c -o hello_world -lompitrace
482
- shell$ mpirun -np 1 hello_world.c
+ shell$ cd examples/
+ shell$ mpicc hello_c.c -o hello_c -lompitrace
483
+ shell$ mpirun -np 1 hello_c
484
MPI_INIT: argc 1
485
Hello, world, I am 0 of 1
486
MPI_BARRIER[0]: comm MPI_COMM_WORLD
0 commit comments