Commit 07fb1ae 1 parent 4c66169 commit 07fb1ae Copy full SHA for 07fb1ae
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ spack -e $SPACKENV mirror list
11
11
12
12
res=$?
13
13
14
- chmod -R ugo+wrx $SPACK_MIRROR / * &
14
+ chmod -R ugo+wrx $SPACK_MIRROR &
15
15
16
16
exit $res
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ cleanup() {
45
45
export MY_CLUSTER=incline
46
46
cp /qfs/projects/earthshot/src/coinhsl-archive-2019.05.21.tar.gz . &&
47
47
. buildsystem/spack/load_spack.sh &&
48
- spack develop --no-clone --path=$( pwd) exago@develop &&
48
+ spack -e $SPACKENV develop --no-clone --path=$( pwd) exago@develop &&
49
49
mkdir hiop_dev
50
- spack develop --clone --force FORCE --path=$( pwd) /hiop_dev hiop@develop &&
50
+ spack -e $SPACKENV develop --clone --force FORCE --path=$( pwd) /hiop_dev hiop@develop &&
51
51
cd hiop_dev &&
52
52
git submodule update --init --recursive &&
53
53
# git checkout develop && #test out patch
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ export MY_CLUSTER=newell
45
45
cp /qfs/projects/earthshot/src/coinhsl-archive-2019.05.21.tar.gz . &&
46
46
. buildsystem/spack/load_spack.sh &&
47
47
# spack clean -abm && # shouldn't run this everytime...
48
- spack develop --no-clone --path=$( pwd) exago@develop &&
48
+ spack -e $SPACKENV develop --no-clone --path=$( pwd) exago@develop &&
49
49
mkdir hiop_dev
50
- spack develop --clone --force FORCE --path=$( pwd) /hiop_dev hiop@develop &&
50
+ spack -e $SPACKENV develop --clone --force FORCE --path=$( pwd) /hiop_dev hiop@develop &&
51
51
cd hiop_dev &&
52
52
git submodule update --init --recursive &&
53
53
# git checkout develop && #test out patch
You can’t perform that action at this time.
0 commit comments