Skip to content

Commit

Permalink
Merge pull request #20 from OSC/refactorLicenseIntegration
Browse files Browse the repository at this point in the history
Added required License Request for abaquscae.
  • Loading branch information
gbyrket authored Mar 8, 2022
2 parents e7057cd + 16112ff commit 1124ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# no idea where this license calculation comes from.
licenses = (5 * (nodes * ppn) ** 0.422).floor
base_slurm_args = [ "--nodes", "#{nodes}", "--ntasks-per-node", "#{ppn}", "--licenses", "abaqus@osc:#{licenses}"]
base_slurm_args = [ "--nodes", "#{nodes}", "--ntasks-per-node", "#{ppn}", "--licenses", "abaqus@osc:#{licenses},abaquscae@osc:1"]

case node_type
when "hugemem"
Expand Down

0 comments on commit 1124ed2

Please sign in to comment.