Linux下编译安装TIMPI

TIMPI是libMesh内提供的MPI模板化包装,本文记录在Linux下编译安装TIMPI的流程。

注1:限于研究水平,分析难免不当,欢迎批评指正。

注2:文章内容会不定期更新。

零、环境

|---------|--------------------|
| 操作系统 | Ubuntu 22.04.4 LTS |
| VS Code | 1.92.1 |
| Git | 2.34.1 |
| GCC | 11.4.0 |
| CMake | 3.22.1 |
| oneAPI | 2024.2.1 |

一、安装 依赖

1.1 安装oneAPI

参见:Get the Intel® oneAPI Base Toolkit , Get the Intel® oneAPI HPC Toolkit

二、编译安装

2.1 下载源码

bash 复制代码
git clone https://github.com/libMesh/TIMPI.git
cd ./TIMPI/
git submodule update --init --recursive

2.2 编译

bash 复制代码
./bootstrap 
mkdir build
cd ./build/
../configure --prefix=/data/3rdparty/intel-opt-zmo/
make

网络资料

libMeshhttps://github.com/libMesh/libmesh

TIMPIhttps://github.com/libMesh/TIMPI/tree/85d9b5b7b4db1934c26985dbb7666d45b056e931

相关推荐
Yo_Becky2 天前
【PyTorch】PyTorch预训练模型缓存位置迁移,也可拓展应用于其他文件的迁移
人工智能·pytorch·经验分享·笔记·python·程序人生·其他
cwtlw12 天前
Excel学习03
笔记·学习·其他·excel
老陈头聊SEO15 天前
AI与SEO关键词协同进化
其他
学视线12315 天前
汽车加气站操作工考试题库含答案【最新】
其他
nikoni2316 天前
Return ratio法计算环路增益
笔记·其他·硬件工程
cwtlw16 天前
Excel学习01
笔记·学习·其他·excel
职坐标在线16 天前
职坐标IT培训:嵌入式AI物联网开源项目精选
其他
老陈头聊SEO17 天前
AI时代SEO关键词革新
其他
binbinaijishu8821 天前
PyTorch:让深度学习飞入寻常百姓家(从零开始玩转张量与神经网络!)
pytorch·深度学习·神经网络·其他
zkinglin21 天前
AORSA编译指南
笔记·其他·能源