Skip to content
forked from LLNL/libyogrt

Your One Get Remaining Time library

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

morrone/libyogrt

 
 

Repository files navigation

Your One Get Remaining Time library

This library provides functions to query a resource manager for the time remaining in a job.

It supports:

  • LCRM
  • LSF
  • MOAB
  • SLURM
  • AIX w/ SLURM

See src/yogrt.h for documentation.

Build

To build configure after cloning the repo:

./bootstrap

To build and install:

mkdir build
cd build
../configure
make
make install

To build a release tarball, update version in configure.ac file:

mkdir build
cd build
../configure
make distcheck

About

Your One Get Remaining Time library

Resources

License

LGPL-2.1, GPL-2.0 licenses found

Licenses found

LGPL-2.1
COPYING.LESSER
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 74.4%
  • M4 19.6%
  • Makefile 5.4%
  • Other 0.6%