WRF 安装和编译所需模块 - Intel 编译器
为了使用 Intel 编译器进行 WRF 的安装和编译,您需要加载以下模块:
-
'/nuist/p/public/app/Modules/modulefiles/app':
- 'intel/18.0.0(default)':加载 Intel 编译器的模块。
-
'/nuist/p/public/app/Modules/modulefiles/compiler':
- 'intel/18.0.0(default)':加载 Intel 编译器的模块。
-
'/nuist/p/public/app/Modules/modulefiles/lib':
- 'mkl/v4.5(default)':加载 MKL 数学库的模块。
-
'/nuist/p/public/app/Modules/modulefiles/mpi':
- 'impi/2018.0.128(default)':加载 Intel MPI 的模块。
请使用以下命令加载这些模块:
module load intel/18.0.0
module load mkl/v4.5
module load impi/2018.0.128
原文地址: https://www.cveoy.top/t/topic/o73Z 著作权归作者所有。请勿转载和采集!