Skip to content

Commit

Permalink
add OSU-Micro-Benchmarks/5.7.1-gompi-2021a to EESSI pilot 2021.12
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Nov 9, 2022
1 parent 92233a9 commit deb34a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@ fail_msg="Installation of Nextflow failed, that's unexpected..."
$EB -r --from-pr 16531 Nextflow-22.10.1.eb
check_exit_code $? "${ok_msg}" "${fail_msg}"

echo ">> Installing OSU-Micro-Benchmarks/5.7.1-gompi-2021a..."
ok_msg="OSU-Micro-Benchmarks installed, yihaa!"
fail_msg="Installation of OSU-Micro-Benchmarks failed, that's unexpected..."
$EB OSU-Micro-Benchmarks-5.7.1-gompi-2021a.eb -r
check_exit_code $? "${ok_msg}" "${fail_msg}"

### add packages here

echo ">> Creating/updating Lmod cache..."
Expand Down
2 changes: 2 additions & 0 deletions eessi-2021.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ software:
toolchains:
gompi-2020a:
versions: ['5.6.3']
gompi-2021a:
versions: ['5.7.1']
QuantumESPRESSO:
toolchains:
foss-2020a:
Expand Down

0 comments on commit deb34a7

Please sign in to comment.