Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to install dependencies:
yum install blas-devel.aarch64 lapack-devel.aarch64 -y
- Run the following command to decompress the installation package:
tar -xvf GEMMA-0.98.1.tar.gz
- Run the following command to go to the directory generated after decompression:
cd GEMMA-0.98.1
- Run the following command to perform compilation and installation:
make EIGEN_INCLUDE_PATH=/path/to/EIGEN /include/eigen3 WITH_OPENBLAS=1 GCC_FLAGS="-Wall" LIBS="/path/to/GSL /lib/libgsl.a /path/to/GSL /lib/libgslcblas.a -L/path/to/OPENBLAS /lib -pthread -lopenblas -llapack -lblas -lz" OPENBLAS_INCLUDE_PATH=/path/to/OPENBLAS /include -j 16
- Run the following command to set environment variables:
export PATH=/path/to/GEMMA/GEMMA-0.98.1/bin:$PATH
Parent topic: GEMMA 0.98.1 Porting Guide (CentOS 7.6)