sys-cluster/dimemas: new package, add 5.4.2_p20220601

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-07 13:31:18 +02:00
parent c66c7f7266
commit 6eb34bd2c0
4 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
This package contains the source code of Dimemas simulator, its graphical
user interface and the Paraver to Dimemas trace translator, 'prv2dim'.
You can find the old Dimemas trace format (.trf) to new format (.dim) translator
'trf2dim' until Dimemas package version 5.3.0
</longdescription>
<upstream>
<bugs-to>https://github.com/bsc-performance-tools/dimemas/issues</bugs-to>
<remote-id type="github">bsc-performance-tools/dimemas</remote-id>
</upstream>
<use>
<flag name="idle-accounting">if enabled, idle CPU regions are computed as CPU consumption in the accouting stats</flag>
<flag name="irecv-startup">if enabled defined Dimemas considers initial startups on MPI_Irecv functions</flag>
<flag name="original-links">if enabled Dimemas uses the original protocol to manage links</flag>
<flag name="wait-logical-recv">if enabled Dimemas puts logical receive time when MPI_Wait is called (not on MPI_Irecv)</flag>
</use>
</pkgmetadata>