Skip to content

Commit ee0dc6f

Browse files
authored
Docs: update the default recommended requirements for conda (#3924)
* Docs: update the default recommended requirements for conda * update variant grammar
1 parent 4356f9f commit ee0dc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quick_start/easy_install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ A pre-built ABACUS binary with all requirements is available at [conda-forge](ht
206206
```bash
207207
# Install
208208
# We recommend installing ABACUS in a new environment to avoid potential conflicts:
209-
conda create -n abacus_env abacus -c conda-forge
209+
conda create -n abacus_env abacus "libblas=*=*mkl" mpich -c conda-forge
210210

211211
# Run
212212
conda activate abacus_env
@@ -216,7 +216,7 @@ OMP_NUM_THREADS=1 mpirun -n 4 abacus
216216
conda update -n abacus_env abacus -c conda-forge
217217
```
218218

219-
> If OpenBLAS gives warning about OpenMP threads, please install conda package `openblas=*=openmp*` or `blas=*=mkl`. See [switching BLAS implementation in conda](https://conda-forge.org/docs/maintainer/knowledge_base.html#switching-blas-implementation).
219+
> If OpenBLAS gives warning about OpenMP threads, please install conda package `"openblas=*=openmp*"` or `"libblas=*=*mkl"`. See [switching BLAS implementation in conda](https://conda-forge.org/docs/maintainer/knowledge_base.html#switching-blas-implementation).
220220
221221
> ABACUS supports `OpenMPI` and `MPICH` variant. Install `mpich` or `openmpi` package to switch MPI library if required.
222222

0 commit comments

Comments
 (0)