Skip to content
Snippets Groups Projects

Adding nvhpc to kuma

Merged Nicolas Richart requested to merge adding-nvhpc into main
Compare and Show latest version
3 files
+ 26
33
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
3
@@ -15,8 +15,7 @@ _compilers=$(jq -Mrc '.stack
| select((.constraint == null) or (.constraint? | index(env.environment)))
' ${STACK_CONFIG})
compilers_names=$(echo ${_compilers} | jq -Mrc '. | "\(.name)"')
compilers_names="gcc $(echo ${_compilers} | jq -Mrs '. | map("\(.name)") | .[]' | egrep -v '^gcc$')"
for name in ${compilers_names}
do
@@ -45,7 +44,7 @@ do
${STACK_LOCATION}/spack/bin/spack \
--color always \
-e ${full_environment} \
concretize --force -U | tee concretize-${full_environment}-${stack}.log
concretize | tee concretize-${full_environment}-${stack}.log
${STACK_LOCATION}/spack/bin/spack \
--color always \
Loading