We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile and run any application witch use MSYS2 + Microsoft MPI on a machine with 2 physical CPU (eg. 2x16 core AMD = 64 virtual codes)
The code run will widespread after -np 32 on given system on 32 cores.
The code run only on 2 cores from the 34/64 available and generate system crash. All works OK when only 16 cores are used - code run on 16 cores.
MSYS_NT-10.0-19045
No response
The text was updated successfully, but these errors were encountered:
Probably MS MPI doesn't support running on multi-CPU machine Make sure you're using Windows workstation or Server.
Sorry, something went wrong.
No branches or pull requests
Description / Steps to reproduce the issue
Compile and run any application witch use MSYS2 + Microsoft MPI on a machine with 2 physical CPU (eg. 2x16 core AMD = 64 virtual codes)
Expected behavior
The code run will widespread after -np 32 on given system on 32 cores.
Actual behavior
The code run only on 2 cores from the 34/64 available and generate system crash.
All works OK when only 16 cores are used - code run on 16 cores.
Verification
Windows Version
MSYS_NT-10.0-19045
MINGW environments affected
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: