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

Compilation Fails with MPI #260

Open
AbleArcher88 opened this issue Dec 1, 2024 · 4 comments
Open

Compilation Fails with MPI #260

AbleArcher88 opened this issue Dec 1, 2024 · 4 comments

Comments

@AbleArcher88
Copy link

build_20241201_001450.log

When I attempt to build with MPI enabled I get the enclosed error. No problems with no MPI.

@thliebig
Copy link
Owner

thliebig commented Dec 1, 2024

I simply recommend to stay without MPI...

@AbleArcher88
Copy link
Author

Understood. Do is there a known issue with MPI?

@thliebig
Copy link
Owner

thliebig commented Dec 1, 2024

When I implemented the MPI the best consumer CPU's just had a single thread and this was an attempt to speed things up (long lone time ago).
But today even the memory bandwidth between CPU cores is the major bottleneck... surely not the machine interconnection. The MPI interface is just never used and thus I'm not sure if it even works anymore or how to get it running and to be honest, nobody should really bother. Maybe we should just remove it...

@AbleArcher88
Copy link
Author

Okay, thanks for the information. I encourage you not to remove it; I think it is a good idea to keep; I just wanted to put this on the radar.

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

No branches or pull requests

2 participants