<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #333399;font-size: 10pt;">Hi,<br>
<br>
I'd like to have a better understanding of how Hydra works and how MPI processes "discover" how to connect to one another. I'm guessing something roughly like this happens:<br>
<br>
- mpiexec launches and ssh connection to each node, and sets some environment variables that will indicate to the created processes how to connect to one another;<br>
- MPI processes are created, and when calling MPI_Init they read the right environment variables to build MPI_COMM_WORLD.<br>
<br>
Is this correct? If so, where could I find information about the environment variables at play?<br>
<br>
Thanks,<br>
<br>
Matthieu<br>
</div>
</body>
</html>