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
# - 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:
- bwa
# Depends on simde which requires newer compiler?
@ -133,11 +127,6 @@ spack:
specs:
- matrix:
- - $cuda_specs
- - $compiler
- - $target
- matrix:
- - $app_specs
- - $compiler

View file

@ -30,18 +30,12 @@ spack:
- ascent
- blt
- caliper
- caliper +cuda cuda_arch=70
- camp
- camp +cuda
- chai
- chai +cuda +raja
- mfem
- mfem +superlu-dist+petsc+sundials
- mfem +cuda cuda_arch=70 ^hypre+cuda
- raja
- raja +cuda cuda_arch=70
- umpire
- umpire +cuda
- compiler:
- '%gcc@7.3.1'