lib/trinitycrmod/namelists.rb in trinitycrmod-0.7.9 vs lib/trinitycrmod/namelists.rb in trinitycrmod-0.7.10
- old
+ new
@@ -908,18 +908,28 @@
:must_pass=>
[{:test=>"kind_of? String",
:explanation=>"This variable must be a string."}],
:type=>:String,
:autoscanned_defaults=>["default"]},
+ :nifspppl_initial=>
+ {:should_include=>"true",
+ :description=>" number of initial ifspppl runs",
+ :help=>" number of initial ifspppl runs",
+ :code_name=>:nifspppl_initial,
+ :must_pass=>
+ [{:test=>"kind_of? integer",
+ :explanation=>"this variable must be an integer."}],
+ :type=>:integer,
+ :autoscanned_defaults=>[-1]},
:n_gpus=>
{:should_include=>"true",
- :description=>" For gryfx, number of avail gpus",
- :help=>" For gryfx, number of avail gpus",
+ :description=>" for gryfx, number of avail gpus",
+ :help=>" for gryfx, number of avail gpus",
:code_name=>:n_gpus,
:must_pass=>
- [{:test=>"kind_of? Integer",
- :explanation=>"This variable must be an integer."}],
- :type=>:Integer,
+ [{:test=>"kind_of? integer",
+ :explanation=>"this variable must be an integer."}],
+ :type=>:integer,
:autoscanned_defaults=>[1]},
:flux_shell_script=>
{:should_include=>"true",
:description=>nil,
:help=>nil,