Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

mpi on Vista 64 mapped drive

johnappleyard377
初学者
1,013 次查看
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?
0 项奖励
1 解答
Gergana_S_Intel
1,013 次查看
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:

mpiexec -mapall j:myprog

More info is available in the Intel MPI Library Reference Manual available in the docfolder.

Regards,
~Gergana

===================================
Gergana Slavova
Technical Consulting Engineer
Intel Cluster Tools
E-mail: gergana.s.slavova@intel.com

在原帖中查看解决方案

0 项奖励
1 回复
Gergana_S_Intel
1,014 次查看
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:

mpiexec -mapall j:myprog

More info is available in the Intel MPI Library Reference Manual available in the docfolder.

Regards,
~Gergana

===================================
Gergana Slavova
Technical Consulting Engineer
Intel Cluster Tools
E-mail: gergana.s.slavova@intel.com
0 项奖励
回复