最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - Running pyscf parallelly using mpi4py - Stack Overflow

programmeradmin0浏览0评论

I am trying to use PySCF for electronic structure calculations and was curious about the parallelization schemes available to get the best performance.
I've installed PySCF via Spack, which included MPI4Py and OpenMP as dependencies. I'm aware of the mpi4pyscf package, but it gives dubious results (for instance, the energy of HOMO was greater than that of LUMO).

My question is: How can I best parallelize PySCF calculations ?

I have tried playing with OMP_NUM_THREADS, which seems to enhance the speed. For larger systems, however, the memory appears to be a bottleneck.
Is it possible to effectively combine MPI4Py and OpenMP to address both speed and memory limitations in PySCF?

发布评论

评论列表(0)

  1. 暂无评论