Skip to content

Commit 0b94a69

Browse files
authored
[deception-rebuild]
1 parent c961ead commit 0b94a69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildsystem/spack/configure_modules.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ base="./buildsystem/spack/${MY_CLUSTER,,""""}"
1010
# Printing out loaded modules for debugging...
1111
module list
1212

13+
echo $SPACKENV
14+
1315
# This assumes that we are installing from a binary mirror, and don't want to fetch files
1416
# Make sure to use binary_mirror.sh if this is failing
15-
spack -e $SPACKENV install -j $1 && \
17+
spack install -j $1 && \
1618

1719
# This deletes the previous modules that are installed
1820
# Either use a different module path than other users, or deal with frequent updates

0 commit comments

Comments
 (0)