Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down