Skip to content

Commit c82d893

Browse files
authored
Merge pull request #383 from SouthernMethodistUniversity/deepmd-kit
add module for deepmdkit
2 parents 04d5d3f + 505ca77 commit c82d893

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
whatis("DeePMD-kit 3.1.2")
2+
family("lammps")
3+
4+
load("gcc/13.2.0")
5+
load("spack")
6+
load("cuda/none-none/cuda/12.8.0-5bb32rl")
7+
load("gcc-13.2.0/python/3.12.12-ekwsqkf")
8+
load("gcc-13.2.0/amdfftw/5.1-4hjwb43")
9+
load("gcc-13.2.0/amdlibflame/5.1-zchmo5m")
10+
load("gcc-13.2.0/amdblis/5.1-d4fjbvz")
11+
12+
prepend_path("PATH", "/hpc/mp/apps/deepmd-kit/3.1.2/bin")
13+
prepend_path("LD_LIBRARY_PATH", "/hpc/mp/apps/deepmd-kit/3.1.2/lib")
14+
prepend_path("C_INCLUDE_PATH", "/hpc/mp/apps/deepmd-kit/3.1.2/include")
15+
prepend_path("C_PLUS_INCLUDE_PATH", "/hpc/mp/apps/deepmd-kit/3.1.2/include")
16+
17+
help([[Name: DeePMD-kit
18+
Version: 3.1.2
19+
Website: https://github.com/deepmodeling/deepmd-kit/
20+
License Owners: Open Source
21+
22+
DeePMD-kit is a package written in Python/C++, designed to minimize the effort required to build deep learning-based model of interatomic potential energy and force field and to perform molecular dynamics (MD). ]])

0 commit comments

Comments
 (0)