Skip to content

Commit

Permalink
Force python rebuild on ascent and use [email protected] on incline [ascent-…
Browse files Browse the repository at this point in the history
…rebuild] [newell-rebuild] [incline-rebuild]
  • Loading branch information
cameronrutherford committed Oct 12, 2023
1 parent 1638299 commit 741ce9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buildsystem/spack/ascent/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spack:
view: false
concretizer:
unify: when_possible
reuse: true
reuse: false
config:
concretizer: clingo
install_tree:
Expand Down
8 changes: 4 additions & 4 deletions buildsystem/spack/incline/sbatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export MY_CLUSTER=incline
cp /qfs/projects/exasgd/src/coinhsl-archive-2019.05.21.tar.gz . &&
. buildsystem/spack/load_spack.sh &&
spack develop --no-clone --path=$(pwd) exago@develop &&
spack develop --clone --force FORCE --path=$(pwd)/hiop hiop@develop &&
cd $(pwd)/hiop &&
git submodule update --init --recursive &&
cd - &&
# spack develop --clone --force FORCE --path=$(pwd)/hiop hiop@develop &&
# cd $(pwd)/hiop &&
# git submodule update --init --recursive &&
# cd - &&
buildsystem/spack/configure_modules.sh 24

EXIT_CODE=$?
Expand Down
4 changes: 3 additions & 1 deletion buildsystem/spack/incline/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ spack:
- exago@develop%[email protected] amdgpu_target=gfx908
view: false
concretizer:
unify: when_possible
reuse: false
config:
install_tree:
Expand Down Expand Up @@ -55,7 +56,8 @@ spack:
require: ~python+raja+hiop+rocm+ipopt
hiop:
# TODO - build with Ginkgo #463
require: '@develop+sparse+mpi+raja+rocm~ginkgo+kron'
# TODO - updgrade to develop / 1.0.0
require: '@0.7.2+sparse+mpi+raja+rocm~ginkgo+kron'
ipopt:
require: '@3.12.10~metis+coinhsl~mumps'
# Pin version of OpenBlas for testing results
Expand Down

0 comments on commit 741ce9a

Please sign in to comment.