Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 582 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 582 Bytes

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