Network Interface using HPC for sending mpi messagesTell me, please, how to learn network interface, which is used by HPC for sending mpi messages, when we start parallel program, if cluster contains some network interfaces?© 2009 Microsoft Corporation. All rights reserved.Sat, 04 Apr 2009 10:31:09 Z3bd94034-4e67-46aa-bf36-6700a6a5d738http://social.microsoft.com/Forums/en-US/windowshpcmpi/thread/3bd94034-4e67-46aa-bf36-6700a6a5d738#3bd94034-4e67-46aa-bf36-6700a6a5d738http://social.microsoft.com/Forums/en-US/windowshpcmpi/thread/3bd94034-4e67-46aa-bf36-6700a6a5d738#3bd94034-4e67-46aa-bf36-6700a6a5d738Valiahttp://social.microsoft.com/Profile/en-US/?user=ValiaNetwork Interface using HPC for sending mpi messagesTell me, please, how to learn network interface, which is used by HPC for sending mpi messages, when we start parallel program, if cluster contains some network interfaces?Mon, 30 Mar 2009 05:31:26 Z2009-03-30T05:31:26Zhttp://social.microsoft.com/Forums/en-US/windowshpcmpi/thread/3bd94034-4e67-46aa-bf36-6700a6a5d738#bbf03cd0-278f-4d0f-b769-de834ad9b330http://social.microsoft.com/Forums/en-US/windowshpcmpi/thread/3bd94034-4e67-46aa-bf36-6700a6a5d738#bbf03cd0-278f-4d0f-b769-de834ad9b330Jeff Baxterhttp://social.microsoft.com/Profile/en-US/?user=Jeff%20BaxterNetwork Interface using HPC for sending mpi messagesHi Valia<br/><br/>The MPI network is controlled on a cluster wide basis by the CCP_MPI_NETMASK environment variable. You can view the current setting by running &quot;cluscfg listenvs&quot; from an admin command prompt, and set it with a command like &quot;cluscfg setenvs CCP_MPI_NETMASK=192.168.0.0/255.255.0.0&quot;<br/><br/>You can override the setting on a per run basis by passing in MPICH_NETMASK to mpiexec.exe ( mpiexec -env MPICH_NETMASK 10.1.0.0/255.255.0.0 )<br/><br/>Fri, 03 Apr 2009 06:11:45 Z2009-04-03T06:11:45Zhttp://social.microsoft.com/Forums/en-US/windowshpcmpi/thread/3bd94034-4e67-46aa-bf36-6700a6a5d738#70fde9e2-2fd8-4be9-a422-bdfc27e1fe5ehttp://social.microsoft.com/Forums/en-US/windowshpcmpi/thread/3bd94034-4e67-46aa-bf36-6700a6a5d738#70fde9e2-2fd8-4be9-a422-bdfc27e1fe5eValiahttp://social.microsoft.com/Profile/en-US/?user=ValiaNetwork Interface using HPC for sending mpi messagesThank you very much indeed. But may be there are two network interfaces having the same subnet mask (I understand that it is infrequent occurrence). What to do in this situation  and what network interface will be used for sending mpi messages?Sat, 04 Apr 2009 10:31:06 Z2009-04-04T10:31:06Z