rbbt-util 5.26.108 → 5.26.109
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rbbt/hpc.rb +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7631a86ef9abbc364fa0ea3510d30b9c54681f86cb700c398b7c1f35515d246
|
4
|
+
data.tar.gz: 3796828805b1be113f077db4b11fe199aeaf90538277459fe1b4ae842f03c87d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cfb61f231fef400d226945bc6ebdb5a4494f07008ec41cfb15694778af6b035995e8d91e881f60560ca5cacdeef1959ab7402c37707c739655586e2cc06719c0
|
7
|
+
data.tar.gz: 51017d704f0c4a8a366100211370c65126057429e62ed50a05b787306d895ef316bf17529e8d0f7137e98e0ef9c9d8bdcb0437551e6d21b59a2cfdc1022a5c69
|
data/lib/rbbt/hpc.rb
CHANGED
@@ -42,6 +42,9 @@ module Marenostrum
|
|
42
42
|
wipe_container = "post" if wipe_container.nil?
|
43
43
|
end
|
44
44
|
|
45
|
+
contain = nil if contain == "" || contain == "none"
|
46
|
+
sync = nil if sync == "" || sync == "none"
|
47
|
+
|
45
48
|
contain = File.expand_path(contain) if contain
|
46
49
|
|
47
50
|
name = options[:name] ||= Misc.obj2digest({:options => options.collect{|k,v| [k,v]}.sort_by{|k,v| k.to_s }, :args => args})
|