From 45214504d0830fa8454edbe9d9d34b50cbfb189f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruth=20Sch=C3=B6bel?= <schoebel1@jwlogin23.juwels> Date: Thu, 9 Feb 2023 12:18:56 +0100 Subject: [PATCH] metis+intel --- .../m/METIS/METIS-5.1.0-intel-compilers-2022.1.0.eb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2022.1.0.eb b/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2022.1.0.eb index d16567402..49ea124c5 100644 --- a/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2022.1.0.eb +++ b/Golden_Repo/m/METIS/METIS-5.1.0-intel-compilers-2022.1.0.eb @@ -2,9 +2,10 @@ name = 'METIS' version = '5.1.0' homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/metis/overview' -description = """METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes, - and producing fill reducing orderings for sparse matrices. The algorithms implemented in METIS are based on the - multilevel recursive-bisection, multilevel k-way, and multi-constraint partitioning schemes.""" +description = """METIS is a set of serial programs for partitioning graphs, partitioning finite element meshes, +and producing fill reducing orderings for sparse matrices. +The algorithms implemented in METIS are based on the multilevel recursive-bisection, +multilevel k-way, and multi-constraint partitioning schemes.""" toolchain = {'name': 'intel-compilers', 'version': '2022.1.0'} toolchainopts = {'optarch': True, 'pic': True} -- GitLab