Microsoft-MPI icon indicating copy to clipboard operation
Microsoft-MPI copied to clipboard

Microsoft MPI

Results 41 Microsoft-MPI issues
Sort by recently updated
recently updated
newest added

Freeing a request for an immediate send causes subsequent sends to reuse the same buffer even if the previous operation hasn't completed, leading to erroneous data being sent. I include...

Are there any plans on your road map to support CUDA-aware MPI?

feature-request

When an error code is generated with `MPIR_Err_create_code_valist` the Visual Studio debugger will stop. This behavior is quite annoying for us because we are trying to open a file with...

Opening project results in The function "GetType" on type "System.String" is not available for execution as an MSBuild property function.

Official installer has version 10.1.2, but the github repo here does not have a tag with 10.1.2.

Hi all. I have a case where I'm using MPI inside a DLL file. It serves like an API which means that MPI_Finalize() must be called only once, from inside...

Hi, I installed MSMPI via pacman (pacman -S mingw-w64-x86_64-msmpi) but mpiexec command is missing and MSYS Mingw64 says that command not found though mpicc/mpic++ are there.

requesting that MPI 3.x Fortran API be made available--even if not the post MPI 2.1 features, at least the `mpi_f08` interface as that avoids numerous compiler warnings. ```fortran use mpi_f08,...

I am trying to establish a cluster of multiple windows machine connected in a LAN using MSMPI. I have installed msmpi of the same version, have same username and password...

Hello, When I link to MSMPI (I am using the MSMPI SDK installed from the installer) using the ifort compiler in Visual Studio, I receive the following warnings: LINK :...