source:
CIVL/mods/dev.civl.com/examples/mpi/simple/ranks.c@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 124 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | #include <mpi.h> |
| 3 | |
| 4 | int rank; |
| 5 | |
| 6 | int main() { |
| 7 | MPI_Init(NULL, NULL); |
| 8 | MPI_Comm_rank(MPI_COMM_WORLD, &rank); |
| 9 | MPI_Finalize(); |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.
