chore: updated some of the use cases docs
This commit is contained in:
parent
6908f9bdd1
commit
fe08ffa0dd
3 changed files with 131 additions and 4 deletions
|
|
@ -157,11 +157,11 @@ main(int argc, char **argv)
|
|||
{
|
||||
int node;
|
||||
|
||||
MPI_Init(&argc,&argv);
|
||||
MPI_Init(&argc, &argv);
|
||||
MPI_Comm_rank(MPI_COMM_WORLD, &node);
|
||||
|
||||
|
||||
printf("Hello World from Node %d\n",node);
|
||||
|
||||
|
||||
MPI_Finalize();
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue