mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
<?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>
|