Rate This Document
Findability
Accuracy
Completeness
Readability

Installing ELPA

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following command to decompress the ELPA installation package:
    tar -xvf elpa-2019.05.001.tar.gz
  3. Run the following command to switch to the directory generated after decompression:
    cd elpa-2019.05.001
  4. Run the following command to perform configuration:
    ./configure --prefix=/path/to/EXTRA/elpa --enable-openmp --enable-shared=no LIBS="//path/to/EXTRA/mathlib/libscalapack.a /path/to/EXTRA/mathlib/liblapack.a /path/to/EXTRA/mathlib/librefblas.a" --disable-sse --disable-sse-assembly --disable-avx --disable-avx2
  5. Run the following commands to perform compilation:
    make
    make install