Skip to content
Snippets Groups Projects
Verified Commit 32ab48b0 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

revert "- simplified everything"

This reverts commit e5865bb9.
parent 1ca59979
No related branches found
No related tags found
No related merge requests found
Pipeline #237420 passed
...@@ -52,11 +52,16 @@ parameterset: ...@@ -52,11 +52,16 @@ parameterset:
- name: systemParam - name: systemParam
init_with: "platform.xml:systemParameter" init_with: "platform.xml:systemParameter"
parameter: parameter:
- name: nodes
tag: single
type: int
mode: python
_: '{ "juwelsbooster": 2, "jurecadc" : "2" , "jedi" : "1" }["${system_name}"]'
- name: nodes - name: nodes
tag: strong.tiny tag: strong.tiny
type: int type: int
mode: python mode: python
_: "1,2,4,8,16,32" _: '{ "juwelsbooster": "1,2,4", "jurecadc" : "1,2,4" , "jedi" : "1,2,4" }["${system_name}"]'
- name: queue - name: queue
mode: python mode: python
_: '{ "juwelsbooster": "booster", "jurecadc" : "dc-cpu", "jedi" : "all" }["${system_name}"]' _: '{ "juwelsbooster": "booster", "jurecadc" : "dc-cpu", "jedi" : "all" }["${system_name}"]'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment