Skip to content

Commit

Permalink
Prepare version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Jun 14, 2017
1 parent 503fc5b commit d072c52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myocamlbuild.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ open Nonstd
open Solvuu_build.Std

let project_name = "coclobas"
let version = "0.0.2-dev"
let version = "0.0.2"

let build_tests =
try Sys.getenv "WITH_TESTS" = "true" with _ -> false
Expand Down
5 changes: 4 additions & 1 deletion opam/descr
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Coclobas is a scheduler for HPC-like jobs accessible through HTTP

It can be setup with two kinds of configurations:
It can be setup with three configurations:

- Using Kubernetes and the *Google Container Engine*,
i.e. using a Kubernetes “eleastic” cluster setup with `gcloud` and submitting
jobs as Kubernetes “pods”.
- Using the server's machine as a one-node cluster and submitting jobs as docker
containers given a maximal number of jobs.
- Using AWS-Batch, submitting jobs with aws-cli and optionally using
S3 bucket to share data (new in 0.0.2, and a bit experimental).

Coclobas is mostly used as a Ketrew plugin, but can be driven separately.

0 comments on commit d072c52

Please sign in to comment.