coderunner 0.13.2 → 0.13.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.13.2
1
+ 0.13.3
data/coderunner.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "coderunner"
8
- s.version = "0.13.2"
8
+ s.version = "0.13.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Edmund Highcock"]
@@ -7,7 +7,7 @@ class CodeRunner
7
7
  nodes, ppn = @nprocs.split(/x/)
8
8
  eputs "Warning: Underuse of nodes (#{ppn} cores per node instead of 4)" if ppn.to_i < 4
9
9
  raise "Please specify project" unless @project
10
- raise "Error: cores per node cannot excede 4" if ppn.to_i > 4
10
+ raise "Error: cores per node cannot excede 4" if ppn.to_i > max_ppn
11
11
  # raise "Error: project (i.e. budget) not specified" unless @project
12
12
  ppn ||= 4
13
13
  if @wall_mins
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coderunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.2
4
+ version: 0.13.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: