easybuilders / easybuild

EasyBuild - building software with ease
http://easybuild.io
GNU General Public License v2.0
456 stars 142 forks source link

ELPA-2022.05.001-foss-2022b-CUDA-12.0.0.eb compiled success with V100 but failed with A100 #882

Closed fangrh closed 4 months ago

fangrh commented 7 months ago

I have successful build the eb package ELPA-2022.05.001-foss-2022b-CUDA-12.0.0.eb alone with V100 Nvidia GPU. But when I switch to using the A100 Nvidia GPU. It failed and throw the error blow.

failed (err: 'build failed (first 300 chars): cmd "./autogen.sh && export LDFLAGS="-lm $LDFLAGS" && autoreconf && ./configure --prefix=/scratch/work/fangr1/easybuild/software/ELPA/2022.05.001-foss-2022b-CUDA-12.0.0-a100 --disable-openmp --enable-shared --enable-generic --enable-single-precision --enable-avx --enable-avx2 --disable-avx512')

boegel commented 7 months ago

@fangrh We'll need more information here, can you dig up the actual errors from the EasyBuild log?

fangrh commented 6 months ago

Hi, I have found the key problem and this is not easybuild's fault. In our cluster the A100 is together with AMD CPU. But I compiled other dependencies in intel CPU.

ocaisa commented 4 months ago

This looks like it is resolved