Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cobalt-installation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COBALT
cobalt-installation
Commits
166e1897
Commit
166e1897
authored
2 months ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
Small refactors
parent
64d80acc
No related branches found
No related tags found
1 merge request
!5
Combine new spack files + CI/CD branches
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.sh
+2
-2
2 additions, 2 deletions
configure.sh
docker/ci-runner/Dockerfile
+2
-0
2 additions, 0 deletions
docker/ci-runner/Dockerfile
docker/cobalt/Dockerfile
+3
-1
3 additions, 1 deletion
docker/cobalt/Dockerfile
with
7 additions
and
3 deletions
configure.sh
+
2
−
2
View file @
166e1897
...
...
@@ -6,7 +6,7 @@ module use /data/cobalt/spack/latest/share/spack/modules/linux-*/gcc/12.2.0
module load binutils boost casacore cuda curl dal2 diffutils fftw hdf5 log4cplus numactl openblas openmpi py-lxml python unittest-cpp
# tParset is broken, disable it
sed
-i
'/lofar_add_test(tParset/s/^/#/'
CoInterface/test/CMakeLists.txt
#
sed -i '/lofar_add_test(tParset/s/^/#/' CoInterface/test/CMakeLists.txt
# Run CMake
cmake
-S
.
-B
gnucxx11_opt
This diff is collapsed.
Click to expand it.
docker/ci-runner/Dockerfile
+
2
−
0
View file @
166e1897
ARG
SOURCE_IMAGE="debian:12.10"
FROM
${SOURCE_IMAGE}
ENV
SPACK_VERSION=0.23.0
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt update
&&
\
...
...
This diff is collapsed.
Click to expand it.
docker/cobalt/Dockerfile
+
3
−
1
View file @
166e1897
ARG
SOURCE_IMAGE="git.astron.nl:5000/rd/cobalt-installation/spack:latest"
FROM
${SOURCE_IMAGE}
ENV
SPACK_VERSION=0.23.0
COPY
./modules.yaml ./
COPY
./configure.sh ./
...
...
@@ -11,7 +13,7 @@ RUN . ${SPACK_DIR}/share/spack/setup-env.sh && \
cp
modules.yaml ~/.spack/modules.yaml
&&
\
spack module tcl refresh
-y
&&
\
module purge
&&
\
module use /opt/spack/
0.22.1
/share/spack/modules/linux-debian12-
*
/gcc/12.2.0
&&
\
module use /opt/spack/
${
SPACK_VERSION
}
/share/spack/modules/linux-debian12-
*
/gcc/12.2.0
&&
\
cd
cobalt
&&
\
.
../configure.sh
&&
\
make
-C
gnucxx11_opt/
-j
4
...
...
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