deepmodeling / abacus-develop

An electronic structure package based on either plane wave basis or numerical atomic orbitals.
http://abacus.ustc.edu.cn
GNU Lesser General Public License v3.0
151 stars 121 forks source link

ABACUS+DeePMD requires MPI parallelism #3730

Open YuLiu98 opened 3 months ago

YuLiu98 commented 3 months ago

Details

Currently, ABACUS enables molecular dynamics calculations with DeePMD-kit. However, the MPI parallelism does not work, which affects the performance.

The MPI parallelism should be supported in the future.

Task list for Issue attackers (only for developers)

QuantumMisaka commented 3 months ago

In ASE and other scripts using deepmd (even deepmd-kit itself ?) are using OMP to do parallelism, I consider that MPI will be a little hard, but it is meaningful.

WHUweiqingzhou commented 3 months ago

Looking forward to it.