编译和安装
操作步骤
- 执行以下命令解压源码。
cd /path/to/extrae tar -xvf 4.0.1.tar.gz cd extrae-4.0.1
- 执行以下命令生成配置文件。
./bootstrap
- 执行以下命令生成makefile。
CC=mpicc CXX=mpicxx FC=mpifort ./configure --prefix=/path/to/extrae --with-unwind=/usr --without-dyninst --with-papi=/usr --with-mpi=/path/to/hmpi --with-binutils=/usr --with-boost=/usr --disable-shared
- 执行以下命令编译安装。
make -j make install