<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Every time you call MPI_Comm_spawn, hydra will launch a ssh (for each host) to create a proxy. It is certainly not ideal for applications relying on spawning many processes.<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Mccall, Kurt E. (MSFC-EV41) via discuss <discuss@mpich.org><br>
<b>Sent:</b> Friday, April 1, 2022 4:08 PM<br>
<b>To:</b> discuss@mpich.org <discuss@mpich.org><br>
<b>Cc:</b> Mccall, Kurt E. (MSFC-EV41) <kurt.e.mccall@nasa.gov><br>
<b>Subject:</b> [mpich-discuss] Hydra WARNING: too many ssh connections</font>
<div> </div>
</div>
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.x_MsoNormal, li.x_MsoNormal, div.x_MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
p.x_MsoListParagraph, li.x_MsoListParagraph, div.x_MsoListParagraph
        {margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
span.x_EmailStyle17
        {font-family:"Calibri",sans-serif;
        color:windowtext}
.x_MsoChpDefault
        {}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
div.x_WordSection1
        {}
ol
        {margin-bottom:0in}
ul
        {margin-bottom:0in}
-->
</style>
<div lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="x_WordSection1">
<p class="x_MsoNormal">Hi,  you provided the following information about the warning “too many ssh connections”:</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New"">The particular warning is issued by hydra, MPICH’s process manager. Following excerpt is the comment in that source code:</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New""> </span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New"">        /* ssh has many types of security controls that do not allow a</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New"">         * user to ssh to the same node multiple times very</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New"">         * quickly. If this happens, the ssh daemons disables ssh</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New"">         * connections causing the job to fail. This is basically a</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New"">         * hack to slow down ssh connections to the same node. We</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New"">         * check for offset == 0 before applying this hack, so we only</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New"">         * slow down the cases where ssh is being used, and not the</span></p>
<p class="x_MsoNormal"><span style="font-size:10.0pt; font-family:"Courier New"">         * cases where we fall back to fork. */</span></p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">Is this just during an initial ssh connection attempt?  I’m trying to figure out where my code is triggering this warning.  Could it be from</p>
<p class="x_MsoNormal"> </p>
<ol start="1" type="1" style="margin-top:0in">
<li class="x_MsoListParagraph" style="margin-left:0in">MPI_Intercomm_create</li><li class="x_MsoListParagraph" style="margin-left:0in">MPI_Comm_spawn</li><li class="x_MsoListParagraph" style="margin-left:0in">others?</li></ol>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">I’m calling mpiexec with the “—launcher ssh” option, MPICH 4.0.1.</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">Thanks,</p>
<p class="x_MsoNormal">Kurt</p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal"> </p>
</div>
</div>
</body>
</html>