Skip to content

Commit 07fb1ae

Browse files
authored
add changes to incline and newell [incline-rebuild] [newell-rebuild]
1 parent 4c66169 commit 07fb1ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

buildsystem/spack/binary_mirror.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ spack -e $SPACKENV mirror list
1111

1212
res=$?
1313

14-
chmod -R ugo+wrx $SPACK_MIRROR/* &
14+
chmod -R ugo+wrx $SPACK_MIRROR &
1515

1616
exit $res

buildsystem/spack/incline/sbatch.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ cleanup() {
4545
export MY_CLUSTER=incline
4646
cp /qfs/projects/earthshot/src/coinhsl-archive-2019.05.21.tar.gz . &&
4747
. 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 &&
4949
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 &&
5151
cd hiop_dev &&
5252
git submodule update --init --recursive &&
5353
#git checkout develop && #test out patch

buildsystem/spack/newell/sbatch.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export MY_CLUSTER=newell
4545
cp /qfs/projects/earthshot/src/coinhsl-archive-2019.05.21.tar.gz . &&
4646
. buildsystem/spack/load_spack.sh &&
4747
# 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 &&
4949
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 &&
5151
cd hiop_dev &&
5252
git submodule update --init --recursive &&
5353
#git checkout develop && #test out patch

0 commit comments

Comments
 (0)