Warwick-Plasma / epoch

Particle-in-cell code for plasma physics simulations
https://epochpic.github.io
GNU General Public License v3.0
184 stars 58 forks source link

Dear author: This is a problem I encountered while compiling the makefile file. How can I solve it? Looking forward to your answer, thank you very much. #717

Closed bear-maker closed 1 month ago

bear-maker commented 1 month ago

Dear author: This is a problem I encountered while compiling the makefile file. How can I solve it? Looking forward to your answer, thank you very much.

1727618732492

TomGoffrey commented 1 month ago

It appears that the build system couldn't find python, so falls back to an alternative method. The build appears to continue. Does the build eventually fail?

bear-maker commented 1 month ago

It appears that the build system couldn't find python, so falls back to an alternative method. The build appears to continue. Does the build eventually fail?

Thank you for your response. The build will not fail, there is no Python in the system. I want to know if this is the reason why I use different MPI to run the same code with different results.

TomGoffrey commented 1 month ago

OK, but I am already addressing that question in your other issue.