Skip to content

Commit

Permalink
Update for the bugfix in JUBE 2.4.2. Code will not work with older JU…
Browse files Browse the repository at this point in the history
…BE versions!
  • Loading branch information
Kaveh01 committed Mar 4, 2022
1 parent 7d91c45 commit c41188c
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 32 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,8 @@ tar -xzf git-annex-standalone-amd64.tar.gz
export PATH=$PATH:<install_path>/git-annex.linux
```
- [JUBE](https://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/JUBE/_node.html)
_Note that if you are using the JUBE version 2.4.1 or lower, the following export command is required for executing benchmarks due to a known bug. Once the bug is fixed, the export will become unnecessary and the documentation here will be updated accordingly._
_Note that JUBE version 2.4.2 or later is necessary_

```bash
export JUBE_INCLUDE_PATH="<PATH_TO_REPO>config/:helpers/"
```

- [Builder](https://github.com/INM-6/Builder)
+ see Builder documentation for installation guide
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/hpc_benchmark_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

# SPDX-License-Identifier: GPL-3.0-or-later

# include-path: # not working due to a bug in JUBE. Uncomment after next release!
# path:
# - ../helpers/
# - ../config/
include-path:
path:
- ../helpers/
- ../config/

# model-specific name and output path
name: HPC
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/hpc_benchmark_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

# SPDX-License-Identifier: GPL-3.0-or-later

# include-path: # not working due to a bug in JUBE. Uncomment after next release!
# path:
# - ../helpers/
# - ../config/
include-path:
path:
- ../helpers/
- ../config/

# model-specific name and output path
name: HPC
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/hpc_benchmark_31.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

# SPDX-License-Identifier: GPL-3.0-or-later

# include-path: # not working due to a bug in JUBE. Uncomment after next release!
# path:
# - ../helpers/
# - ../config/
include-path:
path:
- ../helpers/
- ../config/

# model-specific name and output path
name: HPC
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/microcircuit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

# SPDX-License-Identifier: GPL-3.0-or-later

# include-path: # not working due to a bug in JUBE. Uncomment after next release!
# path:
# - ../helpers/
# - ../config/
include-path:
path:
- ../helpers/
- ../config/

name: microcircuit
# model-specific name and output path
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/multi-area-model_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

# SPDX-License-Identifier: GPL-3.0-or-later

# include-path: # not working due to a bug in JUBE. Uncomment after next release!
# path:
# - ../helpers/
# - ../config/
include-path:
path:
- ../helpers/
- ../config/

# model-specific name and output path
name: MAM
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/multi-area-model_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

# SPDX-License-Identifier: GPL-3.0-or-later

# include-path: # not working due to a bug in JUBE. Uncomment after next release!
# path:
# - ../helpers/
# - ../config/
include-path:
path:
- ../helpers/
- ../config/

# model-specific name and output path
name: MAM
Expand Down
8 changes: 4 additions & 4 deletions benchmarks/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

# SPDX-License-Identifier: GPL-3.0-or-later

# include-path: # not working due to a bug in JUBE. Uncomment after next release!
# path:
# - ../helpers/
# - ../config/
include-path:
path:
- ../helpers/
- ../config/

### EDIT BELOW

Expand Down

0 comments on commit c41188c

Please sign in to comment.