Skip to content

Commit

Permalink
Pin [email protected] on all CI platforms [decetpion-rebuild] [ascent-rebuil…
Browse files Browse the repository at this point in the history
…d] [newell-rebuild] [incline-rebuild]
  • Loading branch information
cameronrutherford committed Oct 12, 2023
1 parent 94f54aa commit 1516a74
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 19 deletions.
2 changes: 0 additions & 2 deletions buildsystem/spack/ascent/bsub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ cd $(pwd)/hiop &&
git submodule update --init --recursive &&
cd - &&
spack mirror add local file://$SPACK_MIRROR &&
# This is necessary?
spack mirror add spack-public file://$SPACK_MIRROR &&
spack mirror list &&
cp /gpfs/wolf/proj-shared/csc359/src/coinhsl-archive-2019.05.21.tar.gz . &&
# Need to load self-installed patch since it is not available on compute nodes
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/spack/ascent/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spack:
exago:
require: +raja+hiop+ipopt
hiop:
require: '@develop+sparse+mpi+ginkgo+kron+cusolver_lu'
require: '@1.0.0+sparse+mpi+ginkgo+kron+cusolver_lu'
coinhsl:
require: '@2019.05.21'
ipopt:
Expand Down
12 changes: 6 additions & 6 deletions buildsystem/spack/deception/sbatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ cleanup() {
export MY_CLUSTER=deception
cp /qfs/projects/exasgd/src/coinhsl-archive-2019.05.21.tar.gz . &&
. buildsystem/spack/load_spack.sh &&
#spack clean -abm && \ #shouldn't run this everytime...
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 clean -abm && # shouldn't run this everytime...
# 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 - &&
./buildsystem/spack/configure_modules.sh 64

EXIT_CODE=$?
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/spack/deception/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spack:
exago:
require: +raja+hiop+ipopt
hiop:
require: '@develop+sparse+mpi+ginkgo+kron'
require: '@1.0.0+sparse+mpi+ginkgo+kron'
magma:
require: '@2.6.2'
coinhsl:
Expand Down
4 changes: 2 additions & 2 deletions buildsystem/spack/incline/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ spack:
require: ~python+raja+hiop+rocm+ipopt
hiop:
# TODO - build with Ginkgo #463
# TODO - updgrade to develop / 1.0.0
require: '@0.7.2+sparse+mpi+raja+rocm~ginkgo+kron'
# TODO - updgrade to develop / 1.0.0 #28
require: '@1.0.0+sparse+mpi+raja+rocm~ginkgo+kron'
ipopt:
require: '@3.12.10~metis+coinhsl~mumps'
# Pin version of OpenBlas for testing results
Expand Down
12 changes: 6 additions & 6 deletions buildsystem/spack/newell/sbatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ cleanup() {
export MY_CLUSTER=newell
cp /qfs/projects/exasgd/src/coinhsl-archive-2019.05.21.tar.gz . &&
. buildsystem/spack/load_spack.sh &&
#spack clean -abm && \ #shouldn't run this everytime...
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 clean -abm && # shouldn't run this everytime...
# 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 - &&
./buildsystem/spack/configure_modules.sh 128

EXIT_CODE=$?
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/spack/newell/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spack:
exago:
require: +raja+hiop+ipopt
hiop:
require: '@develop+sparse+mpi+ginkgo+kron'
require: '@1.0.0+sparse+mpi+ginkgo+kron'
magma:
require: '@2.6.2'
coinhsl:
Expand Down

0 comments on commit 1516a74

Please sign in to comment.