gs2crmod 0.11.50 → 0.11.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a45443ddf5592ccb9ae745114d8fd8c1542186fa
4
- data.tar.gz: 86ffc3c18853843a71a46d95da0914c60e956993
3
+ metadata.gz: f017ebbde14b8bd89a5bb374906bfbfb5d7cd4ff
4
+ data.tar.gz: 720329d3734497b4705f8939046a02010be6857f
5
5
  SHA512:
6
- metadata.gz: 4a29f26014639e0292a41ae0be9252656b24ef54e3e6f3395c7c2401ad32c2a416de33079d647478f793d8aa38dc9b4b8261d9fa0429e15100a3fb22467ed2a2
7
- data.tar.gz: 11928482f4d813e5b12a2dfe59089c0bebe1d2efa578d11d41cd51714a026441249f680d98bfdfb7ef9262038068f006f1c260a417e34c0dbd361443a3244e72
6
+ metadata.gz: a170d96abbc92ffb740b17013c6d3783b39a61256c71d77012a62d7aa2e20ef208a4170cf51443338620d6eee696147188d77405e95c67c43c7d5ce8f9722f62
7
+ data.tar.gz: 05e31903d6ddc9aec62f0b83a5a467974a6d9203962a3df6a36a1581f4477b07c6ffeac47d9c63e57a7c82671c3cd395e002da5fe44989f068e7c94ca212cf02
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.50
1
+ 0.11.51
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.50 ruby lib
5
+ # stub: gs2crmod 0.11.51 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.50"
10
+ s.version = "0.11.51"
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-06-20"
15
+ s.date = "2014-07-03"
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
@@ -104,17 +104,17 @@ module load fftw/3.3.3
104
104
  module load bullxde papi
105
105
  module load scalasca
106
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
114
- 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
114
+ #EOF
115
115
  else
116
116
 
117
- ""
117
+ @code_run_environment
118
118
  end
119
119
  end
120
120
 
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.50
4
+ version: 0.11.51
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-06-20 00:00:00.000000000 Z
12
+ date: 2014-07-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: coderunner