<div>Good day.</div>
<div>I've developed MPI (MPICH 1.0.8) application working with file that is located on mapped network drive (letter z:, for example, z:\my.bin). <br>The drive Z was mapped by Windows Explorer and it's avalaible for all nodes.</div>
<div> </div>
<div>My application (run with mpiexec -n X(1,2,3...) "c:\my_app.exe", 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 are some reasons because of I can't use this approach.</div>
<div> </div>
<div>Tell me please, why can't SMPD find files are located on mapped network drive, mounted by Windows (Explorer)?<br></div>