trinitycrmod 0.3.6 → 0.3.7

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: 2bc69720254ce2556f354d010a077aca3ee8ea76
4
- data.tar.gz: 4e9f6850f1f4a7e71ea6ea8fcb95e203a3d464ce
3
+ metadata.gz: 81f88203f389da26a641bda0d0e8ad9f0bb2b9e6
4
+ data.tar.gz: d63be6f8d61285c99959b8945f363768fa05ab16
5
5
  SHA512:
6
- metadata.gz: 3b22d130f1233dad7876ddcb8c2023e03b2bec58f5f105a8064f7390e12ff1a8f08cec3b192e4b86109f4ae74471829bd9cc1732612dcf23a35f6343c242eda4
7
- data.tar.gz: 33eca2219135e6fe9f2a86c4f1d835497172110998afac8ba6ffb92f98414b1da9c9ba4550ea67aa9dde57106b1f8e468b8ae1cfeb69cef04e7068d536780c77
6
+ metadata.gz: 46300ad23509947e1374a78ab3020cc3df0e9dca50fc898f17f2ac3d394bec26530ec6e4fbf8f27b45a931820ed3ae342a243395691fb8afae5aec8ecb4db77c
7
+ data.tar.gz: 61610220c65f139334b801dddf5a4dced78d1dc0026c732969b585da671255c9fc76b4d056220d03cd05f354192c339bf42933fe0866317e29fe8a5673549d0e
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.6
1
+ 0.3.7
@@ -81,7 +81,7 @@ EOF2
81
81
  def gs2_run_times
82
82
  raise FluxOptionError.new("gs2_run_times called and flux_option != gs2") if not flux_gs2?
83
83
  run_times = []
84
- File.open(@directory + '/' + output_file, "r").each_line{|l| l.scan(/Job.*timer.*(\d+\.\d+)/){run_times.push $~[1].to_f}}
84
+ File.open(@directory + '/' + output_file, "r").each_line{|l| l.scan(/Job.*timer.*(\b\d+\.\d+\b)/){run_times.push $~[1].to_f}}
85
85
  sz = run_times.size.to_f
86
86
  return run_times.pieces((sz / n_flux_tubes.to_f).ceil)
87
87
 
data/trinitycrmod.gemspec CHANGED
@@ -2,16 +2,16 @@
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: trinitycrmod 0.3.6 ruby lib
5
+ # stub: trinitycrmod 0.3.7 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod"
9
- s.version = "0.3.6"
9
+ s.version = "0.3.7"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Edmund Highcock"]
14
- s.date = "2014-02-11"
14
+ s.date = "2014-02-12"
15
15
  s.description = "This module allows Trinity, the Multiscale Gyrokinetic Turbulent Transport solver for Fusion Reactors, to harness the power of CodeRunner, a framework for the automated running and analysis of simulations."
16
16
  s.email = "edmundhighcock@sourceforge.net"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trinitycrmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
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-02-11 00:00:00.000000000 Z
11
+ date: 2014-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderunner