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:
Harmen Stoppels 2022-09-23 11:01:59 +02:00 committed by GitHub
parent e98e27ac3f
commit 2fa9aff206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 17 deletions

View File

@ -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

View File

@ -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'