trinitycrmod 0.7.9 → 0.7.10

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: 3c6819d695565c46e411f71674e11608a424b9ad
4
- data.tar.gz: 79d884cd74121296083284f472ba045fe25b98d9
3
+ metadata.gz: 59655baa86e50524326029a9c4e76ada184c8740
4
+ data.tar.gz: 2875925a6c45131c6b02f289ad58cc20a78e8181
5
5
  SHA512:
6
- metadata.gz: eb9db5e89a6453f87572de4bfe1c9e4ba6b4b8f9836f1f98d85196ea74b6aed5da4bd073d0b465ca82387908439de66337dd64747524ff1ba59d94ce43bc6ea2
7
- data.tar.gz: e3933a9a4032e48add8e96840c165146b50bc02677dca99b8ccd66ca5d19c26c5f5f9cd45230ec980e77c75589e9cd0ac7401677b548d1642495c0b3f93fe617
6
+ metadata.gz: a9985f4d8f5aa2d8ca35b7ddf2cb53d267d7d00634bb7a717f8135559ad69ed166f2cf51251bf6e3e8cc27669c37aac22fbbfc7aeffad4ebcf2a6518b8c7195a
7
+ data.tar.gz: f3053c7182f9b59b291187c126a363e02b79cf8b60f6b7f20026a2932909e35308e19a55a22a492876bf9b129958327792edcc683384a49592943e44a343d961
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.9
1
+ 0.7.10
@@ -910,15 +910,25 @@
910
910
  :explanation=>"This variable must be a string."}],
911
911
  :type=>:String,
912
912
  :autoscanned_defaults=>["default"]},
913
+ :nifspppl_initial=>
914
+ {:should_include=>"true",
915
+ :description=>" number of initial ifspppl runs",
916
+ :help=>" number of initial ifspppl runs",
917
+ :code_name=>:nifspppl_initial,
918
+ :must_pass=>
919
+ [{:test=>"kind_of? integer",
920
+ :explanation=>"this variable must be an integer."}],
921
+ :type=>:integer,
922
+ :autoscanned_defaults=>[-1]},
913
923
  :n_gpus=>
914
924
  {:should_include=>"true",
915
- :description=>" For gryfx, number of avail gpus",
916
- :help=>" For gryfx, number of avail gpus",
925
+ :description=>" for gryfx, number of avail gpus",
926
+ :help=>" for gryfx, number of avail gpus",
917
927
  :code_name=>:n_gpus,
918
928
  :must_pass=>
919
- [{:test=>"kind_of? Integer",
920
- :explanation=>"This variable must be an integer."}],
921
- :type=>:Integer,
929
+ [{:test=>"kind_of? integer",
930
+ :explanation=>"this variable must be an integer."}],
931
+ :type=>:integer,
922
932
  :autoscanned_defaults=>[1]},
923
933
  :flux_shell_script=>
924
934
  {:should_include=>"true",
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.7.9 ruby lib
5
+ # stub: trinitycrmod 0.7.10 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "trinitycrmod"
9
- s.version = "0.7.9"
9
+ s.version = "0.7.10"
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 = "2015-07-28"
14
+ s.date = "2015-07-29"
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.7.9
4
+ version: 0.7.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-28 00:00:00.000000000 Z
11
+ date: 2015-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coderunner