Running on a shared memory machine, and in a current directory j:\myprog - where J: is mapped tp c:\users\john\documents, I discovered that all the mpi instances report the current directory as c:\windows\system32. After some hair loss, I tried switching to the canonical directory - c:\users\john\documents\myprog - and it works. It also works if I use -wdir to specify the canonical directory, but not if I use the mapped drive with -wdir.
Is this a bug?
Is this a bug?
1 解答
Hi johnappleyard377,
I would suggest using the -mapall version for the Intel MPI Library for Windows*. This should create the user-mapping of the C:usersjohndocuments on all nodes of the cluster. There are no arguments for this option, simply add "-mapall" to your mpiexec command line:
More info is available in the Intel MPI Library Reference Manual available in thedocfolder.
Regards,
~Gergana
===================================
Gergana Slavova
Technical Consulting Engineer
Intel Cluster Tools
E-mail: gergana.s.slavova@intel.com
I would suggest using the -mapall version for the Intel MPI Library for Windows*. This should create the user-mapping of the C:usersjohndocuments on all nodes of the cluster. There are no arguments for this option, simply add "-mapall" to your mpiexec command line:
mpiexec -mapall j:myprog
More info is available in the Intel MPI Library Reference Manual available in the
Regards,
~Gergana
===================================
Gergana Slavova
Technical Consulting Engineer
Intel Cluster Tools
E-mail: gergana.s.slavova@intel.com
链接已复制
1 回复
Hi johnappleyard377,
I would suggest using the -mapall version for the Intel MPI Library for Windows*. This should create the user-mapping of the C:usersjohndocuments on all nodes of the cluster. There are no arguments for this option, simply add "-mapall" to your mpiexec command line:
More info is available in the Intel MPI Library Reference Manual available in thedocfolder.
Regards,
~Gergana
===================================
Gergana Slavova
Technical Consulting Engineer
Intel Cluster Tools
E-mail: gergana.s.slavova@intel.com
I would suggest using the -mapall version for the Intel MPI Library for Windows*. This should create the user-mapping of the C:usersjohndocuments on all nodes of the cluster. There are no arguments for this option, simply add "-mapall" to your mpiexec command line:
mpiexec -mapall j:myprog
More info is available in the Intel MPI Library Reference Manual available in the
Regards,
~Gergana
===================================
Gergana Slavova
Technical Consulting Engineer
Intel Cluster Tools
E-mail: gergana.s.slavova@intel.com
