Skip to content

Commit

Permalink
Merge pull request #6 from adammoody/master
Browse files Browse the repository at this point in the history
add LSF to README, order resource managers in list
  • Loading branch information
morrone authored Nov 1, 2017
2 parents b59b30f + 3ca5244 commit e1eedfb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ This library provides functions to query a resource manager
for the time remaining in a job.

It supports:
- SLURM
- MOAB
- LCRM
- LSF
- MOAB
- SLURM
- AIX w/ SLURM

See [src/yogrt.h](https://github.com/LLNL/libyogrt/blob/master/src/yogrt.h) for documentation.
Expand All @@ -28,4 +29,4 @@ To build a release tarball, update version in configure.ac file:
mkdir build
cd build
../configure
make dist
make distcheck

0 comments on commit e1eedfb

Please sign in to comment.