diff --git a/EESSI-pilot-install-software.sh b/EESSI-pilot-install-software.sh index 0c832fdee9..1def49e5f7 100755 --- a/EESSI-pilot-install-software.sh +++ b/EESSI-pilot-install-software.sh @@ -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 diff --git a/eessi-2021.12.yml b/eessi-2021.12.yml index f3ed9dd9c4..c87f3b12d8 100644 --- a/eessi-2021.12.yml +++ b/eessi-2021.12.yml @@ -53,3 +53,7 @@ software: versions: '3.9.1.1': versionsuffix: -dmpar + hipSYCL: + toolchains: + foss-2020a: + versions: ['0.9.1']