扫描手机二维码

欢迎您的访问
您是第 位访客

开通时间:..

最后更新时间:..

  • 高安康 ( 副研究员 )

    的个人主页 http://faculty.ustc.edu.cn/gaoankang/zh_CN/index.htm

  •   副研究员
教师博客 当前位置: 中文主页 >> 教师博客
build nektar++ in local compute nodes
点击次数:

Load modules

module load boost/1.74.0  fftw/3.2.2 zlib/1.2.9 flex/2.6.0 oneapi/2024.0.0 cmake/3.24.2





Clone code to the hpc;

git clone https://gitlab.nektar.info/gaoak/nektar.git nektar
cd nektar
mkdir build
cd build




Download gsmpi-1.2.1_2.tar.bz2, scotch_6.0.4.tar.gz, tinyxml_2_6_2.tar.bz2, from https://www.nektar.info/thirdparty/. Put them in nektar/ThirdParty


in build, run cmake

cmake -DNEKTAR_USE_MPI=ON -DNEKTAR_USE_FFTW=ON \
-DNEKTAR_USE_HDF5=ON -DTHIRDPARTY_BUILD_BOOST=ON \
-DNEKTAR_USE_MKL=ON \
-DTHIRDPARTY_BUILD_HDF5=ON -DTHIRDPARTY_BUILD_FFTW=OFF \
-DTHIRDPARTY_BUILD_BLAS_LAPACK=OFF -DTHIRDPARTY_BUILD_BOOST=OFF\
  ..



make and install

make -j16 install




To submit job, use the script








版权所有 ©2020 中国科学技术大学
地址:安徽省合肥市金寨路 96 号,邮政编码:230026