<div>Good day.</div>
<div>I&#39;ve developed MPI (MPICH 1.0.8) application&nbsp;working with&nbsp;file that&nbsp;is located on mapped network drive (letter z:, for example, z:\my.bin).&nbsp;<br>The drive Z was mapped by Windows Explorer and it&#39;s avalaible for all nodes.</div>

<div>&nbsp;</div>
<div>My application (run with mpiexec -n&nbsp;X(1,2,3...)&nbsp;&quot;c:\my_app.exe&quot;, it has copy on all nodes) get an error when it attemps to open this file from any node (no such file or directory). If i disconnect mapped network drive in Windows and use -map option, it works well, but there&nbsp;are some reasons because of I can&#39;t use this approach.</div>

<div>&nbsp;</div>
<div>Tell&nbsp;me please, why&nbsp;can&#39;t&nbsp;SMPD&nbsp;find files are located on mapped network drive, mounted by Windows (Explorer)?<br></div>