Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Software stack
scitas-software-stacks
Commits
dfbb9c1a
Commit
dfbb9c1a
authored
7 months ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
Spack install xml files not uploaded
parent
9e0df0d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4
Missing cuda/nccl modules
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-2
1 addition, 2 deletions
.gitlab-ci.yml
ci/install_compilers.sh
+1
-1
1 addition, 1 deletion
ci/install_compilers.sh
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
2
View file @
dfbb9c1a
...
...
@@ -174,7 +174,6 @@ spack:install:
#- .spack_cache
script
:
-
source ci/stack_env.sh
-
echo "{}" > spack-install-${environment}.xml
# Cleaning patches in case one has a different hash
-
${STACK_LOCATION}/spack/bin/spack
...
...
@@ -185,7 +184,7 @@ spack:install:
-
${STACK_LOCATION}/spack/bin/spack
--color always
-e ${environment} install
--log-file spack-install-${environment}.xml
--log-file
${CI_PROJECT_DIR}/
spack-install-${environment}.xml
--log-format junit
--only-concrete
--fail-fast
...
...
This diff is collapsed.
Click to expand it.
ci/install_compilers.sh
+
1
−
1
View file @
dfbb9c1a
...
...
@@ -47,7 +47,7 @@ for c in "core_compilers" "compilers"; do
${
STACK_LOCATION
}
/spack/bin/spack
\
--color
always
\
install
\
--log-file
${
MOUNT_POINT
}
/spack-install-
${
c
}
.xml
\
--log-file
${
CI_PROJECT_DIR
}
/spack-install-
${
c
}
.xml
\
--log-format
junit
\
--fail-fast
\
--show-log-on-error
\
...
...
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