Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/queuer
:walking::walking::walking: Prototype general queue
https://github.com/mrc-ide/queuer
cluster infrastructure
Last synced: about 2 months ago
JSON representation
:walking::walking::walking: Prototype general queue
- Host: GitHub
- URL: https://github.com/mrc-ide/queuer
- Owner: mrc-ide
- License: other
- Created: 2016-01-21T15:52:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T14:59:37.000Z (over 1 year ago)
- Last Synced: 2024-06-11T18:21:33.437Z (6 months ago)
- Topics: cluster, infrastructure
- Language: R
- Homepage: https://mrc-ide.github.io/queuer
- Size: 254 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# queuer
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![R build status](https://github.com/mrc-ide/queuer/workflows/R-CMD-check/badge.svg)](https://github.com/mrc-ide/queuer/actions)
[![codecov.io](https://codecov.io/github/mrc-ide/queuer/coverage.svg?branch=master)](https://codecov.io/github/mrc-ide/queuer?branch=master)> Queue Tasks
Queue tasks and then run them.
This package exists to make use of HPC systems where jobs are submitted to remote computers. There is considerable overlap here with the `BatchJobs` package, and it might be better to target whatever extensibility that package has.
## Installation
(Relatively) stable version via `drat`:
```r
drat:::add("mrc-ide")
install.packages("queuer")
```