aboutsummaryrefslogtreecommitdiff
blob: c3e18465a183b1d3cdde19d2c17bf9b0c8fdd314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>