Skip to content
Snippets Groups Projects
Commit 83654323 authored by Fabian.Jakub's avatar Fabian.Jakub
Browse files

dbg

parent 8b23c52c
No related branches found
No related tags found
1 merge request!4Switching to the advanced configuration method and fixing spack build.
...@@ -5,12 +5,12 @@ spack: ...@@ -5,12 +5,12 @@ spack:
url: https://github.com/spack/spack.git url: https://github.com/spack/spack.git
branch: develop branch: develop
compiler: gcc@12.2.0 compiler: gcc@12.2.0
root: %HPCROOTDIR%/spack # path to a spack install, will be cloned with git if not present root: "%HPCROOTDIR%/spack" # path to a spack install, will be cloned with git if not present
user_cache_path: %HPCROOTDIR%/spack_user_cache_path # spack puts data here when bootstrapping, leave empty to use home folder user_cache_path: "%HPCROOTDIR%/spack_user_cache_path" # spack puts data here when bootstrapping, leave empty to use home folder
disable_local_config: true # if false, spack install into home folder disable_local_config: true # if false, spack install into home folder
icon: icon:
spack_cmd: openmpi%${SPACK_COMPILER}+pmi+legacylaunchers schedulers=slurm fabrics=ucx ucx%${SPACK_COMPILER}+dc+dm+ib_hw_tm+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs ^gettext@0.20.2%${SPACK_COMPILER} spack_cmd: "openmpi+pmi+legacylaunchers schedulers=slurm fabrics=ucx ucx+dc+dm+ib_hw_tm+mlx5_dv+rc+rdmacm+thread_multiple+ud+verbs ^gettext@0.20.2 ^gcc@%spack.compiler%"
version: master version: master
python_environment: python_environment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment