aboutsummaryrefslogtreecommitdiff
blob: c4275da8052a2bf5af9be4fa55abf6f9c7a4b5b0 (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
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>jauhien@gentoo.org</email>
		<name>Jauhien Piatlicki</name>
	</maintainer>
	<use>
		<flag name="mpi-compat">Enable interoperability with MPI</flag>
		<flag name="pshm">Build UPC Runtime/GASNet with Process-SHared Memory enabled</flag>
		<flag name="segment-fast">
    Select GASNet's FAST segments (default), for the fastest remote access with a possible 
    cost in max shared memory size
    </flag>
		<flag name="segment-large">
    Select GASNet's LARGE segments, for the largest possible shared memory size, at a 
    possible cost in remote access time
    </flag>
		<flag name="single">Support running over smp loopback (no network)</flag>
		<flag name="sptr-packed">Use the more efficient 'packed' shared pointer representation</flag>
		<flag name="sptr-struct">Use the 'struct' shared pointer representation</flag>
		<flag name="sptr-symmetric">Enable 'symmetric' pointer variant where available (64-bit smp and shmem)</flag>
		<flag name="udp">Support running over UDP</flag>
	</use>
</pkgmetadata>