Compilation and Installation
Procedure
- Decompress the installation package.
cd /path/to/IPM tar xvf IPM-2.0.6.tar.gz cd IPM-2.0.6
- 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 - Perform the compilation and installation.
make make install
- Set the environment variables.
export LD_LIBRARY_PATH=/path/to/IPM/lib:$LD_LIBRARY_PATH
Parent topic: IPM 2.0.6 Porting Guide (Kylin V10)