Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/jcsda/spack-stack into f…
Browse files Browse the repository at this point in the history
…eature/ubuntu-ci-c6a_workflow
  • Loading branch information
climbfuji committed Apr 22, 2024
2 parents 9d6c6ae + dc9c67f commit ab19ed9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions configs/common/modules_lmod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ modules:
^[email protected]+debug snapshot=none: 'esmf-8.5.0-debug'
^[email protected]~debug snapshot=none: 'esmf-8.6.0'
^[email protected]+debug snapshot=none: 'esmf-8.6.0-debug'
^[email protected]~debug snapshot=b04: 'esmf-8.6.1b04'
^[email protected]+debug snapshot=b04: 'esmf-8.6.1b04-debug'
^[email protected]~debug snapshot=b04: 'esmf-8.7.0b04'
^[email protected]+debug snapshot=b04: 'esmf-8.7.0b04-debug'
openmpi:
environment:
set:
Expand Down
4 changes: 4 additions & 0 deletions configs/common/modules_tcl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ modules:
^[email protected]+debug snapshot=none: 'esmf-8.5.0-debug'
^[email protected]~debug snapshot=none: 'esmf-8.6.0'
^[email protected]+debug snapshot=none: 'esmf-8.6.0-debug'
^[email protected]~debug snapshot=b04: 'esmf-8.6.1b04'
^[email protected]+debug snapshot=b04: 'esmf-8.6.1b04-debug'
^[email protected]~debug snapshot=b04: 'esmf-8.7.0b04'
^[email protected]+debug snapshot=b04: 'esmf-8.7.0b04-debug'
openmpi:
environment:
set:
Expand Down
4 changes: 4 additions & 0 deletions configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
esmf:
version: ['8.6.0']
variants: ~xerces ~pnetcdf snapshot=none +shared +external-parallelio
#version: ['8.6.1b04']
#variants: ~xerces ~pnetcdf snapshot=b04 +shared +external-parallelio
#version: ['8.7.0b04']
#variants: ~xerces ~pnetcdf snapshot=b04 +shared +external-parallelio
require:
- any_of: ['fflags="-fp-model precise" cxxflags="-fp-model precise"']
when: "%intel"
Expand Down

0 comments on commit ab19ed9

Please sign in to comment.