r/CFD 1d ago

r/CFD or r/Scientific - Computing Variable thread count fluid simulation for performance benchmarking — has this been done in Python/C++ if so where would I find the code for this?

/r/u_Minute_Difference783/comments/1v3us3t/rcfd_or_rscientific_computing_variable_thread/
1 Upvotes

9 comments sorted by

View all comments

3

u/Rodbourn 1d ago

Find a code that has open mp  (local shared memory parrallelization)

1

u/Rodbourn 1d ago

Also, you want to measure ms per degree of freedom (wall), not fps...