From d168d346e38048d579ce6a5f5962f1ae8ca53475 Mon Sep 17 00:00:00 2001 From: Dimitrios Chasapis <dchasapi@bsc.es> Date: Thu, 30 Nov 2023 16:28:14 +0100 Subject: [PATCH] update dimemas recipe --- .../Dimemas/Dimemas-5.2.12-musa-gpsmpi-2022a-mt.eb | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Golden_Repo/d/Dimemas/Dimemas-5.2.12-musa-gpsmpi-2022a-mt.eb b/Golden_Repo/d/Dimemas/Dimemas-5.2.12-musa-gpsmpi-2022a-mt.eb index 260e6502..1c17dede 100644 --- a/Golden_Repo/d/Dimemas/Dimemas-5.2.12-musa-gpsmpi-2022a-mt.eb +++ b/Golden_Repo/d/Dimemas/Dimemas-5.2.12-musa-gpsmpi-2022a-mt.eb @@ -5,7 +5,14 @@ name = 'Dimemas' version = '5.2.12-musa' homepage = 'https://tools.bsc.es/dimemas' -description = "Dimemas is a performance analysis tool for message-passing programs. It enables the user to develop and tune parallel applications on a workstation, while providing an accurate prediction of their performance on the parallel target machine. The Dimemas simulator reconstructs the time behavior of a parallel application on a machine modeled by a set of performance parameters. Thus, performance experiments can be done easily. The supported target architecture classes include networks of workstations, single and clustered SMPs, distributed memory parallel computers, and even heterogeneous systems." + +description = """Dimemas is a performance analysis tool for message-passing programs. It enables the +user to develop and tune parallel applications on a workstation, while providing an accurate +prediction of their performance on the parallel target machine. The Dimemas simulator reconstructs +the time behavior of a parallel application on a machine modeled by a set of performance parameters. +Thus, performance experiments can be done easily. The supported target architecture classes include +networks of workstations, single and clustered SMPs, distributed memory parallel computers, and even +heterogeneous systems.""" source_urls = ['https://github.com/dchasap/MUSA/releases/download/deepsea'] sources = ['dimemas-5.2.12_musa.tar.gz'] @@ -25,12 +32,11 @@ dependencies = [ preconfigopts = 'autoreconf -fiv && ' sanity_check_paths = { - 'files': [], - 'dirs': ['bin'], + 'files': [], + 'dirs': ['bin'], } modextravars = {'DIMEMAS_HOME': '%(installdir)s'} moduleclass = 'tools' - -- GitLab