source:
CIVL/mods/dev.civl.com/examples/mpi/simple/noInit.c@
bc0fbae
| Last change on this file since bc0fbae was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 89 bytes | |
| Rev | Line | |
|---|---|---|
| [a9a9973] | 1 | #include<mpi.h> |
| 2 | ||
| 3 | int myrank; | |
| 4 | ||
| 5 | void main() { | |
| 6 | MPI_Comm_rank(MPI_COMM_WORLD, &myrank); | |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
