parallel_computation.py cannot do parallel computation normally, and repeatition occurs #1689
-
Hi, this is an SU2 user who want to use parallel_computation.py to simulate the QuickStart configuration file.
However, when I type this "mpirun -np 4 SU2_CFD inv_NACA0012.cfg" the parallel computing can work normally. Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
The parallel_computation script is useless at the moment. |
Beta Was this translation helpful? Give feedback.
-
I recently met the same problem. Firstly, check your If you get something like I found the key to solve this problem is to make sure Here is the solution I found:
The problem should then be solved. Hope this can help. |
Beta Was this translation helpful? Give feedback.
-
The current installed version only has SU2_CFD as a parallel format supported by openmpi. But other parts, including SU2_CFD_AD, are still solved in series. So this is not purely a python problem. Have you ever tried to successfully parallelize calculations in a solver other than SU2_CFD? |
Beta Was this translation helpful? Give feedback.
-
I did a test following this tutorial. The Steps:
Things seem fine. Could you have a check, please? |
Beta Was this translation helpful? Give feedback.
-
I made a demo to show all I have done when install SU2. Hope it helps. Please see https://github.com/thw1021/mySU2Docker |
Beta Was this translation helpful? Give feedback.
-
it works for me |
Beta Was this translation helpful? Give feedback.
I made a demo to show all I have done when install SU2. Hope it helps.
Please see https://github.com/thw1021/mySU2Docker