Replies: 3 comments 2 replies
|
Could you provide more information, such as the model size, MD details, and GPUMD version(s)? |
1 reply
|
Did you use perodic boundary conditions? Using version 5.0, you willl see both (40 and 50 series) are faster. The reason that 40 series is faster is because the system is too small. You may need to study a system with > 10000 atoms to see the benifits of 50 series. |
1 reply
|
yes, using PBC will invoke the O(N) algorithm for neighbor list building, otherwise the O(N^2) algorithm is used. So execpt for real 2D materials (favors "T T F"), other systems such as nanoparticles favors PBC for speed. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi developers,
Thank you for the nice code. As I'm compiling and testing it on 50-series GPU with CUDA 13 (CUDA_ARCH and CFLAGS are modified for sm_120 and c++17), I found the ns/day to be smaller than that of 40-series and CUDA 12. Is the code not designed to run on 50-series, or further optimizations are planned?
All reactions