Skip to content

Commit b2cf90e

Browse files
committed
cleanup
1 parent 242d42f commit b2cf90e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.jenkins/Jenkinsfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,24 +140,23 @@ pipeline {
140140
rm ~/.spack/linux/compilers.yaml
141141
fi
142142
143-
spack install hip+cuda || true
144143
145144
if [ ! -f $SPACK_SYSTEM_CONFIG_PATH/config.yaml ]; then
146145
touch $SPACK_SYSTEM_CONFIG_PATH/config.yaml
147146
echo "config:" >> $SPACK_SYSTEM_CONFIG_PATH/config.yaml
148147
echo " install_tree:" >> $SPACK_SYSTEM_CONFIG_PATH/config.yaml
149148
echo " root: $SGSSCRATCH/spack/opt/spack" >> $SPACK_SYSTEM_CONFIG_PATH/config.yaml
150-
echo " build_jops: $(nproc)" >> $SPACK_SYSTEM_CONFIG_PATH/config.yaml
149+
echo " build_jops: $(nproc)" >> $SPACK_SYSTEM_CONFIG_PATH/config.yaml spack info
151150
echo " build_stage:" >> $SPACK_SYSTEM_CONFIG_PATH/config.yaml
152151
echo " - /data/scratch/jenkins/spack_tmp" >> $SPACK_SYSTEM_CONFIG_PATH/config.yaml
153152
fi
154153
155154
bash
156155
spack external find --scope system || true
157-
spack external find --scope system cuda || true
156+
spack external find --scope system cuda hip || true
158157
159158
spack uninstall -a -y plssvm@develop || true
160-
spack clean -a || true
159+
161160
162161
if [ -d ${WORKSPACE}/plssvm ]; then
163162
cd ${WORKSPACE}/plssvm

0 commit comments

Comments
 (0)