Skip to content
New issue

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

[msmpi] #23121

Open
2 of 6 tasks
husakm opened this issue Jan 16, 2025 · 2 comments
Open
2 of 6 tasks

[msmpi] #23121

husakm opened this issue Jan 16, 2025 · 2 comments
Labels

Comments

@husakm
Copy link

husakm commented Jan 16, 2025

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

  • MINGW64
  • MINGW32
  • UCRT64
  • CLANG64
  • CLANGARM64

Are you willing to submit a PR?

No response

@husakm husakm added the bug label Jan 16, 2025
@MehdiChinoune
Copy link
Collaborator

Probably MS MPI doesn't support running on multi-CPU machine
Make sure you're using Windows workstation or Server.

@husakm
Copy link
Author

husakm commented Jan 16, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants