Skip to content

Commit 6231d90

Browse files
committed
Additional details for kcp
1 parent 04d9a52 commit 6231d90

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

conda_env/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,18 @@ I suppose you are compiling the code in the same conda environment described abo
8080
```bash
8181
git clone https://github.com/epfl-theos/koopmans-kcp.git
8282
cd koopmans-kcp
83-
export LD_LIBRARY_PATH=/home/jovyan/.conda/envs/codes/lib
84-
./configure BLAS_LIBS="-L/home/jovyan/.conda/envs/codes/lib -lopenblas" LAPACK_LIBS="-L/home/jovyan/.conda/envs/codes/lib -llapack" FFT_LIBS="-L/home/jovyan/.conda/envs/codes/lib -lfftw3" --with-scalapack=no MPIF90=mpif90
83+
export LD_LIBRARY_PATH=/home/jovyan/.conda/envs/codes/lib # this is fundamental
84+
./configure --with-scalapack=no MPIF90=mpif90
8585
```
8686
87+
Before, I was launching `./configure BLAS_LIBS="-L/home/jovyan/.conda/envs/codes/lib -lopenblas" LAPACK_LIBS="-L/home/jovyan/.conda/envs/codes/lib -llapack" FFT_LIBS="-L/home/jovyan/.conda/envs/codes/lib -lfftw3" --with-scalapack=no MPIF90=mpif90`, but in this way it does not put
88+
89+
```bash
90+
DFLAGS = -D__GFORTRAN -D__FFTW3 -D__MPI -D__PARA
91+
```
92+
93+
in the make.sys... is like it is not putting the flags because you don't allow a checking, you provide explicitely the path.
94+
8795
Then modify the newly generated `make.sys` file:
8896
8997
```bash

0 commit comments

Comments
 (0)