blob: 390df57b24a216ae1eb51d30c3d05a5202bb5296 (
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>
<upstream>
<bugs-to>https://github.com/leobago/fti/issues</bugs-to>
<remote-id type="github">leobago/fti</remote-id>
</upstream>
<longdescription lang="en">
FTI stands for Fault Tolerance Interface and is a library that aims to give computational scientists the means to perform fast and efficient multilevel checkpointing in large scale supercomputers. FTI leverages local storage plus data replication and erasure codes to provide several levels of reliability and performance. FTI is application-level checkpointing and allows users to select which datasets needs to be protected, in order to improve efficiency and avoid wasting space, time and energy. In addition, it offers a direct data interface so that users do not need to deal with files and/or directory names. All metadata is managed by FTI in a transparent fashion for the user. If desired, users can dedicate one process per node to overlap fault tolerance workload and scientific computation, so that post-checkpoint tasks are executed asynchronously.
</longdescription>
<use>
<flag name="openssl">To use the <pkg>dev-libs/openssl</pkg> MD5 rather than the built-in</flag>
<flag name="fortran">Enables the build of a Fortran wrapper</flag>
<flag name="sionlib">Enables the parallel I/O <pkg>sys-cluster/sionlib</pkg> for FTI</flag>
<flag name="hdf5">Enables the HDF5 checkpoints for FTI</flag>
<flag name="tutorial">Enables the generation of tutorial files</flag>
<flag name="fi-io">Enables the I/O failure injection mechanism</flag>
<flag name="test">Enables the generation of tests</flag>
</use>
</pkgmetadata>
|