编译模板:Dalton


1.Dalton 2016 Linux x86_64 / Intel + mkl,OpenMP并行
 module load intel-compiler-2015-x86_64

module load openmpi-2.0.2

./setup --fc=ifort --cc=icc --cxx=icpc --mkl=parallel --omp --prefix=/.../DALTON2016.2/INSTALL

cd build

make

make install(若定义了--prefix,可选)

2.Dalton 2018 Linux x86_64 / Intel + mkl
 module load intel-compiler-2015-x86_64

根目录下,执行
export MATH_ROOT='/export/compiler/intel/composer_xe_2015/mkl'   (指定mkl的根目录)

./setup --fc=ifort --cc=icc --cxx=icpc --mkl=sequential

cd build

make