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 Feb 26, 2024 by Gabriel Wlazłowski's avatar Gabriel Wlazłowski
Show whitespace changes
Inline Side-by-side
ELPA-installation-guide.md
View page @ 9ede319c
......@@ -139,20 +139,37 @@ make install
# Installation on [LUMI](https://lumi-supercomputer.eu)
```bash
module load cray-libsci/21.05.1.1
module load PrgEnv-gnu/8.4.0
module load LUMI/23.09 partition/G
module load rocm/5.6.1
module load buildtools/23.09
#install blis
git clone https://github.com/flame/blis.git
cd blis
./configure --prefix=/project/project_465000708/share/libs amd64
make
make install
# 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
#install libflame
git clone https://github.com/flame/libflame.git
cd libflame
./configure --prefix=/project/project_465000708/share/libs amd64
make
make install
# go to elpa lib
#build ELPA
git clone https://gitlab.mpcdf.mpg.de/elpa/elpa.git
cd elpa
./configure --prefix=/projappl/project_465000014/share/elpa/elpa-2021.05.002 FC=ftn CC=cc FCFLAGS="-O2 -h omp" CFLAGS="-O2 -fopenmp" LDFLAGS="-L${CRAY_LIBSCI_PREFIX}/lib -lsci_cray_mpi -lsci_cray" -disable-avx512 --disable-openmp --enable-static --enable-c-tests=no
# build
git checkout master_pre_stage
# prepare for compilation
libtoolize
aclocal
autoheader
./autogen.sh
# building process in separate folder
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
make
# install
make install
```
\ No newline at end of file
Clone repository
  • API version
  • Automatic interpolations
  • Auxiliary tools
  • Browsing the code
  • Broyden algorithm
  • C and CUDA
  • Campaign of calculations
  • Checking correctness of settings
  • Chemical potentials control
  • Code & Results quality
  • Common failures of static codes
  • Common failures of time dependent codes
  • Computation domain
  • Configuring GPU machine
  • Constraining densities and potentials
View All Pages