Skip to content

Commit

Permalink
wreck: support -o gpubind option
Browse files Browse the repository at this point in the history
Add "gpubind" to list of accepted options for the wreckrun and
submit `-o` option.
  • Loading branch information
grondo committed Jul 24, 2018
1 parent 6ab340b commit 8bec7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bindings/lua/wreck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ local lwj_options = {
['no-pmi-server'] = "Do not start simple-pmi server",
['trace-pmi-server'] = "Log simple-pmi server protocol exchange",
['cpu-affinity'] = "Set default cpu-affinity to assigned cores",
['gpubind'] = "Control CUDA_VISIBLE_DEVICES [=per-task,off]",
['mpi'] = "Set hint for type of MPI, e.g. -o mpi=spectrum "
}

Expand Down

0 comments on commit 8bec7ad

Please sign in to comment.