BDF 编译
export FC=ifort export CC=gcc export CXX=g++ export MATHLIB="-lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core -lpthread" export MATHINCLUDE="-I/opt/intel/mkl/include" ./configure -enable-debug=no --enable-openmp=yes --enable-i8=yes --enable-mkl=yes --enable-arprec=no
MPI并行:
configure 命令把 –enable-openmp=yes 改为 –enable-parallel=yes