coderunner 1.0.8 → 1.0.9

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: d8a506021d1bcf92268f72349acf6d24a5ca8772
4
- data.tar.gz: 48a6d5489dc5fcda0b6455b88d0d025ff45d4f3b
3
+ metadata.gz: 6b5efcc60ae71103c4224ad1a3196ee7b389ecf0
4
+ data.tar.gz: baeefcbad62c2aacbfa86de9a79ca77f72d8444f
5
5
  SHA512:
6
- metadata.gz: 0616c297a931473687de2d7102234b4bed560f9d1c55ecd61507375feddc00673825b867f2a1bbd7a3717b2d2533d1e913e8d7cea5630a99bcf298c0561e993e
7
- data.tar.gz: 903a99a31f0d75280f2fe25b8618dbfc8c00954ab6047687a8c71fd4aca3dd71bdf031520a9260ddcb16717c0797fd3c0bf869294e86774651c3cc8d2622afd2
6
+ metadata.gz: 9a22215968e7b4abed3dc6b65ab3c5876f08bb0c4eff32decbb8bf31762e329536182509a32e0410b283ac9231825029e65b1c00de7c23568ec277df936fabbd
7
+ data.tar.gz: 57c49ea70b96ca8ee85608a3f422ecc9b7a6d67672654fc8e94a0b2156b8a5b09249704a69e7828a1186a43ff7912612cddccee75802655ddfafc5eda503405b
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.8
1
+ 1.0.9
data/coderunner.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: coderunner 1.0.8 ruby lib
5
+ # stub: coderunner 1.0.9 ruby lib
6
6
  # stub: ext/extconf.rb
7
7
 
8
8
  Gem::Specification.new do |s|
9
9
  s.name = "coderunner".freeze
10
- s.version = "1.0.8"
10
+ s.version = "1.0.9"
11
11
 
12
12
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
13
13
  s.require_paths = ["lib".freeze]
14
14
  s.authors = ["Edmund Highcock".freeze]
15
- s.date = "2017-01-10"
15
+ s.date = "2017-02-09"
16
16
  s.description = "CodeRunner is a framework for the automated running and analysis of simulations. It automatically generates any necessary input files, organises the output data and analyses it. Because it is a modular system, it can easily be customised to work with any system and any simulation code. One of its greatest strengths is that it is independent of any one simulation code; thus it can easily plot and compare the data from different codes.".freeze
17
17
  s.email = "edmundhighcock@users.sourceforge.net".freeze
18
18
  s.executables = ["coderunner".freeze, "coderunnerrepo".freeze]
@@ -15,7 +15,7 @@ class CodeRunner
15
15
  <<EOF
16
16
  #!/bin/bash --login
17
17
  #PBS -N #{executable_name}.#{job_identifier}
18
- #PBS -l select=#{nodes}:ncpus=#{nprocstot}:mpiprocs=#{nprocstot}
18
+ #PBS -l select=#{nodes}:ncpus=#{ppn}:mpiprocs=#{ppn}
19
19
  #PBS -l walltime=#{sprintf("%02d:%02d:%02d", hours, mins, secs)}
20
20
  #{@project ? "#PBS -A #@project" : ""}
21
21
  #{@queue ? "#PBS -q #@queue" : ""}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coderunner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edmund Highcock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-10 00:00:00.000000000 Z
11
+ date: 2017-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphkit