mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
26 lines
1.3 KiB
XML
26 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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/LLNL/scr/issues</bugs-to>
|
|
<remote-id type="github">LLNL/scr</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
The Scalable Checkpoint / Restart (SCR) library enables MPI applications to utilize distributed storage on Linux clusters to attain high file I/O bandwidth for checkpointing, restarting, and output in large-scale jobs. With SCR, jobs run more efficiently, recompute less work upon a failure, and reduce load on critical shared resources such as the parallel file system.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="fcntl">use fcntl as a file locking type</flag>
|
|
<flag name="flock">use flock as a file locking type</flag>
|
|
<flag name="fortran">Enables Fortran support</flag>
|
|
<flag name="mysql">Enable use of mysql for logging SCR activities</flag>
|
|
<flag name="slurm">use slurm as resource manager</flag>
|
|
<flag name="syslog">Whether to enable syslog logging</flag>
|
|
<flag name="txt-log">Whether to enable text file logging</flag>
|
|
<flag name="yogrt">Enable use of yogrt for time remaining in a job allocation</flag>
|
|
</use>
|
|
</pkgmetadata>
|