我是运行在课题组的ubuntu系统服务器, 服务器一般都有gcc, 但是教程很多是基于icc的, 因此先安装icc和ifort, 很简单:
1 ifort安装过程
(1) 打开终端,输入下面语句进行安装包的下载:
wget https://registrationcenter-download.intel.com/akdlm/irc_nas/18438/l_HPCKit_p_2022.1.1.97_offline.sh
(2) 打开终端,输入下面语句进行安装:
sudo bash l_HPCKit_p_2022.1.1.97_offline.sh
(3) 界面化安装,和windows下差不多,安装需要的模块即可
ifort安装包来源:
https://www.intel.com/content/www/us/en/developer/articles/news/free-intel-software-developer-tools.html
2 安装及运行LBM
严格参考: