-
Notifications
You must be signed in to change notification settings - Fork 10
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
MPI runs fail with Intel v2023.0.0 #141
Comments
Hi -- can you post the output of |
|
Thank you. The first thing to try here is to avoid using the system MPI and see if the example runs then. You can do this by not running |
Thanks. I ended up using the gcc compiler instead. This resolved the segfault issue that I was having. |
I was having an issue with openMPI and another dependency, so I ended up switching back to the intel compiler. This time I am using intelmpi v2021.10.0. I deleted the LocalPreferences.toml and ran pigeons without
I am running this example from the tutorials:
I think this error is because the |
Let me know what are the corresponding flags, that should be the basis of a relatively simple patch. The only missing piece is if there is a robust way to "detect" that mpiexec is Intel? |
Hi, sorry for taking so long to get around to this. Here's a link to a pull request with the proper flags. After this change, an example execution that works on the Purdue Anvil cluster is
|
Running the MPI example:
with openmpiv4.1.5 on intelv2023.0.0 results in the following error:
The text was updated successfully, but these errors were encountered: