Skip to content

Commit

Permalink
Merge pull request #201 from boegel/OMB_gompi-2021a
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge authored Jan 6, 2023
2 parents dbdad85 + 50c851a commit 814d149
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,11 @@ 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}"

echo ">> Installing EasyBuild 4.5.1..."
ok_msg="EasyBuild v4.5.1 installed"
Expand Down
2 changes: 2 additions & 0 deletions eessi-2021.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,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 814d149

Please sign in to comment.