Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit c35b482

Browse files
committed
Merge pull request #1055 from jsquyres/pr/v2.0.0/README-fix
README: fix compilation example
2 parents e7f909e + f78496d commit c35b482

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,9 @@ MPI Functionality and Features
478478
your appliation via (e.g., via -lompitrace) will automatically
479479
output to stderr when some MPI functions are invoked:
480480

481-
shell$ mpicc hello_world.c -o hello_world -lompitrace
482-
shell$ mpirun -np 1 hello_world.c
481+
shell$ cd examples/
482+
shell$ mpicc hello_c.c -o hello_c -lompitrace
483+
shell$ mpirun -np 1 hello_c
483484
MPI_INIT: argc 1
484485
Hello, world, I am 0 of 1
485486
MPI_BARRIER[0]: comm MPI_COMM_WORLD

0 commit comments

Comments
 (0)