Skip to content

Commit

Permalink
Adding support for -j
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSimpson committed Nov 23, 2015
1 parent c3853eb commit d4db364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/python2.7/site-packages/wraprun/wraprun.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def __init__(self, arg_list, first_color, first_rank, index=None):
self.wparser.add_argument('-cc', dest='cpu_list', action=ArgAction)
self.wparser.add_argument('-cp', dest='cpu_placement_file', action=ArgAction)
self.wparser.add_argument('-d', dest='depth', action=ArgAction)
self.wparser.add_argument('-j', dest='cpus_per_cu', active=ArgAction)
self.wparser.add_argument('-L', dest='node_list', action=ArgAction)
self.wparser.add_argument('-N', dest='pes_per_node', action=ArgAction)
self.wparser.add_argument('-S', dest='pes_per_numa_node', action=ArgAction)
Expand Down
2 changes: 1 addition & 1 deletion wraprun_formula.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class WraprunFormula < Formula
homepage "https://github.com/olcf/wraprun"
url "https://github.com/olcf/wraprun/archive/v0.1.10.tar.gz"
url "https://github.com/olcf/wraprun/archive/v0.1.11.tar.gz"

concern for_version("dev") do
included do
Expand Down

0 comments on commit d4db364

Please sign in to comment.