Skip to content

Increasing performance in molecular dynamics calculation #1156

Answered by tobigithub
icamps asked this question in Q&A
Discussion options

You must be logged in to vote

@icamps thanks for providing the input data. Multiple aspects come to my mind:

  1. The Intel i7-13650HX has 14 true CPU cores, see Intel SKU [Link]

         - Performance-cores: 6 cores x 2 threads per core = 12 threads
         - Efficient-cores: 8 cores x 1 thread per core = 8 threads
         - Total threads: 12 + 8 = 20 threads
    
  2. Using more than the provided true CPU cores does not always increase the performance, lets say 1 core/ 2 threads would not automatically double the speed. In many cases when oversubscribing CPU cores, the algorithm could even become slower. There are exceptions, with hybrid algorithms, that use multiple different processes, here hyperthreading could massively speed up sof…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@icamps
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@icamps
Comment options

Answer selected by icamps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants