File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments