Skip to content

Commit

Permalink
fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonin committed Jun 18, 2017
1 parent f2321f5 commit c90d61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-g5k/g5k_connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def initialize(env, cwd, driver, oar_driver, net_driver, disk_driver)

def init_oar_unit(cpu, mem)
if cpu != -1 and mem != -1
unit = "core=#{cpu}"
unit = "nodes=1/core=#{cpu}"
else
unit = "nodes=1"
end
Expand Down

0 comments on commit c90d61e

Please sign in to comment.