{"id":13474219,"url":"https://github.com/microsoft/Microsoft-MPI","last_synced_at":"2025-03-26T21:30:56.293Z","repository":{"id":52828263,"uuid":"151635979","full_name":"microsoft/Microsoft-MPI","owner":"microsoft","description":"Microsoft MPI","archived":false,"fork":false,"pushed_at":"2024-03-06T00:01:15.000Z","size":2305,"stargazers_count":274,"open_issues_count":43,"forks_count":75,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-26T06:03:16.995Z","etag":null,"topics":["microsoft-mpi","mpi-library","ms-mpi","windows-hpc"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-04T21:08:14.000Z","updated_at":"2025-03-22T02:32:59.000Z","dependencies_parsed_at":"2022-08-23T08:40:10.400Z","dependency_job_id":"463e4d8f-416b-4803-b0a8-f9923582ac1e","html_url":"https://github.com/microsoft/Microsoft-MPI","commit_stats":{"total_commits":36,"total_committers":10,"mean_commits":3.6,"dds":0.5555555555555556,"last_synced_commit":"f2d849ff483b36add9bc2d18c6d7bbc9ce38f4ad"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FMicrosoft-MPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FMicrosoft-MPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FMicrosoft-MPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2FMicrosoft-MPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/Microsoft-MPI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245738533,"owners_count":20664296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["microsoft-mpi","mpi-library","ms-mpi","windows-hpc"],"created_at":"2024-07-31T16:01:10.444Z","updated_at":"2025-03-26T21:30:56.255Z","avatar_url":"https://github.com/microsoft.png","language":"C++","readme":"# Microsoft MPI\n\nMicrosoft MPI (MS-MPI) is a Microsoft implementation of the [Message Passing Interface standard](https://www.mpi-forum.org) for developing and running parallel applications on the Windows platform.\n\nMS-MPI offers several benefits:\n\n  - Ease of porting existing code that uses [MPICH](https://www.mpich.org).\n  - Security based on Active Directory Domain Services.\n  - High performance on the Windows operating system.\n  - Binary compatibility across different types of interconnectivity options.\n\n## Version of MPI standard \n\nMS-MPI is MPI 2.2 compliant with the exception of Fortran bindings errata around attributes interop between C and Fortran. MS-MPI implements a subset of features from MPI 3.1 standard:\n  - Non-blocking collectives,\n  - RMA,\n  - MPI shared memory,\n  - New datatypes,\n  - Large counts,\n  - Matched probe.\n\nFor the full list of APIs please see [Microsoft MPI Reference](https://docs.microsoft.com/en-us/message-passing-interface/microsoft-mpi).\n\n## MS-MPI downloads\n\nThe following are current downloads for MS-MPI:\n\n  - [MS-MPI v10.1.2](https://www.microsoft.com/download/details.aspx?id=100593) (new\\!) - see [Release notes](microsoft-mpi-release-notes.md)\n  - The MS-MPI SDK is also available on [Nuget](https://www.nuget.org/packages/msmpisdk/).\n\nEarlier versions of MS-MPI are available from the [Microsoft Download Center](https://go.microsoft.com/fwlink/p/?linkid=390734).\n\n##  Community resources\n\n  - [Windows HPC MPI Forum](https://social.microsoft.com/forums/en-us/home?forum=windowshpcmpi)\n  - [Contact the MS-MPI Team](mailto:askmpi@microsoft.com)\n\n## Microsoft high performance computing resources\n\n  - Featured tutorial: [How to compile and run a simple MS-MPI program](https://blogs.technet.com/b/windowshpc/archive/2015/02/02/how-to-compile-and-run-a-simple-ms-mpi-program.aspx)\n  - Featured guide: [Set up a Windows RDMA cluster with HPC Pack and A8 and A9 instances to run MPI applications](https://azure.microsoft.com/documentation/articles/virtual-machines-windows-hpcpack-cluster-rdma/)\n  - [Microsoft High Performance Computing for Developers](https://msdn.microsoft.com/en-us/library/ff976568.aspx)\n  - [Microsoft HPC Pack (Windows HPC Server) Technical Library](https://technet.microsoft.com/library/cc514029)\n  - [Azure HPC Scenarios](https://www.microsoft.com/hpc)\n\n# Building\n\n## Prerequisites\n\n - [Visial Studio 2017](https://docs.microsoft.com/visualstudio/install/install-visual-studio)\n\n   Please make sure to select the following workloads during installation:\n    - .NET desktop development (required for CBT/Nuget packages)\n    - Desktop development with C++ \n\n - [Windows SDK](https://developer.microsoft.com/windows/downloads/windows-10-sdk)\n - [Windows WDK](https://docs.microsoft.com/windows-hardware/drivers/download-the-wdk)\n - [GFortran](http://mingw-w64.org/doku.php)\n    - Update _GFORTRAN_BIN_ in Derectory.Build.props to the install location of GFortran\n - [Perl](https://www.perl.org/get.html#win32)\n\n Based on the installed VS/SDK/WDK versions, update _VCToolsVersion_ and _WindowsTargetPlatformVersion_ in Directory.Build.props\n\nNote that the build system uses [CommonBuildToolSet(CBT)](https://commonbuildtoolset.github.io/). You may need to unblock __CBT.core.dll__ (under .build/CBT) depending on your security configurations. Please refer to [CBT documentation](https://commonbuildtoolset.github.io/#/getting-started) for additional details.\n\n\n## Build\nTo build, open a __Native Tools Command Prompt for Visual Studio__ and  run ``msbuild`` from root folder.\n\n# Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.microsoft.com.\n\nWhen you submit a pull request, a CLA-bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2FMicrosoft-MPI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2FMicrosoft-MPI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2FMicrosoft-MPI/lists"}