Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2w
autoicon
Commits
f0f717c6
Commit
f0f717c6
authored
2 years ago
by
Oriol Tintó
Browse files
Options
Downloads
Patches
Plain Diff
Update build.yml with required parameters.
parent
de93a13f
No related branches found
No related tags found
1 merge request
!4
Switching to the advanced configuration method and fixing spack build.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conf/common/build.yml
+11
-3
11 additions, 3 deletions
conf/common/build.yml
with
11 additions
and
3 deletions
conf/common/build.yml
+
11
−
3
View file @
f0f717c6
spack
:
url
:
git@gitlab.physik.uni-muenchen.de:LDAP_rbg/spack.git
branch
:
lmu/ubuntu20.04-icon
compiler
:
gcc@11.3.0
#url: git@gitlab.physik.uni-muenchen.de:LDAP_rbg/spack.git
#branch: lmu/ubuntu20.04-icon
#compiler: gcc@11.3.0
init
:
"
"
# command to load spack environment, e.g. module load spack, use spack/setup-env.sh if empty
url
:
https://github.com/spack/spack.git
# url to download spack if necessary
branch
:
develop
# if downloaded, branch name to use
compiler
:
gcc@12.2.0
# desired compiler for spack
root
:
"
%HPCROOTDIR%/spack"
# path to a spack install, will be downloaded to if not present
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
build_cmd
:
"
icon-nwp@%icon.version%
^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
^%spack.compiler%"
python_environment
:
# Name of the virtual environment in the remote platform experiment folder
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment