Skip to content

Commit

Permalink
deploy: align hdf5 module and default spec (#2322)
Browse files Browse the repository at this point in the history
This change intends to align the spec of the hdf5 module deployed on BB5
and its default spec, hoping to reduce the excessive time required to
run the multiscale-run `spack_build` GitLab job.
  • Loading branch information
tristan0x authored Feb 26, 2024
1 parent 1d95f2f commit 64326b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bluebrain/deployment/environments/applications_libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spack:
- boost
- caliper
- gmsh
- hdf5+mpi
- hdf5
- highfive+mpi
- libsonata-report
- neuron+mpi
Expand Down Expand Up @@ -40,7 +40,7 @@ spack:
- boost+atomic+chrono+date_time+filesystem+json+locale+log+math+program_options+python+random+regex+serialization+shared+signals+stacktrace+system+test+timer+type_erasure
- caliper+cuda cuda_arch=70
- gmsh
- hdf5+mpi
- hdf5+cxx+hl+mpi
- highfive+mpi
- libsonata-report
- metis+int64
Expand Down
2 changes: 1 addition & 1 deletion bluebrain/sysconfig/bluebrain5/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ packages:
gmsh:
variants: ~cgns~fltk~med~mmg+mpi+openmp+shared
hdf5:
variants: +cxx+hl
variants: +cxx+hl+mpi
icu4c:
version: [64.1]
# Drags in heavy PEARL dependencies
Expand Down

0 comments on commit 64326b9

Please sign in to comment.