gitlab: cuda not compatible amazon linux 2 (#32678)
amazon linux 2 ships a glibc that is too old to work with cuda toolkit for aarch64. For example: `libcurand.so.10.2.10.50` requires the symbol `logf@@GLIBC_2.27`, but glibc is at 2.26. So, these specs are removed.
This commit is contained in:
parent
e98e27ac3f
commit
2fa9aff206
@ -70,12 +70,6 @@ spack:
|
|||||||
# - intel-oneapi-compilers@2022.1
|
# - intel-oneapi-compilers@2022.1
|
||||||
# - nvhpc
|
# - nvhpc
|
||||||
|
|
||||||
- cuda_specs:
|
|
||||||
# Depends on ctffind which embeds fsincos (x86-specific asm) within code. Will not build on ARM
|
|
||||||
#- relion +cuda cuda_arch=70
|
|
||||||
- raja +cuda cuda_arch=70
|
|
||||||
- mfem +cuda cuda_arch=70
|
|
||||||
|
|
||||||
- app_specs:
|
- app_specs:
|
||||||
- bwa
|
- bwa
|
||||||
# Depends on simde which requires newer compiler?
|
# Depends on simde which requires newer compiler?
|
||||||
@ -133,11 +127,6 @@ spack:
|
|||||||
|
|
||||||
specs:
|
specs:
|
||||||
|
|
||||||
- matrix:
|
|
||||||
- - $cuda_specs
|
|
||||||
- - $compiler
|
|
||||||
- - $target
|
|
||||||
|
|
||||||
- matrix:
|
- matrix:
|
||||||
- - $app_specs
|
- - $app_specs
|
||||||
- - $compiler
|
- - $compiler
|
||||||
|
@ -30,18 +30,12 @@ spack:
|
|||||||
- ascent
|
- ascent
|
||||||
- blt
|
- blt
|
||||||
- caliper
|
- caliper
|
||||||
- caliper +cuda cuda_arch=70
|
|
||||||
- camp
|
- camp
|
||||||
- camp +cuda
|
|
||||||
- chai
|
- chai
|
||||||
- chai +cuda +raja
|
|
||||||
- mfem
|
- mfem
|
||||||
- mfem +superlu-dist+petsc+sundials
|
- mfem +superlu-dist+petsc+sundials
|
||||||
- mfem +cuda cuda_arch=70 ^hypre+cuda
|
|
||||||
- raja
|
- raja
|
||||||
- raja +cuda cuda_arch=70
|
|
||||||
- umpire
|
- umpire
|
||||||
- umpire +cuda
|
|
||||||
|
|
||||||
- compiler:
|
- compiler:
|
||||||
- '%gcc@7.3.1'
|
- '%gcc@7.3.1'
|
||||||
|
Loading…
Reference in New Issue
Block a user