Skip to content

Commit

Permalink
use software tag when submitting jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed Dec 20, 2016
1 parent 88802db commit 6c704a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ compute:
envvars:
ABAQUS_MODULE: 'abaqus/6.14'
GPU_OFF: '1'
resources:
software: 'abaqus+#{(5 * (nodes.to_i * node_ppn.to_i) ** 0.422).floor}'
- name: 'Abaqus/CAE 6.14 (Hardware Rendering)'
batch: 'oakley'
node:
Expand All @@ -34,3 +36,5 @@ compute:
pbs:
envvars:
ABAQUS_MODULE: 'abaqus/6.14'
resources:
software: 'abaqus+#{(5 * (nodes.to_i * node_ppn.to_i) ** 0.422).floor}'

0 comments on commit 6c704a7

Please sign in to comment.