Rate This Document
Findability
Accuracy
Completeness
Readability

Compilation and Installation

Procedure

  1. Decompress the installation package.
    cd /path/to/IPM
    tar xvf IPM-2.0.6.tar.gz
    cd IPM-2.0.6
  2. Modify the related file and generate Makefile.
    /bootstrap.sh
    sed -i "5749cint main(int argc, char *argv[]) {" configure
    sed -i '11837c wl="-Wl,"' libtool
    sed -i '11989c wl="-Wl,"' libtool
    CC=mpicc CXX=mpicxx FC=mpif90 F77=mpif90 ./configure --prefix=/path/to/IPM --build=aarch64-unknown-linux-gnu --enable-mpi
  3. Perform the compilation and installation.
    make
    make install
  4. Set the environment variables.
    export LD_LIBRARY_PATH=/path/to/IPM/lib:$LD_LIBRARY_PATH