Groups | Search | Server Info | Login | Register
Groups > comp.parallel.mpi > #91
| Newsgroups | comp.parallel.mpi |
|---|---|
| Date | 2014-05-21 08:49 -0700 |
| Message-ID | <209e446b-87f2-478d-aa54-a848ab718f7e@googlegroups.com> (permalink) |
| Subject | What does OpenMPI message look like? What IPC mechanism does OpenMPI use? |
| From | guohouzuo@gmail.com |
Hello! New MPI user here.
I made a hello world program, running on two processes. The first process passes "hello world" message to the second process to be printed out.
Invoking the program via command line:
mpirun -np 2 a.out
I get the correct output.
But I do not understand the communication mechanism used by OpenMPI, especially:
- In the case above `mpirun -np 2`, what mechanism is used for IPC? Domain socket/pipe/TCP/file?
- What does the message "hello world" look like passing in between the two processes? How does OpenMPI encode the string?
Thanks.
Howard
Back to comp.parallel.mpi | Previous | Next | Find similar
What does OpenMPI message look like? What IPC mechanism does OpenMPI use? guohouzuo@gmail.com - 2014-05-21 08:49 -0700
csiph-web