Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docker/sundials-ci/spack-nightly/int32-double/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ spack:
compiler:
- gcc@9.4.0
specs:
- cmake arch=x86_64 %gcc@9.4.0
- hypre~int64~internal-superlu arch=x86_64 %gcc@9.4.0
- petsc+double~int64~superlu-dist arch=x86_64 %gcc@9.4.0
- openmpi arch=x86_64 %gcc@9.4.0
- openblas~ilp64 arch=x86_64 %gcc@9.4.0
- suite-sparse arch=x86_64 %gcc@9.4.0
- superlu-mt~int64~blas arch=x86_64 %gcc@9.4.0
- superlu-dist~int64 ^parmetis~int64 arch=x86_64 %gcc@9.4.0
- trilinos+tpetra gotype=int arch=x86_64 %gcc@9.4.0
- xbraid arch=x86_64 %gcc@9.4.0
# - cmake arch=x86_64 %gcc@9.4.0
# - hypre~int64~internal-superlu arch=x86_64 %gcc@9.4.0
# - petsc+double~int64~superlu-dist arch=x86_64 %gcc@9.4.0
# - openmpi arch=x86_64 %gcc@9.4.0
# - openblas~ilp64 arch=x86_64 %gcc@9.4.0
# - suite-sparse arch=x86_64 %gcc@9.4.0
# - superlu-mt~int64~blas arch=x86_64 %gcc@9.4.0
# - superlu-dist~int64 ^parmetis~int64 arch=x86_64 %gcc@9.4.0
# - trilinos+tpetra gotype=int arch=x86_64 %gcc@9.4.0
# - xbraid arch=x86_64 %gcc@9.4.0
# - resolve~cuda~rocm arch=x86_64 %gcc@9.4.0
config:
install_tree: /opt/software
Expand Down
2 changes: 1 addition & 1 deletion docker/sundials-ci/spack-nightly/int64-double/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spack:
- superlu-dist+int64 ^parmetis+int64 ^netlib-lapack arch=x86_64 %gcc@9.4.0
- trilinos+tpetra gotype=long_long arch=x86_64 %gcc@9.4.0
- xbraid arch=x86_64 %gcc@9.4.0
# - resolve~cuda~rocm arch=x86_64 %gcc@9.4.0

config:
install_tree: /opt/software
mirrors:
Expand Down
Loading