You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick_start/easy_install.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,10 @@ Please refer to our [guide](https://github.com/deepmodeling/abacus-develop/wiki/
54
54
55
55
We offer a set of [toolchain](https://github.com/deepmodeling/abacus-develop/tree/develop/toolchain)
56
56
scripts to compile and install all the requirements
57
-
automatically and suitable for machine characteristic in an online or offline way.
58
-
The toolchain can be downloaded with ABACUS repo, which is easily used and can
59
-
have a convenient installation under HPC environment in both `GNU` or `Intel-oneAPI` toolchain.
60
-
Sometimes, ABACUS by toolchain installation may have highly efficient performance.
57
+
automatically and suitable for machine characteristic in an online or offline way.
58
+
The toolchain can be downloaded with ABACUS repo, and users can easily compile the requirements by running *toolchain_[gnu,intel].sh*and ABACUS itself by running *build_abacus_[gnu,intel].sh* script in the toolchain directory in both `GNU` and `Intel-oneAPI` toolchain.
59
+
Sometimes, ABACUS by toolchain installation may have better efficient performance due to the suitable compiled dependencies.
60
+
61
61
Users should read the README in toolchain directory for most of the information before use, and a tutorial for using this toolchain can be accessed in [bohrium-notebook](https://nb.bohrium.dp.tech/detail/5215742477) as reference.
62
62
63
63
> Notice: the toolchain is under development, please let we know if you encounter any problem in using this toolchain by raising issue or contacting us.
@@ -159,6 +159,12 @@ If ABACUS is installed into a custom directory using `CMAKE_INSTALL_PREFIX`, ple
159
159
export PATH=/my-install-dir/:$PATH
160
160
```
161
161
162
+
If ABACUS is installed by toolchain, there will be an environment script in the toolchain directory named as *abacus_env.sh*. You can source it to set the environment variables.
163
+
164
+
```bash
165
+
source /path/to/abacus/toolchain/abacus_env.sh
166
+
```
167
+
162
168
Please set OpenMP threads by setting environment variable:
0 commit comments