From 6c704a7ac92542ce588d5f6be8259ed7b7656ccc Mon Sep 17 00:00:00 2001 From: Jeremy Nicklas Date: Tue, 20 Dec 2016 09:44:41 -0500 Subject: [PATCH] use software tag when submitting jobs --- app.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.yml b/app.yml index fb31e60..c4855be 100644 --- a/app.yml +++ b/app.yml @@ -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: @@ -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}'