From c1bec45e3f1c7161126b7df234b286734efb6f2e Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 14 Apr 2022 01:45:54 -0400 Subject: [PATCH 1/2] add tips for easy installation Resolves #1362. --- doc/install/easy-install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/install/easy-install.md b/doc/install/easy-install.md index b84033fafd..62238cd766 100644 --- a/doc/install/easy-install.md +++ b/doc/install/easy-install.md @@ -4,6 +4,8 @@ There are various easy methods to install DeePMD-kit. Choose one that you prefer After your easy installation, DeePMD-kit (`dp`) and LAMMPS (`lmp`) will be available to execute. You can try `dp -h` and `lmp -h` to see the help. `mpirun` is also available considering you may want to train models or run LAMMPS in parallel. +.. Important:: The off-line packages and conda packages require the [GNU C Library](https://www.gnu.org/software/libc/) 2.17 or above. The GPU version requires [compatible NVIDIA driver](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#minor-version-compatibility) to be installed in advance. It is possible to force conda to [override detection](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-virtual.html#overriding-detected-packages) when installation, but these requirements are still necessary during runtime. + - [Install off-line packages](#install-off-line-packages) - [Install with conda](#install-with-conda) - [Install with docker](#install-with-docker) From 0ba494377ef36fa58038816701507574bb97a75a Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 14 Apr 2022 02:54:20 -0400 Subject: [PATCH 2/2] remove "important" it's not supported by markdown --- doc/install/easy-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/easy-install.md b/doc/install/easy-install.md index 62238cd766..779ae7ff7c 100644 --- a/doc/install/easy-install.md +++ b/doc/install/easy-install.md @@ -4,7 +4,7 @@ There are various easy methods to install DeePMD-kit. Choose one that you prefer After your easy installation, DeePMD-kit (`dp`) and LAMMPS (`lmp`) will be available to execute. You can try `dp -h` and `lmp -h` to see the help. `mpirun` is also available considering you may want to train models or run LAMMPS in parallel. -.. Important:: The off-line packages and conda packages require the [GNU C Library](https://www.gnu.org/software/libc/) 2.17 or above. The GPU version requires [compatible NVIDIA driver](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#minor-version-compatibility) to be installed in advance. It is possible to force conda to [override detection](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-virtual.html#overriding-detected-packages) when installation, but these requirements are still necessary during runtime. +Note: The off-line packages and conda packages require the [GNU C Library](https://www.gnu.org/software/libc/) 2.17 or above. The GPU version requires [compatible NVIDIA driver](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#minor-version-compatibility) to be installed in advance. It is possible to force conda to [override detection](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-virtual.html#overriding-detected-packages) when installation, but these requirements are still necessary during runtime. - [Install off-line packages](#install-off-line-packages) - [Install with conda](#install-with-conda)