Skip to content

Commit

Permalink
Include DeePMD into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jan 26, 2024
1 parent 1aa3ad7 commit 3fb1386
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions arch/CRAY-XC50-gnu.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# Cray-FFTW 3.3.8.10, COSMA 2.6.6, ELPA 2023.05.001,
# HDF5 1.14.2, LIBINT 2.6.0, LIBPEXSI 1.2.0,
# LIBXC 6.2.2, LIBVORI 220621, LIBXSMM 1.17,
# PLUMED 2.9.0, SPGLIB 1.16.2, LIBGRPP 20231215
# PLUMED 2.9.0, SPGLIB 1.16.2, LIBGRPP 20231215,
# DeepMD 2.2.7
#
# Usage: Source this arch file and then run make as instructed.
# A full toolchain installation is performed as default.
Expand Down Expand Up @@ -48,7 +49,7 @@
echo "To load the required modules in your batch job script, use:"; \
echo " module restore cp2k_gpu_gnu_psmp"; \
cd tools/toolchain; \
./install_cp2k_toolchain.sh --enable-cuda=yes --gpu-ver=P100 -j${maxtasks} --no-arch-files --with-gcc=system --with-libvdwxc --with-pexsi --with-plumed --with-sirius=no; \
./install_cp2k_toolchain.sh --enable-cuda=yes --gpu-ver=P100 -j${maxtasks} --no-arch-files --with-deepmd --with-gcc=system --with-libvdwxc --with-pexsi --with-plumed --with-sirius=no; \
cd ../..; \
printf "Sourcing ${PWD}/tools/toolchain/install/setup ... "; \
source ${PWD}/tools/toolchain/install/setup; \
Expand Down Expand Up @@ -79,13 +80,13 @@ USE_LIBXC := 6.2.2
USE_LIBXSMM := 1.17
USE_PLUMED := 2.9.0
#USE_QUIP := 0.9.10
#USE_DEEPMD := 2.2.7
USE_DEEPMD := 2.2.7
#USE_SIRIUS := 7.5.2
USE_SPGLIB := 1.16.2
# Only needed for SIRIUS
#LIBVDWXC_VER := 0.4.0
#SPFFT_VER := 1.0.6
#SPLA_VER := 1.5.5
SPFFT_VER := 1.0.6
SPLA_VER := 1.5.5
# Only needed for LIBPEXSI
SCOTCH_VER := 6.0.0
SUPERLU_VER := 6.1.0
Expand Down

0 comments on commit 3fb1386

Please sign in to comment.