-
Notifications
You must be signed in to change notification settings - Fork 109
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
Different behavior of Popen with and without pyoptsparse. #358
Comments
Hi Nitish, |
Hi Marco, Thanks for your swift response. I made some checks and indeed the issue was with mpi. Unfortunately the option I can use Pyoptsparse now and can continue with my optimization. Thanks again for your help. Cheers, |
Good to know you found a workaround @NAnand-TUD! Do you mind sharing the warning here for future reference? |
Definitely, that is the least I can do for your help.
|
Description
I installed pyoptsparse using the build_pyoptsparse repo on openMDAO git page. The import and everything is working fine, however, it seems that pyoptsparse has some interference with the subprocess package.
Steps to reproduce issue
So Running
I get the SU2 running.
However with the one below,
Perhaps anyone in the community has faced a similar problem? Or has knowledge of possible interference?
Thanks
Nitish
The text was updated successfully, but these errors were encountered: