mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
20 lines
750 B
XML
20 lines
750 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<longdescription lang="en">
|
|
Ummunotify relays MMU notifier events to userspace. This is useful
|
|
for libraries that need to track the memory mapping of applications;
|
|
for example, MPI implementations using RDMA want to cache memory
|
|
registrations for performance, but tracking all possible crazy cases
|
|
such as when, say, the FORTRAN runtime frees memory is impossible
|
|
without kernel help.
|
|
</longdescription>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<remote-id type="github">Portals4/ummunotify</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|