-
Notifications
You must be signed in to change notification settings - Fork 83
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
Issues with Compiling MPI Program #162
Comments
Looks like |
Maybe you need
to be equivalent to your working |
Thank you for the guidance! As you suggest, I ended up having it work with the following call:
This works without issue on Ubuntu 20.04, but on Mac I get the error:
This may be due to my environment though, I have not been keeping up to date with the latest Mac changes. |
Hello, I am trying to update my code wrapped in f90wrap to be MPI parallel instead of OpenMP. From your paper and linked code packages it seems this is possible, but I am struggling to get it to work.
Following the f2py documentation, I am trying to wrap the example code:
It can be called from Python with:
For f2py, this compiles and runs using the command:
With f90wrap, I tried to use the commands:
But it results in the error:
Do you have any guidance or instructions on how to compile this code correctly?
Thanks in advance!
The text was updated successfully, but these errors were encountered: