Skip to content

Commit

Permalink
Merge pull request #51 from INM-6/JUBE-2.4.2
Browse files Browse the repository at this point in the history
Update for the bugfix in JUBE 2.4.2.
  • Loading branch information
jasperalbers authored Mar 4, 2022
2 parents 7d91c45 + c41188c commit 41a3737
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 41a3737

Please sign in to comment.