Skip to content

Commit

Permalink
Merge pull request #69 from christopherwharrop/release/1.3.1
Browse files Browse the repository at this point in the history
Bugfix release
  • Loading branch information
christopherwharrop authored Jul 3, 2019
2 parents c3a0ade + 3e174be commit 6ffbf6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## New for Version 1.3.1

* Fix XML validation bug that caused sensitivity to ordering of tags
* Fix <nodes> handling for PBSPro to allow specificaiton of node features

## New for Version 1.3.0

* Update SLURM support to handle pack groups
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
1 change: 0 additions & 1 deletion lib/workflowmgr/pbsprobatchsystem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ def submit(task)
ompthreads=$1.to_i
end
input += chunk.gsub(/ppn=\d+/,"mpiprocs=#{mpiprocs}").gsub(/tpp=\d+/,"ompthreads=#{ompthreads}")
# input += ":ncpus=#{nodesize}"
input += ":ncpus=#{mpiprocs * ompthreads}"
input += ":mem=#{task.attributes[:memory]}" unless task.attributes[:memory].nil?
input += "+"
Expand Down

0 comments on commit 6ffbf6f

Please sign in to comment.