Skip to content

Commit

Permalink
Merge pull request #190 from lanl/rberger_ci_debug
Browse files Browse the repository at this point in the history
Resolve v0.18.1 MPI/HDF5 issue
  • Loading branch information
Yurlungur authored Dec 14, 2022
2 parents b5d7d8c + 9df0c2b commit 3dd8fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ stages:
variables:
GIT_SUBMODULE_STRATEGY: recursive
SINGULARITY_EOS_GCC_VERSION: "9.3.0"
SINGULARITY_EOS_OPENMPI_VERSION: "4.0.5"
SINGULARITY_EOS_TEMP_SPACK_VERSION: "v0.16.3"
SINGULARITY_EOS_TEMP_SPACK_DIR: "/projects/xcap/oss/deployment/spack-v0.16.3-3"
SINGULARITY_EOS_OPENMPI_VERSION: "4.1.3"
SINGULARITY_EOS_TEMP_SPACK_VERSION: ""
SINGULARITY_EOS_TEMP_SPACK_DIR: ""
SINGULARITY_EOS_SPACK_SPEC: "singularity-eos@main+mpi+python+tests%gcc@${SINGULARITY_EOS_GCC_VERSION} ^openmpi@${SINGULARITY_EOS_OPENMPI_VERSION}"

before_script:
Expand Down
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@

### Changed (changing behavior/API/variables/...)

### Fixed (not changing behavior/API/variables/...)

### Infrastructure (changes irrelevant to downstream codes)
- [[PR190]](https://github.com/lanl/singularity-eos/pull/190) update CI on re-git

### Removed (removing behavior/API/varaibles/...)

### Added (modifiers with python bindings)

## Release 1.7.0
Date: 12/14/2022

Expand Down

0 comments on commit 3dd8fd2

Please sign in to comment.