... | ... | @@ -133,6 +133,29 @@ mkdir build && cd build |
|
|
# build
|
|
|
make
|
|
|
|
|
|
# install
|
|
|
make install
|
|
|
```
|
|
|
|
|
|
# Installation on [LUMI](https://lumi-supercomputer.eu)
|
|
|
```bash
|
|
|
module load cray-libsci/21.05.1.1
|
|
|
|
|
|
# get the latest version of elpa
|
|
|
git clone https://gitlab.mpcdf.mpg.de/elpa/elpa.git
|
|
|
# or download from a tar archive https://elpa.mpcdf.mpg.de/software/tarball-archive/ELPA_TARBALL_ARCHIVE.html
|
|
|
|
|
|
# go to elpa lib
|
|
|
cd elpa
|
|
|
|
|
|
# prepare for building
|
|
|
mkdir build && cd build
|
|
|
|
|
|
./configure --prefix=/projappl/project_465000014/share/elpa/elpa-2021.05.002 FC=ftn CC=cc FCFLAGS="-O2 -ffree-line-length-none" CFLAGS="-O2" LDFLAGS="-L$CRAY_LIBSCI_PREFIX/lib -lsci_cray_mpi -lsci_cray" -disable-avx512 --disable-openmp --enable-static --enable-c-tests=no
|
|
|
|
|
|
# build
|
|
|
make
|
|
|
|
|
|
# install
|
|
|
make install
|
|
|
``` |
|
|
\ No newline at end of file |