Linux下编译安装METIS

本文记录Linux下编译安装METIS的流程。

零、环境

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

一、安装依赖

1.1 下载GKlib

复制代码
sudo apt-get install build-essential
sudo apt-get install cmake

2.2 编译安装GKlib

下载GKlib代码,

复制代码
git clone https://github.com/KarypisLab/GKlib

按照下表完成CMake相关配置,构建项目,完成编译与安装。

|----------------------|---------------------------------|
| CMAKE_INSTALL_PREFIX | ~/dev/3rdparty/install/gcc-opt |
| CMAKE_BUILD_TYPE | Release |
| | |
| | |

二、编译安装

2.1 下载源码

复制代码
git clone https://github.com/KarypisLab/METIS.git

2.2 生成头文件

运行以下命令在生成build/xinclude目录

复制代码
make config shared=1 cc=icx prefix=~/dev/3rdparty/install/gcc-opt

2.3 编译

按照下表完成CMake相关配置,构建项目,完成编译与安装。

|----------------------|---------------------------------|
| CMAKE_INSTALL_PREFIX | ~/dev/3rdparty/install/gcc-opt |
| | |
| | |

附录I: cmake-tools-kits.json

复制代码
[
  {
    "name": "GCC 11.4.0 x86_64-linux-gnu",
    "compilers": {
      "C": "/usr/bin/gcc",
      "CXX": "/usr/bin/g++"
    },
    "isTrusted": true
  },
  {
    "name": "Intel(R) oneAPI DPC++/C++ Compiler 2024.2.1",
    "compilers": {
      "C": "/opt/intel/oneapi/compiler/2024.2/bin/icx",
      "CXX": "/opt/intel/oneapi/compiler/2024.2/bin/icpx"
    },
    "isTrusted": true
  }
]

网络

GKlibhttps://github.com/KarypisLab/GKlib

METIShttps://github.com/KarypisLab/METIS

相关推荐
JiNan.YouQuan.Soft18 小时前
FreeCAD 源码分析:Macro管理
其他
芯片封装工程师19 小时前
台式真空回流炉:精密电子制造的核心技术解析
其他
JiNan.YouQuan.Soft19 小时前
Linux下编译FEAPpv
其他
立时得胶水1 天前
如何满足环保纸塑热封胶的市场需求?
其他
金立基包装胶水1 天前
格拉辛纸热封后容易开胶怎么办?
大数据·笔记·其他
pananyu100861 天前
电力串口屏开发遇阻:掉线卡死,数据寻因破局
其他
ye150127774551 天前
220V转5V单片机供电电源芯片WT5102
单片机·嵌入式硬件·其他·硬件工程
金立基包装胶水1 天前
牛皮纸袋用什么热封胶最好?
大数据·笔记·其他
老吴的商业笔记2 天前
企服行业在DeepSeek中可见度低的AI搜索优化:llms.txt诊断引擎方案
其他
老吴的商业笔记2 天前
GEO系统源码架构设计实战:多模型适配、自动化分发与私有化部署方案
其他