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
7 changes: 7 additions & 0 deletions EESSI-pilot-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@ 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 hipSYCL-0.9.1..."
ok_msg="hipSYCL installed, hipp hipp hurra!"
fail_msg="Installation of hipSYCL failed, that's disappointing..."
$EB hipSYCL-0.9.1-GCC-10.2.0.eb --robot --dry-run --try-toolchain-version 9.3.0 --try-update-deps --experimental
#$EB hipSYCL-0.9.1-GCC-10.2.0.eb --robot --toolchain=foss,2020a
check_exit_code $? "${ok_msg}" "${fail_msg}"

echo ">> Creating/updating Lmod cache..."
export LMOD_RC="${EASYBUILD_INSTALLPATH}/.lmod/lmodrc.lua"
if [ ! -f $LMOD_RC ]; then
Expand Down
4 changes: 4 additions & 0 deletions eessi-2021.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ software:
versions:
'3.9.1.1':
versionsuffix: -dmpar
hipSYCL:
toolchains:
foss-2020a:
versions: ['0.9.1']