| ... | ... | @@ -139,26 +139,30 @@ make install |
|
|
|
|
|
|
|
# Installation on [LUMI](https://lumi-supercomputer.eu)
|
|
|
|
```bash
|
|
|
|
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
|
|
|
|
# 19-03-2026
|
|
|
|
module load PrgEnv-gnu
|
|
|
|
module load LUMI partition/G
|
|
|
|
module load rocm
|
|
|
|
module load cray-fftw
|
|
|
|
module load craype-accel-amd-gfx90a
|
|
|
|
module load lumi-CrayPath
|
|
|
|
module load buildtools
|
|
|
|
|
|
|
|
# install blis
|
|
|
|
git clone https://github.com/flame/blis.git
|
|
|
|
cd blis
|
|
|
|
./configure --prefix=/project/project_465000708/share/libs amd64
|
|
|
|
./configure --prefix=/project/project_465002810/share/libs amd64
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
|
|
|
#install libflame
|
|
|
|
# install libflame
|
|
|
|
git clone https://github.com/flame/libflame.git
|
|
|
|
cd libflame
|
|
|
|
./configure --prefix=/project/project_465000708/share/libs amd64
|
|
|
|
./configure --prefix=/project/project_465002810/share/libs amd64
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
|
|
|
#build ELPA
|
|
|
|
# build ELPA
|
|
|
|
git clone https://gitlab.mpcdf.mpg.de/elpa/elpa.git
|
|
|
|
cd elpa
|
|
|
|
git checkout master_pre_stage
|
| ... | ... | @@ -169,7 +173,7 @@ 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
|
|
|
|
../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 install
|
|
|
|
``` |
|
|
\ No newline at end of file |