Skip to content

Commit 9bd3ffd

Browse files
authored
Add the use of 'cusolvermp' or 'elpa' methods to compile ABACUS GPU-LCAO
1 parent 25a2239 commit 9bd3ffd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

toolchain/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ export CPATH=$CPATH:/path/to/math_libs/1x.x/targets/x86_64-linux/include
299299
```
300300
Just enough to build the abacus executable program by compiling it with `./build_abacus_gnu.sh`.
301301

302+
You can refer to the link video for auxiliary compilation and installation.
303+
The first one is more complicated, but it doesn't seem to be affected by the CUDA toolkits version and needs to be manually downloaded. Among them, CUSOLPERMP requires installation from sources such as apt or yum, which is suitable for containers or local computers.
304+
The second one is relatively simple, using NVIDIA HPC_SDK for installation, but requires CUDA toolkits 12.4 and above, suitable for any environment, recommended for use.
305+
302306
### Shell problem
303307

304308
If you encounter problem like:

0 commit comments

Comments
 (0)