Skip to content

Commit

Permalink
Finish Release-0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mapleson committed Mar 17, 2016
2 parents bbbdb43 + aff58d9 commit e005014
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/env-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Conan - scheduler configuration
RAMPART's execution context is specified by default in a file called "conan.properties". In this file it is possible to
describe the type of scheduling system to use and if so, what queue to run on. Valid properties:

* ``executionContext.scheduler =`` Valid options {"","LSF","PBS"}
* ``executionContext.scheduler.queue =`` The queue to execute child jobs on.
* ``executionContext.scheduler =`` Valid options {"","LSF","PBS","SLURM"}
* ``executionContext.scheduler.queue =`` The queue/partition to execute child jobs on.
* ``executionContext.locality = LOCAL`` Always use this for now! In the future it may be possible to execute child jobs at a remote location.
* ``externalProcessConfigFile = <location to external process loading file>`` See next section for details of how to setup this file.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>uk.ac.tgac.rampart</groupId>
<artifactId>rampart</artifactId>
<version>0.12.2</version>
<version>0.12.3</version>
<packaging>jar</packaging>

<name>RAMPART</name>
Expand Down Expand Up @@ -477,7 +477,7 @@
<dependency>
<groupId>uk.ac.tgac.conan</groupId>
<artifactId>tgac-conan-process-wrappers</artifactId>
<version>0.12.7</version>
<version>0.12.9</version>
<exclusions>
<exclusion>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit e005014

Please sign in to comment.