Questions on Computational Efficiency #894
Unanswered
guanxuefeng1996
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have two main questions:
Can you also show the line you're using to run the application? Here is why I am asking this: If MPI is not enabled correctly, you could be running 1024 instances of the same simulation, rather than one simulation using 1024 cores. If you're building with DEBUG mode, the application is not using compiler optimizations, which significantly slows down the code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I am currently trying to solve a relatively large problem using Exec/Production/JetFlame. I only modified the geometric dimensions and mesh distribution in the example case for debugging. The basic mesh distribution is 96×96×192. A localized refinement is applied in the central region, and the total number of mesh cells is around 70 million. The time-stepping method uses a fourth-order SDC method, with non-reactive flow and CFL=0.5. However, after testing with 1024 cores for one hour, it only advanced by one step. Could you please provide guidance in this regard? Are there any methods to accelerate the calculation? Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions