编译和安装

操作步骤

  1. 执行以下命令解压源码。

    cd /path/to/dimemas

  2. 执行以下命令生成配置文件。

    ./bootstrap

  3. 执行以下命令生成makefile。

    ./configure CC=mpicc CXX=mpicxx --prefix=/path/to/dimemas --with-boost=/usr --with-boost-libdir=/usr/lib64

  4. 执行以下命令编译安装。

    make -j
    make install