coderunner 0.14.18 → 0.14.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e56c3c01f60711d0ac6781d232f1dde01da44a6
4
- data.tar.gz: c884b0ecbd42e9f21591baa63aaae4f60858a11e
3
+ metadata.gz: 31fb1850e342d2e60cc56ef38379a5ec69aadb2f
4
+ data.tar.gz: 1a9898a1ac2088d7c85515f86bddb9c6f178acfc
5
5
  SHA512:
6
- metadata.gz: d2dcfaa841fd57a9de9427203679a92e3bb640582779609a1068e2879a8c527ce3c5fe72b3c0425cb8183712c77496abd05e008a6f0ea7e389b9fe1dee27a785
7
- data.tar.gz: a1a97a5c63f2aec2eca06059594f683bb84339a2d0e93d141780bbbf7b596236b0cc54b0439821c70d4481ca59cb40b4c3501a1fd12130255691fe9344b1fd59
6
+ metadata.gz: 99abcce00a8414aa72134362c5f36358d4a5402104eabf8b803f3f6176639d987f4090a8ddbe57c4dd4c80adc4eafc96d7731db347354cc1f184619207fe6d97
7
+ data.tar.gz: 07836ff7b97c3d0d86a95f4301b77b1def2e57ca3249f786c0df8e155c3a9d571351200be910645a731f49076412028eafbef39a40003828e368306801a64a80
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.14.18
1
+ 0.14.19
data/coderunner.gemspec CHANGED
@@ -2,17 +2,17 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: coderunner 0.14.18 ruby lib
5
+ # stub: coderunner 0.14.19 ruby lib
6
6
  # stub: ext/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "coderunner"
10
- s.version = "0.14.18"
10
+ s.version = "0.14.19"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib"]
14
14
  s.authors = ["Edmund Highcock"]
15
- s.date = "2014-07-02"
15
+ s.date = "2014-07-03"
16
16
  s.description = "CodeRunner is a framework for the automated running and analysis of simulations. It automatically generates any necessary input files, organises the output data and analyses it. Because it is a modular system, it can easily be customised to work with any system and any simulation code. One of its greatest strengths is that it is independent of any one simulation code; thus it can easily plot and compare the data from different codes."
17
17
  s.email = "edmundhighcock@sourceforge.net"
18
18
  s.executables = ["coderunner"]
@@ -41,7 +41,8 @@ module Moab
41
41
  def run_command
42
42
  # "qsub #{batch_script_file}"
43
43
  if (ENV['CODE_RUNNER_LAUNCHER'].size > 0 rescue false)
44
- return %[#{mpi_prog} #{executable_location}/#{executable_name} #{parameter_string} > #{output_file} 2> #{error_file}]
44
+ return %[#{code_run_environment}
45
+ #{mpi_prog} #{executable_location}/#{executable_name} #{parameter_string} > #{output_file} 2> #{error_file}]
45
46
  else
46
47
  "#{mpi_prog} #{executable_location}/#{executable_name} #{parameter_string}"
47
48
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coderunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.18
4
+ version: 0.14.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-02 00:00:00.000000000 Z
11
+ date: 2014-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphkit