From e806cce2db35a9f730285107dd2d11f567d0e952 Mon Sep 17 00:00:00 2001 From: Stephen Sachs Date: Tue, 9 Apr 2024 08:44:42 +0200 Subject: [PATCH] Update comment --- .../gitlab/cloud_pipelines/scripts/pcluster/setup-pcluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/spack/gitlab/cloud_pipelines/scripts/pcluster/setup-pcluster.sh b/share/spack/gitlab/cloud_pipelines/scripts/pcluster/setup-pcluster.sh index dfd5af1b437..bbcdc254621 100755 --- a/share/spack/gitlab/cloud_pipelines/scripts/pcluster/setup-pcluster.sh +++ b/share/spack/gitlab/cloud_pipelines/scripts/pcluster/setup-pcluster.sh @@ -99,7 +99,7 @@ install_compilers() { # The compilers needs to be in the same install tree as the rest of the software such that the path # relocation works correctly. This holds the danger that this part will fail when the current spack gets # incompatible with the one in $spack_intel_compiler_commit. Therefore, we make intel installations optional - # in package.yaml files. + # in package.yaml files and add a fallback `%gcc` version for each application. if [ "x86_64" == "$(arch)" ]; then ( CURRENT_SPACK_ROOT=${SPACK_ROOT}