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
4bff3dd8
Commit
4bff3dd8
authored
3 months ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
Update environment with file from cobalt
parent
e6f066f9
Branches
Branches containing commit
No related tags found
1 merge request
!1
Draft: Integrate CI/CD into COBALT spack builds
Pipeline
#114284
failed
3 months ago
Stage: prepare
Stage: test
Pipeline: cobalt-installation
#114285
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+3
-2
3 additions, 2 deletions
README.md
environment.yaml
+41
-26
41 additions, 26 deletions
environment.yaml
infra/install_cobalt.sh
+1
-1
1 addition, 1 deletion
infra/install_cobalt.sh
old-environment.yaml
+43
-0
43 additions, 0 deletions
old-environment.yaml
with
88 additions
and
29 deletions
README.md
+
3
−
2
View file @
4bff3dd8
...
...
@@ -20,6 +20,7 @@ The next step is to install the dependencies of the COBALT software through Spac
```
bash
spack
env
create lofar
spack
env
activate lofar
source
${
SPACK_DIR
}
/share/spack/setup-env.sh
cp
environment.yaml
$SPACK_ENV
/spack.yaml
spack
install
```
...
...
@@ -46,9 +47,9 @@ module use /opt/spack/0.22.1/share/spack/modules/linux-debian12-zen2/gcc/12.2.0
## Building COBALT from source
Now that all the prerequisites are met, the COBALT software can be installed as follows:
```
bash
git clone https://git.astron.nl/lofar2.0/cobalt
git clone https://git.astron.nl/lofar2.0/cobalt
.git
cd
cobalt
source
configure.sh
source
../
configure.sh
make
-C
gnucxx11_opt/
-j
```
...
...
This diff is collapsed.
Click to expand it.
environment.yaml
+
41
−
26
View file @
4bff3dd8
spack
:
specs
:
-
cuda@12.4
-
dal2
-
curl
-
pqxx@6.4.8
-
dal2@master
-
binutils@2.30
-
boost+date_time+regex+filesystem+system+python+numpy
#
- hdf5 +cxx+hl+threadsafe~mpi
-
hdf5
@1.14.4-3
+cxx+hl+threadsafe~mpi
-
openblas threads=pthreads
-
fftw
-
casacore
-
casacore
@3.5.0
-
log4cplus
#- qpid
#- py-kombu
#- py-casacore
#- py-lxml
-
py-kombu
-
py-lxml
-
readline
-
curl
-
ncurses
-
postgresql
-
openmpi fabrics=verbs
-
openmpi fabrics=verbs,ucx ^ucx+dc+rc+verbs+rdmacm
-
numactl
-
python
-
numactl
#- python
# - numactl
-
cmake@3.28.6
-
autogen
-
unittest-cpp
-
unittest-cpp
@1.6.0
-
curl
-
gdb
-
python@3.11.9
-
osu-micro-benchmarks
view
:
false
concretizer
:
unify
:
true
repos
:
-
/opt/spack/repos/ska-sdp-spack
compilers
:
-
compiler
:
spec
:
gcc@=12.2.0
...
...
@@ -42,3 +45,15 @@ spack:
modules
:
[]
environment
:
{}
extra_rpaths
:
[]
modules
:
default
:
enable
:
-
tcl
tcl
:
hash_length
:
0
naming_scheme
:
'
{compiler.name}/{compiler.version}/{name}/{version}'
all
:
environment
:
set
:
'
{name}_ROOT'
:
'
{prefix}'
autoload
:
none
\ No newline at end of file
This diff is collapsed.
Click to expand it.
infra/install_cobalt.sh
+
1
−
1
View file @
4bff3dd8
...
...
@@ -38,7 +38,7 @@ echo -e "repos:\n- ${SPACK_REPO_DIR}/ska-sdp-spack" > $HOME/.spack/repos.yaml
${
SPACK_DIR
}
/bin/spack
env
create lofar
# use spack environment
#
source ${SPACK_DIR}/share/spack/setup-env.sh
source
${
SPACK_DIR
}
/share/spack/setup-env.sh
eval
`
${
SPACK_DIR
}
/bin/spack
env
activate
--sh
lofar
`
# make sure no modules are messing with the environment,
...
...
This diff is collapsed.
Click to expand it.
old-environment.yaml
0 → 100644
+
43
−
0
View file @
4bff3dd8
spack
:
specs
:
-
cuda@12.4
-
dal2
-
pqxx@6.4.8
-
binutils@2.30
-
boost+date_time+regex+filesystem+system+python+numpy
#- hdf5 +cxx+hl+threadsafe~mpi
-
openblas threads=pthreads
-
fftw
-
casacore
-
log4cplus
#- qpid
#- py-kombu
#- py-casacore
#- py-lxml
-
readline
-
curl
-
ncurses
-
postgresql
-
openmpi fabrics=verbs
-
numactl
#- python
# - numactl
-
autogen
-
unittest-cpp
view
:
false
concretizer
:
unify
:
true
compilers
:
-
compiler
:
spec
:
gcc@=12.2.0
paths
:
cc
:
/usr/bin/gcc
cxx
:
/usr/bin/g++
f77
:
/usr/bin/gfortran
fc
:
/usr/bin/gfortran
flags
:
{}
operating_system
:
debian12
target
:
x86_64
modules
:
[]
environment
:
{}
extra_rpaths
:
[]
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