Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,12 @@ fail_msg="Installation of WRF failed, that's unexpected..."
OMPI_MCA_pml=ucx UCX_TLS=tcp $EB WRF-3.9.1.1-foss-2020a-dmpar.eb -r --include-easyblocks-from-pr 2648
check_exit_code $? "${ok_msg}" "${fail_msg}"

echo ">>Installing Snakemake 17.8.1..."
ok_msg="Snakemake installed, tame those snakes!"
fail_msg="Installation of Snakemake failed, that's unexpected..."
$EB -r --from-pr 16579 snakemake-7.18.1-foss-2020a-Python-3.8.2.eb
check_exit_code $? "${ok_msg}" "${fail_msg}"

### add packages here

echo ">> Creating/updating Lmod cache..."
Expand Down
6 changes: 6 additions & 0 deletions eessi-2021.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ software:
versions:
'3.9.1.1':
versionsuffix: -dmpar
snakemake:
toolchains:
foss-2020a:
versions:
'17.8.1':
versionsuffix: -Python-3.8.2