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

- simplified everything

parent ae46bf79
No related branches found
No related tags found
No related merge requests found
Pipeline #232817 failed
include: include:
- component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules:
- when: always
inputs:
prefix: "booster.single"
variant: "single"
machine: "juwels_booster"
queue: "dc-cpu"
project: "cexalab"
budget: "exalab"
is_public: "all"
jube_file: "simple.yml"
fixture: .setup
record: "true"
- component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules:
- when: never
inputs:
prefix: "jureca.single"
variant: "single"
machine: "jureca"
queue: "dc-cpu"
project: "cjsc"
budget: "zam"
is_public: "all"
jube_file: "simple.yml"
fixture: .setup
record: "true"
- component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules:
- when: always
inputs:
prefix: "jedi.single"
variant: "single"
machine: "jedi"
queue: "all"
project: "cjsc"
budget: "zam"
is_public: "all"
jube_file: "simple.yml"
fixture: .setup
record: "true"
- component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules:
- when: never
inputs:
prefix: "jureca.strong.tiny"
variant: "strong.tiny"
machine: "jureca"
queue: "dc-cpu"
project: "cjsc"
budget: "zam"
is_public: "all"
jube_file: "simple.yml"
fixture: .setup
record: "true"
- component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules:
- when: always
inputs:
prefix: "booster.strong.tiny"
variant: "strong.tiny"
machine: "juwels_booster"
queue: "booster"
project: "cexalab"
budget: "exalab"
is_public: "all"
jube_file: "simple.yml"
fixture: .setup
record: "true"
- component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3 - component: gitlab.jsc.fz-juelich.de/exacb/catalog/jureap/jube@v3
rules: rules:
- when: always - when: always
...@@ -91,8 +21,8 @@ include: ...@@ -91,8 +21,8 @@ include:
inputs: inputs:
prefix: "jedi.evaluation" prefix: "jedi.evaluation"
pipeline: [ "222698", "222699" ] pipeline: [ "222698", "222699" ]
selector: [ "jureca.strong.tiny" , "jedi.strong.tiny" ] selector: [ "jureca.strong.tiny" ]
workload_factor: [ "1.0" , "2.0" ] workload_factor: [ "1.0" ]
.setup: .setup:
script: script:
......
...@@ -52,16 +52,11 @@ parameterset: ...@@ -52,16 +52,11 @@ 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
_: '{ "juwelsbooster": "1,2,4", "jurecadc" : "1,2,4" , "jedi" : "1,2,4" }["${system_name}"]' _: "1,2,4,8,16,32"
- 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