coderunner 0.14.19 → 0.14.20

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: 31fb1850e342d2e60cc56ef38379a5ec69aadb2f
4
- data.tar.gz: 1a9898a1ac2088d7c85515f86bddb9c6f178acfc
3
+ metadata.gz: 3133f820a90276cbb825f364339dce211b4a8eaa
4
+ data.tar.gz: aeb2d5d11ba47ab20f463e37952e779dbb70a53e
5
5
  SHA512:
6
- metadata.gz: 99abcce00a8414aa72134362c5f36358d4a5402104eabf8b803f3f6176639d987f4090a8ddbe57c4dd4c80adc4eafc96d7731db347354cc1f184619207fe6d97
7
- data.tar.gz: 07836ff7b97c3d0d86a95f4301b77b1def2e57ca3249f786c0df8e155c3a9d571351200be910645a731f49076412028eafbef39a40003828e368306801a64a80
6
+ metadata.gz: 1abf12ee0c95e4b2d7d4c82c33d1d42a4b66cdf609dfbe117b5d79d7f0ef037212f3c44cce7f13c59ce47f7b1633ae7e02a84429dd7daf66a4e2f8e302a68405
7
+ data.tar.gz: b9cb95eed51cfe9a4d20d1f8a440cbce41f1a11a4184a859a34ed115525dad5fa7bc14da0a33f903aa902abd26aa55539680ca73f4014afcd4b188edd1e50329
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.14.19
1
+ 0.14.20
@@ -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.19 ruby lib
5
+ # stub: coderunner 0.14.20 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.19"
10
+ s.version = "0.14.20"
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-03"
15
+ s.date = "2014-07-04"
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"]
@@ -367,7 +367,7 @@ EOF
367
367
  sleep refresh.to_i while %x[ps -e -o pid,ppid].split("\n").grep(Regexp.new("^\\s*#{wpid}\\s+#{ppid}")).size > 0
368
368
  end
369
369
  #p ["command", command]
370
- exec(command)
370
+ exec(command + "; wait")
371
371
  end
372
372
  `cp #{tl}/queue_status.txt #{tl}/queue_status2.txt; ps > #{tl}/queue_status.txt`
373
373
  mutex.synchronize{processes.push pid}
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.19
4
+ version: 0.14.20
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-03 00:00:00.000000000 Z
11
+ date: 2014-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphkit