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

hyp.writeCGNS fails #4

Closed
jethromoses opened this issue Jul 3, 2019 · 3 comments
Closed

hyp.writeCGNS fails #4

jethromoses opened this issue Jul 3, 2019 · 3 comments

Comments

@jethromoses
Copy link

I've managed to install pyhyp and got the message
Testing if module hyp can be imported...
Module hyp was successfully imported.

Then I ran the example case from the python/examples/2D folder and I received the following error
Traceback (most recent call last):
File "naca0012_euler.py", line 105, in
hyp.writeCGNS('naca0012_euler.cgns')
File "/home/jethro/repos/pyhyp/python/pyHyp.py", line 747, in writeCGNS
autoconnect was NOT performed")
pyhyp.python.pyHyp.Error
*** The MPI_Attr_get() function was called after MPI_FINALIZE was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.

I do not know how to solve this problem.

Thanks for your help.

@jethromoses
Copy link
Author

Ok, so I got the hyp.writeCGNS('naca0012_euler.cgns') to work as I had not complied the cgnsutilities module.

But I still have the following error

*** The MPI_Attr_get() function was called after MPI_FINALIZE was invoked.
*** This is disallowed by the MPI standard.
*** Your MPI job will now abort.

@johnjasa
Copy link
Member

johnjasa commented Jul 3, 2019

If that is the only error message you get, it is entirely fine and there is no problem. Due to the way MPI is called, that's the termination message. The full volume mesh should've been created successfully.

@jethromoses
Copy link
Author

It works, great!

Thanks a ton!

@johnjasa johnjasa closed this as completed Jul 3, 2019
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