gs2crmod 0.11.49 → 0.11.50

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: 5636709ad99508c1afcf2a8d471faa1c4a559085
4
- data.tar.gz: 24c8a3b935da6132655a214a1d438237d4065c98
3
+ metadata.gz: a45443ddf5592ccb9ae745114d8fd8c1542186fa
4
+ data.tar.gz: 86ffc3c18853843a71a46d95da0914c60e956993
5
5
  SHA512:
6
- metadata.gz: 1d422b79733e85ada9d6acc3e540e159e0424354a4fc560ee7c619b0ae416c9d7afb0db8700db6725219f5eed3b10a5baeb38206e4bae4f9928a392176e1bbf4
7
- data.tar.gz: 4b3f0355c498f53bd0448d1d92c3dbb929c5fc6967ffeca1bcb447ab767fbbc07d9a3a7d0cc9d94300561d74cd93d919158476fe4ad970933f1fc910fdf9b8ce
6
+ metadata.gz: 4a29f26014639e0292a41ae0be9252656b24ef54e3e6f3395c7c2401ad32c2a416de33079d647478f793d8aa38dc9b4b8261d9fa0429e15100a3fb22467ed2a2
7
+ data.tar.gz: 11928482f4d813e5b12a2dfe59089c0bebe1d2efa578d11d41cd51714a026441249f680d98bfdfb7ef9262038068f006f1c260a417e34c0dbd361443a3244e72
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.49
1
+ 0.11.50
data/gs2crmod.gemspec CHANGED
@@ -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: gs2crmod 0.11.49 ruby lib
5
+ # stub: gs2crmod 0.11.50 ruby lib
6
6
  # stub: ext/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "gs2crmod"
10
- s.version = "0.11.49"
10
+ s.version = "0.11.50"
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", "Ferdinand van Wyk"]
15
- s.date = "2014-04-10"
15
+ s.date = "2014-06-20"
16
16
  s.description = "GS2 is a gyrokinetic flux tube initial value turbulence code which can be used for fusion or astrophysical plasmas. CodeRunner is a framework for the automated running and analysis of large simulations. This module allows GS2 (and its sister code AstroGK) to harness the power of the CodeRunner framework."
17
17
  s.email = "edmundhighcock@sourceforge.net"
18
18
  s.extensions = ["ext/extconf.rb"]
data/lib/gs2crmod/gs2.rb CHANGED
@@ -103,8 +103,17 @@ module load hdf5_p
103
103
  module load fftw/3.3.3
104
104
  module load bullxde papi
105
105
  module load scalasca
106
+ EOF
107
+ when /archer/
108
+ <<EOF
109
+ module swap PrgEnv-cray PrgEnv-intel
110
+ module load intel/14.0.0.080
111
+ module load fftw
112
+ module load netcdf-hdf5parallel
113
+ module load cray-hdf5-parallel
106
114
  EOF
107
115
  else
116
+
108
117
  ""
109
118
  end
110
119
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gs2crmod
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.49
4
+ version: 0.11.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-10 00:00:00.000000000 Z
12
+ date: 2014-06-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: coderunner