You can edit almost every page by Creating an account and confirming your email.

Microsoft Message Passing Interface

From EverybodyWiki Bios & Wiki


Microsoft Message Passing Interface (MS MPI)[1] is an implementation of the MPI-2 specification by Microsoft for use in Windows HPC Server 2008 to interconnect and communicate (via messages) between High performance computing nodes. It is mostly compatible with the MPICH2 reference implementation, with some exceptions for job launch and management. MS MPI includes bindings for C and FORTRAN languages. It supports using the Microsoft Visual Studio for debugging purposes.

MS MPI can use any physical network, including Gigabit Ethernet, Infiniband and Myrinet, for which a Winsock Direct driver has been provided. The Winsock Direct provider bypasses the TCP/IP stack of the OS and directly provides access to the networking hardware, using transport protocols tailored for the network type. In the absence of such drivers, the TCP/IP stack can also be used.

References

  1. "Microsoft MPI". msdn.microsoft.com. 21 September 2022.

External links



This article "Microsoft Message Passing Interface" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Microsoft Message Passing Interface. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.