File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 5
5
view : false
6
6
concretizer :
7
7
unify : when_possible
8
- reuse : true
8
+ reuse : false
9
9
config :
10
10
concretizer : clingo
11
11
install_tree :
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ export MY_CLUSTER=incline
46
46
cp /qfs/projects/exasgd/src/coinhsl-archive-2019.05.21.tar.gz . &&
47
47
. buildsystem/spack/load_spack.sh &&
48
48
spack develop --no-clone --path=$( pwd) exago@develop &&
49
- spack develop --clone --force FORCE --path=$( pwd) /hiop hiop@develop &&
50
- cd $( pwd) /hiop &&
51
- git submodule update --init --recursive &&
52
- cd - &&
49
+ # spack develop --clone --force FORCE --path=$(pwd)/hiop hiop@develop &&
50
+ # cd $(pwd)/hiop &&
51
+ # git submodule update --init --recursive &&
52
+ # cd - &&
53
53
buildsystem/spack/configure_modules.sh 24
54
54
55
55
EXIT_CODE=$?
Original file line number Diff line number Diff line change 3
3
-
exago@develop%[email protected] amdgpu_target=gfx908
4
4
view : false
5
5
concretizer :
6
+ unify : when_possible
6
7
reuse : false
7
8
config :
8
9
install_tree :
55
56
require : ~python+raja+hiop+rocm+ipopt
56
57
hiop :
57
58
# TODO - build with Ginkgo #463
58
- require : ' @develop+sparse+mpi+raja+rocm~ginkgo+kron'
59
+ # TODO - updgrade to develop / 1.0.0
60
+ require : ' @0.7.2+sparse+mpi+raja+rocm~ginkgo+kron'
59
61
ipopt :
60
62
require : ' @3.12.10~metis+coinhsl~mumps'
61
63
# Pin version of OpenBlas for testing results
You can’t perform that action at this time.
0 commit comments