Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • wslda wslda
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wtools
  • wsldawslda
  • Wiki
  • ELPA installation guide

ELPA installation guide · Changes

Page history
Update ELPA installation guide authored Mar 19, 2026 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Show whitespace changes
Inline Side-by-side
ELPA-installation-guide.md
View page @ aaade703
...@@ -139,26 +139,30 @@ make install ...@@ -139,26 +139,30 @@ make install
# Installation on [LUMI](https://lumi-supercomputer.eu) # Installation on [LUMI](https://lumi-supercomputer.eu)
```bash ```bash
module load PrgEnv-gnu/8.4.0 # 19-03-2026
module load LUMI/23.09 partition/G module load PrgEnv-gnu
module load rocm/5.6.1 module load LUMI partition/G
module load buildtools/23.09 module load rocm
module load cray-fftw
#install blis module load craype-accel-amd-gfx90a
module load lumi-CrayPath
module load buildtools
# install blis
git clone https://github.com/flame/blis.git git clone https://github.com/flame/blis.git
cd blis cd blis
./configure --prefix=/project/project_465000708/share/libs amd64 ./configure --prefix=/project/project_465002810/share/libs amd64
make make
make install make install
#install libflame # install libflame
git clone https://github.com/flame/libflame.git git clone https://github.com/flame/libflame.git
cd libflame cd libflame
./configure --prefix=/project/project_465000708/share/libs amd64 ./configure --prefix=/project/project_465002810/share/libs amd64
make make
make install make install
#build ELPA # build ELPA
git clone https://gitlab.mpcdf.mpg.de/elpa/elpa.git git clone https://gitlab.mpcdf.mpg.de/elpa/elpa.git
cd elpa cd elpa
git checkout master_pre_stage git checkout master_pre_stage
...@@ -169,7 +173,7 @@ autoheader ...@@ -169,7 +173,7 @@ autoheader
./autogen.sh ./autogen.sh
# building process in separate folder # building process in separate folder
mkdir build && cd build mkdir build && cd build
../configure --prefix=/project/project_465000708/share/libs CPP="gcc -E" CC=cc CXX=hipcc FC=ftn CXXFLAGS="-DROCBLAS_V3 -D__HIP_PLATFORM_AMD__ --offload-arch=gfx90a -g -O3 -std=c++17" CFLAGS="-g -O3 -std=c++17" LIBS="-lamdhip64 -fPIC" FCFLAGS="-g -O3" --enable-option-checking=fatal --with-mpi=yes --disable-sse --disable-sse-assembly --disable-avx --disable-avx2 --disable-avx512 --enable-amd-gpu --enable-single-precision --enable-gpu-streams=amd --enable-hipcub --disable-cpp-tests --with-rocsolver ../configure --prefix=/project/project_465002810/share/libs CPP="gcc -E" CC=cc CXX=hipcc FC=ftn CXXFLAGS="-DROCBLAS_V3 -D__HIP_PLATFORM_AMD__ --offload-arch=gfx90a -g -O3 -std=c++17 $CRAY_ROCM_INCLUDE_OPTS -I/opt/rocm-6.3.4/include/rocsolver" CFLAGS="-g -O3 -std=c++17" LIBS="-lamdhip64 -fPIC" FCFLAGS="-g -O3" --enable-option-checking=fatal --with-mpi=yes --disable-sse --disable-sse-assembly --disable-avx --disable-avx2 --disable-avx512 --enable-amd-gpu --enable-single-precision --enable-gpu-streams=amd --enable-hipcub --disable-cpp-tests --with-rocsolver
make make
make install make install
``` ```
\ No newline at end of file
Clone repository

Official webpage
Main Repo
Main Docs
W-BSK Toolkit
Mirror Repo: GitLab, GitHub
Mirror Doc: GitLab, GitHub