Skip to content

Commit

Permalink
superlu-dist is superlu's secret identity
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Dec 3, 2024
1 parent 8505075 commit d486724
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions container_definitions/amd64/multiscale-run/spack.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
spack:
specs:
- py-multiscale-run
specs: [py-multiscale-run]
packages:
petsc:
require:
- "~hypre~superlu" # Hypre fails to compile, SuperLU the same
- ~hypre~superlu-dist # Hypre fails to compile, SuperLU the same
py-pandas:
require: "~performance" # Otherwise pulls in numba that requires outdated LLVM
require: ~performance # Otherwise pulls in numba that requires outdated LLVM
py-numpy-quaternion:
require: "~numba~scipy" # See above, get around Numba
require: ~numba~scipy # See above, get around Numba
all:
providers:
mpi: [mpich]

0 comments on commit d486724

Please sign in to comment.