e4s cray rhel ci stack: re-enable and update for new cpe (#47697)
* e4s cray rhel ci stack: re-enable and update for new cpe, should fix cray libsci issue * only run e4s-cray-rhel stack * Mkae Autotools build_system point at correct build_directory * remove selective enable of cray-rhel stacks * restore SPACK_CI_DISABLE_STACKS * use dot prefix to hide cray-sles jobs instead of comment-out --------- Co-authored-by: Ryan Krattiger <ryan.krattiger@kitware.com>
This commit is contained in:
parent
6f7e881b69
commit
4a8ae59a9e
@ -14,10 +14,10 @@ default:
|
|||||||
image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
|
image: { "name": "ghcr.io/spack/e4s-ubuntu-18.04:v2021-10-18", "entrypoint": [""] }
|
||||||
|
|
||||||
# CI Platform-Arch
|
# CI Platform-Arch
|
||||||
.cray_rhel_zen4:
|
.cray_rhel_x86_64_v3:
|
||||||
variables:
|
variables:
|
||||||
SPACK_TARGET_PLATFORM: "cray-rhel"
|
SPACK_TARGET_PLATFORM: "cray-rhel"
|
||||||
SPACK_TARGET_ARCH: "zen4"
|
SPACK_TARGET_ARCH: "x86_64_v3"
|
||||||
|
|
||||||
.cray_sles_zen4:
|
.cray_sles_zen4:
|
||||||
variables:
|
variables:
|
||||||
@ -876,7 +876,7 @@ aws-pcluster-build-neoverse_v1:
|
|||||||
- cat /proc/meminfo | grep 'MemTotal\|MemFree' || true
|
- cat /proc/meminfo | grep 'MemTotal\|MemFree' || true
|
||||||
|
|
||||||
.generate-cray-rhel:
|
.generate-cray-rhel:
|
||||||
tags: [ "cray-rhel-zen4", "public" ]
|
tags: [ "cray-rhel-x86_64_v3", "public" ]
|
||||||
extends: [ ".generate-cray" ]
|
extends: [ ".generate-cray" ]
|
||||||
|
|
||||||
.generate-cray-sles:
|
.generate-cray-sles:
|
||||||
@ -888,7 +888,7 @@ aws-pcluster-build-neoverse_v1:
|
|||||||
# E4S - Cray RHEL
|
# E4S - Cray RHEL
|
||||||
#######################################
|
#######################################
|
||||||
.e4s-cray-rhel:
|
.e4s-cray-rhel:
|
||||||
extends: [ ".cray_rhel_zen4" ]
|
extends: [ ".cray_rhel_x86_64_v3" ]
|
||||||
variables:
|
variables:
|
||||||
SPACK_CI_STACK_NAME: e4s-cray-rhel
|
SPACK_CI_STACK_NAME: e4s-cray-rhel
|
||||||
|
|
||||||
@ -896,7 +896,6 @@ e4s-cray-rhel-generate:
|
|||||||
extends: [ ".generate-cray-rhel", ".e4s-cray-rhel" ]
|
extends: [ ".generate-cray-rhel", ".e4s-cray-rhel" ]
|
||||||
|
|
||||||
e4s-cray-rhel-build:
|
e4s-cray-rhel-build:
|
||||||
allow_failure: true # libsci_cray.so broken, misses DT_NEEDED for libdl.so
|
|
||||||
extends: [ ".build", ".e4s-cray-rhel" ]
|
extends: [ ".build", ".e4s-cray-rhel" ]
|
||||||
trigger:
|
trigger:
|
||||||
include:
|
include:
|
||||||
@ -915,10 +914,10 @@ e4s-cray-rhel-build:
|
|||||||
variables:
|
variables:
|
||||||
SPACK_CI_STACK_NAME: e4s-cray-sles
|
SPACK_CI_STACK_NAME: e4s-cray-sles
|
||||||
|
|
||||||
e4s-cray-sles-generate:
|
.e4s-cray-sles-generate:
|
||||||
extends: [ ".generate-cray-sles", ".e4s-cray-sles" ]
|
extends: [ ".generate-cray-sles", ".e4s-cray-sles" ]
|
||||||
|
|
||||||
e4s-cray-sles-build:
|
.e4s-cray-sles-build:
|
||||||
allow_failure: true # libsci_cray.so broken, misses DT_NEEDED for libdl.so
|
allow_failure: true # libsci_cray.so broken, misses DT_NEEDED for libdl.so
|
||||||
extends: [ ".build", ".e4s-cray-sles" ]
|
extends: [ ".build", ".e4s-cray-sles" ]
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,31 +1,27 @@
|
|||||||
compilers:
|
compilers:
|
||||||
- compiler:
|
- compiler:
|
||||||
spec: cce@15.0.1
|
spec: cce@=18.0.0
|
||||||
paths:
|
paths:
|
||||||
cc: cc
|
cc: /opt/cray/pe/cce/18.0.0/bin/craycc
|
||||||
cxx: CC
|
cxx: /opt/cray/pe/cce/18.0.0/bin/crayCC
|
||||||
f77: ftn
|
f77: /opt/cray/pe/cce/18.0.0/bin/crayftn
|
||||||
fc: ftn
|
fc: /opt/cray/pe/cce/18.0.0/bin/crayftn
|
||||||
flags: {}
|
flags: {}
|
||||||
operating_system: rhel8
|
operating_system: rhel8
|
||||||
target: any
|
target: x86_64
|
||||||
modules:
|
modules: []
|
||||||
- PrgEnv-cray/8.3.3
|
|
||||||
- cce/15.0.1
|
|
||||||
environment:
|
|
||||||
set:
|
|
||||||
MACHTYPE: x86_64
|
|
||||||
- compiler:
|
|
||||||
spec: gcc@11.2.0
|
|
||||||
paths:
|
|
||||||
cc: gcc
|
|
||||||
cxx: g++
|
|
||||||
f77: gfortran
|
|
||||||
fc: gfortran
|
|
||||||
flags: {}
|
|
||||||
operating_system: rhel8
|
|
||||||
target: any
|
|
||||||
modules:
|
|
||||||
- PrgEnv-gnu
|
|
||||||
- gcc/11.2.0
|
|
||||||
environment: {}
|
environment: {}
|
||||||
|
extra_rpaths: []
|
||||||
|
- compiler:
|
||||||
|
spec: gcc@=8.5.0
|
||||||
|
paths:
|
||||||
|
cc: /usr/bin/gcc
|
||||||
|
cxx: /usr/bin/g++
|
||||||
|
f77: /usr/bin/gfortran
|
||||||
|
fc: /usr/bin/gfortran
|
||||||
|
flags: {}
|
||||||
|
operating_system: rhel8
|
||||||
|
target: x86_64
|
||||||
|
modules: []
|
||||||
|
environment: {}
|
||||||
|
extra_rpaths: []
|
@ -1,16 +1,15 @@
|
|||||||
packages:
|
packages:
|
||||||
# EXTERNALS
|
|
||||||
cray-mpich:
|
cray-mpich:
|
||||||
buildable: false
|
buildable: false
|
||||||
externals:
|
externals:
|
||||||
- spec: cray-mpich@8.1.25 %cce@15.0.1
|
- spec: cray-mpich@8.1.30 %cce
|
||||||
prefix: /opt/cray/pe/mpich/8.1.25/ofi/cray/10.0
|
prefix: /opt/cray/pe/mpich/8.1.30/ofi/cray/18.0
|
||||||
modules:
|
modules:
|
||||||
- cray-mpich/8.1.25
|
- cray-mpich/8.1.30
|
||||||
cray-libsci:
|
cray-libsci:
|
||||||
buildable: false
|
buildable: false
|
||||||
externals:
|
externals:
|
||||||
- spec: cray-libsci@23.02.1.1 %cce@15.0.1
|
- spec: cray-libsci@24.07.0 %cce
|
||||||
prefix: /opt/cray/pe/libsci/23.02.1.1/CRAY/9.0/x86_64/
|
prefix: /opt/cray/pe/libsci/24.07.0/CRAY/18.0/x86_64/
|
||||||
modules:
|
modules:
|
||||||
- cray-libsci/23.02.1.1
|
- cray-libsci/24.07.0
|
@ -0,0 +1,4 @@
|
|||||||
|
ci:
|
||||||
|
pipeline-gen:
|
||||||
|
- build-job:
|
||||||
|
tags: ["cray-rhel-x86_64_v3"]
|
@ -1,4 +0,0 @@
|
|||||||
ci:
|
|
||||||
pipeline-gen:
|
|
||||||
- build-job:
|
|
||||||
tags: ["cray-rhel-zen4"]
|
|
@ -10,8 +10,7 @@ spack:
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
all:
|
all:
|
||||||
prefer:
|
require: "%cce@18.0.0 target=x86_64_v3"
|
||||||
- "%cce"
|
|
||||||
compiler: [cce]
|
compiler: [cce]
|
||||||
providers:
|
providers:
|
||||||
blas: [cray-libsci]
|
blas: [cray-libsci]
|
||||||
@ -19,17 +18,15 @@ spack:
|
|||||||
mpi: [cray-mpich]
|
mpi: [cray-mpich]
|
||||||
tbb: [intel-tbb]
|
tbb: [intel-tbb]
|
||||||
scalapack: [netlib-scalapack]
|
scalapack: [netlib-scalapack]
|
||||||
target: [zen4]
|
|
||||||
variants: +mpi
|
variants: +mpi
|
||||||
|
ncurses:
|
||||||
|
require: +termlib ldflags=-Wl,--undefined-version
|
||||||
tbb:
|
tbb:
|
||||||
require: "intel-tbb"
|
require: "intel-tbb"
|
||||||
binutils:
|
binutils:
|
||||||
variants: +ld +gold +headers +libiberty ~nls
|
variants: +ld +gold +headers +libiberty ~nls
|
||||||
boost:
|
boost:
|
||||||
variants: +python +filesystem +iostreams +system
|
variants: +python +filesystem +iostreams +system
|
||||||
cuda:
|
|
||||||
version: [11.7.0]
|
|
||||||
elfutils:
|
elfutils:
|
||||||
variants: ~nls
|
variants: ~nls
|
||||||
require: "%gcc"
|
require: "%gcc"
|
||||||
@ -39,20 +36,14 @@ spack:
|
|||||||
variants: +fortran +hl +shared
|
variants: +fortran +hl +shared
|
||||||
libfabric:
|
libfabric:
|
||||||
variants: fabrics=sockets,tcp,udp,rxm
|
variants: fabrics=sockets,tcp,udp,rxm
|
||||||
libunwind:
|
|
||||||
variants: +pic +xz
|
|
||||||
mgard:
|
mgard:
|
||||||
require:
|
require:
|
||||||
- "@2023-01-10:"
|
- "@2023-01-10:"
|
||||||
mpich:
|
mpich:
|
||||||
variants: ~wrapperrpath
|
variants: ~wrapperrpath
|
||||||
ncurses:
|
|
||||||
variants: +termlib
|
|
||||||
paraview:
|
paraview:
|
||||||
# Don't build GUI support or GLX rendering for HPC/container deployments
|
# Don't build GUI support or GLX rendering for HPC/container deployments
|
||||||
require: "@5.11 ~qt ^[virtuals=gl] osmesa"
|
require: "~qt ^[virtuals=gl] osmesa"
|
||||||
python:
|
|
||||||
version: [3.8.13]
|
|
||||||
trilinos:
|
trilinos:
|
||||||
require:
|
require:
|
||||||
- one_of: [+amesos +amesos2 +anasazi +aztec +boost +epetra +epetraext +ifpack
|
- one_of: [+amesos +amesos2 +anasazi +aztec +boost +epetra +epetraext +ifpack
|
||||||
@ -63,12 +54,6 @@ spack:
|
|||||||
- one_of: [~ml ~muelu ~zoltan2 ~teko, +ml +muelu +zoltan2 +teko]
|
- one_of: [~ml ~muelu ~zoltan2 ~teko, +ml +muelu +zoltan2 +teko]
|
||||||
- one_of: [+superlu-dist, ~superlu-dist]
|
- one_of: [+superlu-dist, ~superlu-dist]
|
||||||
- one_of: [+shylu, ~shylu]
|
- one_of: [+shylu, ~shylu]
|
||||||
xz:
|
|
||||||
variants: +pic
|
|
||||||
mesa:
|
|
||||||
version: [21.3.8]
|
|
||||||
unzip:
|
|
||||||
require: "%gcc"
|
|
||||||
|
|
||||||
specs:
|
specs:
|
||||||
# CPU
|
# CPU
|
||||||
@ -76,62 +61,43 @@ spack:
|
|||||||
- aml
|
- aml
|
||||||
- arborx
|
- arborx
|
||||||
- argobots
|
- argobots
|
||||||
- bolt
|
|
||||||
- butterflypack
|
|
||||||
- boost +python +filesystem +iostreams +system
|
- boost +python +filesystem +iostreams +system
|
||||||
- cabana
|
- cabana
|
||||||
- caliper
|
|
||||||
- chai
|
- chai
|
||||||
- charliecloud
|
|
||||||
- conduit
|
- conduit
|
||||||
# - cp2k +mpi # libxsmm: ftn-78 ftn: ERROR in command linel; The -f option has an invalid argument, "tree-vectorize".
|
|
||||||
- datatransferkit
|
- datatransferkit
|
||||||
- flecsi
|
- flecsi
|
||||||
- flit
|
- flit
|
||||||
- flux-core
|
|
||||||
- fortrilinos
|
|
||||||
- ginkgo
|
- ginkgo
|
||||||
- globalarrays
|
- globalarrays
|
||||||
- gmp
|
- gmp
|
||||||
- gotcha
|
- gotcha
|
||||||
- h5bench
|
- h5bench
|
||||||
- hdf5-vol-async
|
- hdf5-vol-async
|
||||||
- hdf5-vol-cache
|
- hdf5-vol-cache cflags=-Wno-error=incompatible-function-pointer-types
|
||||||
- hdf5-vol-log
|
- hdf5-vol-log
|
||||||
- heffte +fftw
|
- heffte +fftw
|
||||||
- hpx max_cpu_count=512 networking=mpi
|
|
||||||
- hypre
|
- hypre
|
||||||
- kokkos +openmp
|
- kokkos +openmp
|
||||||
- kokkos-kernels +openmp
|
- kokkos-kernels +openmp
|
||||||
- lammps
|
|
||||||
- legion
|
- legion
|
||||||
- libnrm
|
- libnrm
|
||||||
#- libpressio +bitgrooming +bzip2 ~cuda ~cusz +fpzip +hdf5 +libdistributed +lua +openmp +python +sz +sz3 +unix +zfp +json +remote +netcdf +mgard # mgard:
|
|
||||||
- libquo
|
- libquo
|
||||||
- libunwind
|
- libunwind
|
||||||
- mercury
|
- mercury
|
||||||
- metall
|
- metall
|
||||||
- mfem
|
- mfem
|
||||||
# - mgard +serial +openmp +timing +unstructured ~cuda # mgard
|
|
||||||
- mpark-variant
|
- mpark-variant
|
||||||
- mpifileutils ~xattr
|
- mpifileutils ~xattr cflags=-Wno-error=implicit-function-declaration
|
||||||
- nccmp
|
- nccmp
|
||||||
- nco
|
- nco
|
||||||
- netlib-scalapack
|
- netlib-scalapack cflags=-Wno-error=implicit-function-declaration
|
||||||
- omega-h
|
|
||||||
- openmpi
|
|
||||||
- openpmd-api ^adios2~mgard
|
- openpmd-api ^adios2~mgard
|
||||||
- papi
|
|
||||||
- papyrus
|
- papyrus
|
||||||
- pdt
|
- pdt
|
||||||
- petsc
|
- petsc
|
||||||
- plumed
|
|
||||||
- precice
|
- precice
|
||||||
- pumi
|
- pumi
|
||||||
- py-h5py +mpi
|
|
||||||
- py-h5py ~mpi
|
|
||||||
- py-libensemble +mpi +nlopt
|
|
||||||
- py-petsc4py
|
|
||||||
- qthreads scheduler=distrib
|
- qthreads scheduler=distrib
|
||||||
- raja
|
- raja
|
||||||
- slate ~cuda
|
- slate ~cuda
|
||||||
@ -144,8 +110,7 @@ spack:
|
|||||||
- swig@4.0.2-fortran
|
- swig@4.0.2-fortran
|
||||||
- sz3
|
- sz3
|
||||||
- tasmanian
|
- tasmanian
|
||||||
- tau +mpi +python
|
- trilinos +belos +ifpack2 +stokhos
|
||||||
- trilinos@13.0.1 +belos +ifpack2 +stokhos
|
|
||||||
- turbine
|
- turbine
|
||||||
- umap
|
- umap
|
||||||
- umpire
|
- umpire
|
||||||
@ -155,27 +120,47 @@ spack:
|
|||||||
# - alquimia # pflotran: petsc-3.19.4-c6pmpdtpzarytxo434zf76jqdkhdyn37/lib/petsc/conf/rules:169: material_aux.o] Error 1: fortran errors
|
# - alquimia # pflotran: petsc-3.19.4-c6pmpdtpzarytxo434zf76jqdkhdyn37/lib/petsc/conf/rules:169: material_aux.o] Error 1: fortran errors
|
||||||
# - amrex # disabled temporarily pending resolution of unreproducible CI failure
|
# - amrex # disabled temporarily pending resolution of unreproducible CI failure
|
||||||
# - axom # axom: CMake Error at axom/sidre/cmake_install.cmake:154 (file): file INSTALL cannot find "/tmp/gitlab-runner-2/spack-stage/spack-stage-axom-0.8.1-jvol6riu34vuyqvrd5ft2gyhrxdqvf63/spack-build-jvol6ri/lib/fortran/axom_spio.mod": No such file or directory.
|
# - axom # axom: CMake Error at axom/sidre/cmake_install.cmake:154 (file): file INSTALL cannot find "/tmp/gitlab-runner-2/spack-stage/spack-stage-axom-0.8.1-jvol6riu34vuyqvrd5ft2gyhrxdqvf63/spack-build-jvol6ri/lib/fortran/axom_spio.mod": No such file or directory.
|
||||||
|
# - bolt # ld.lld: error: CMakeFiles/bolt-omp.dir/kmp_gsupport.cpp.o: symbol GOMP_atomic_end@@GOMP_1.0 has undefined version GOMP_1.0
|
||||||
# - bricks # bricks: clang-15: error: clang frontend command failed with exit code 134 (use -v to see invocation)
|
# - bricks # bricks: clang-15: error: clang frontend command failed with exit code 134 (use -v to see invocation)
|
||||||
|
# - butterflypack ^netlib-scalapack cflags=-Wno-error=implicit-function-declaration # ftn-2116 ftn: INTERNAL "driver" was terminated due to receipt of signal 01: Hangup.
|
||||||
|
# - caliper # papi: papi_internal.c:124:3: error: use of undeclared identifier '_papi_hwi_my_thread'; did you mean '_papi_hwi_read'?
|
||||||
|
# - charliecloud # libxcrypt-4.4.35: ld.lld: error: version script assignment of 'XCRYPT_2.0' to symbol 'xcrypt_r' failed: symbol not defined
|
||||||
|
# - cp2k +mpi # libxsmm: ftn-78 ftn: ERROR in command linel; The -f option has an invalid argument, "tree-vectorize".
|
||||||
# - dealii # llvm@14.0.6: ?; intel-tbb@2020.3: clang-15: error: unknown argument: '-flifetime-dse=1'; assimp@5.2.5: clang-15: error: clang frontend command failed with exit code 134 (use -v to see invocation)
|
# - dealii # llvm@14.0.6: ?; intel-tbb@2020.3: clang-15: error: unknown argument: '-flifetime-dse=1'; assimp@5.2.5: clang-15: error: clang frontend command failed with exit code 134 (use -v to see invocation)
|
||||||
# - dyninst # requires %gcc
|
# - dyninst # requires %gcc
|
||||||
# - ecp-data-vis-sdk ~cuda ~rocm +adios2 +ascent +cinema +darshan +faodel +hdf5 +paraview +pnetcdf +sz +unifyfs +veloc ~visit +vtkm +zfp ^hdf5@1.14 # llvm@14.0.6: ?;
|
# - ecp-data-vis-sdk ~cuda ~rocm +adios2 +ascent +cinema +darshan +faodel +hdf5 +paraview +pnetcdf +sz +unifyfs +veloc ~visit +vtkm +zfp ^hdf5@1.14 # llvm@14.0.6: ?;
|
||||||
# - exaworks # rust: ld.lld: error: relocation R_X86_64_32 cannot be used against local symbol; recompile with -fPIC'; defined in /opt/cray/pe/cce/15.0.1/cce/x86_64/lib/no_mmap.o, referenced by /opt/cray/pe/cce/15.0.1/cce/x86_64/lib/no_mmap.o:(__no_mmap_for_malloc)
|
# - exaworks # rust: ld.lld: error: relocation R_X86_64_32 cannot be used against local symbol; recompile with -fPIC'; defined in /opt/cray/pe/cce/15.0.1/cce/x86_64/lib/no_mmap.o, referenced by /opt/cray/pe/cce/15.0.1/cce/x86_64/lib/no_mmap.o:(__no_mmap_for_malloc)
|
||||||
|
# - flux-core # libxcrypt-4.4.35: ld.lld: error: version script assignment of 'XCRYPT_2.0' to symbol 'xcrypt_r' failed: symbol not defined
|
||||||
|
# - fortrilinos # trilinos-14.0.0: packages/teuchos/core/src/Teuchos_BigUIntDecl.hpp:67:8: error: no type named 'uint32_t' in namespace 'std'
|
||||||
# - gasnet # configure error: User requested --enable-ofi but I don't know how to build ofi programs for your system
|
# - gasnet # configure error: User requested --enable-ofi but I don't know how to build ofi programs for your system
|
||||||
# - gptune # py-scipy: meson.build:82:0: ERROR: Unknown compiler(s): [['/home/gitlab-runner-3/builds/dWfnZWPh/0/spack/spack/lib/spack/env/cce/ftn']]
|
# - gptune # py-scipy: meson.build:82:0: ERROR: Unknown compiler(s): [['/home/gitlab-runner-3/builds/dWfnZWPh/0/spack/spack/lib/spack/env/cce/ftn']]
|
||||||
# - hpctoolkit # dyninst requires %gcc
|
# - hpctoolkit # dyninst requires %gcc
|
||||||
|
# - hpx max_cpu_count=512 networking=mpi # libxcrypt-4.4.35
|
||||||
|
# - lammps # lammps-20240829.1: Reversed (or previously applied) patch detected! Assume -R? [n]
|
||||||
|
# - libpressio +bitgrooming +bzip2 ~cuda ~cusz +fpzip +hdf5 +libdistributed +lua +openmp +python +sz +sz3 +unix +zfp +json +remote +netcdf +mgard # mgard:
|
||||||
|
# - mgard +serial +openmp +timing +unstructured ~cuda # mgard
|
||||||
# - nrm # py-scipy: meson.build:82:0: ERROR: Unknown compiler(s): [['/home/gitlab-runner-3/builds/dWfnZWPh/0/spack/spack/lib/spack/env/cce/ftn']]
|
# - nrm # py-scipy: meson.build:82:0: ERROR: Unknown compiler(s): [['/home/gitlab-runner-3/builds/dWfnZWPh/0/spack/spack/lib/spack/env/cce/ftn']]
|
||||||
# - nvhpc # requires %gcc
|
# - nvhpc # requires %gcc
|
||||||
|
# - omega-h # trilinos-13.4.1: packages/kokkos/core/src/impl/Kokkos_MemoryPool.cpp:112:48: error: unknown type name 'uint32_t'
|
||||||
|
# - openmpi # libxcrypt-4.4.35: ld.lld: error: version script assignment of 'XCRYPT_2.0' to symbol 'xcrypt_r' failed: symbol not defined
|
||||||
|
# - papi # papi_internal.c:124:3: error: use of undeclared identifier '_papi_hwi_my_thread'; did you mean '_papi_hwi_read'?
|
||||||
# - parsec ~cuda # parsec: parsec/fortran/CMakeFiles/parsec_fortran.dir/parsecf.F90.o: ftn-2103 ftn: WARNING in command line. The -W extra option is not supported or invalid and will be ignored.
|
# - parsec ~cuda # parsec: parsec/fortran/CMakeFiles/parsec_fortran.dir/parsecf.F90.o: ftn-2103 ftn: WARNING in command line. The -W extra option is not supported or invalid and will be ignored.
|
||||||
# - phist # fortran_bindings/CMakeFiles/phist_fort.dir/phist_testing.F90.o: ftn-78 ftn: ERROR in command line. The -f option has an invalid argument, "no-math-errno".
|
# - phist # fortran_bindings/CMakeFiles/phist_fort.dir/phist_testing.F90.o: ftn-78 ftn: ERROR in command line. The -f option has an invalid argument, "no-math-errno".
|
||||||
# - plasma # %cce conflict
|
# - plasma # %cce conflict
|
||||||
|
# - plumed # libxcrypt-4.4.35: ld.lld: error: version script assignment of 'XCRYPT_2.0' to symbol 'xcrypt_r' failed: symbol not defined
|
||||||
|
# - py-h5py +mpi # libxcrypt-4.4.35: ld.lld: error: version script assignment of 'XCRYPT_2.0' to symbol 'xcrypt_r' failed: symbol not defined
|
||||||
|
# - py-h5py ~mpi # libxcrypt-4.4.35: ld.lld: error: version script assignment of 'XCRYPT_2.0' to symbol 'xcrypt_r' failed: symbol not defined
|
||||||
# - py-jupyterhub # rust: ld.lld: error: relocation R_X86_64_32 cannot be used against local symbol; recompile with -fPIC'; defined in /opt/cray/pe/cce/15.0.1/cce/x86_64/lib/no_mmap.o, referenced by /opt/cray/pe/cce/15.0.1/cce/x86_64/lib/no_mmap.o:(__no_mmap_for_malloc)
|
# - py-jupyterhub # rust: ld.lld: error: relocation R_X86_64_32 cannot be used against local symbol; recompile with -fPIC'; defined in /opt/cray/pe/cce/15.0.1/cce/x86_64/lib/no_mmap.o, referenced by /opt/cray/pe/cce/15.0.1/cce/x86_64/lib/no_mmap.o:(__no_mmap_for_malloc)
|
||||||
|
# - py-libensemble +mpi +nlopt # libxcrypt-4.4.35: ld.lld: error: version script assignment of 'XCRYPT_2.0' to symbol 'xcrypt_r' failed: symbol not defined
|
||||||
|
# - py-petsc4py # libxcrypt-4.4.35: ld.lld: error: version script assignment of 'XCRYPT_2.0' to symbol 'xcrypt_r' failed: symbol not defined
|
||||||
# - quantum-espresso # quantum-espresso: CMake Error at cmake/FindSCALAPACK.cmake:503 (message): A required library with SCALAPACK API not found. Please specify library
|
# - quantum-espresso # quantum-espresso: CMake Error at cmake/FindSCALAPACK.cmake:503 (message): A required library with SCALAPACK API not found. Please specify library
|
||||||
# - scr # scr: make[2]: *** [examples/CMakeFiles/test_ckpt_F.dir/build.make:112: examples/test_ckpt_F] Error 1: /opt/cray/pe/cce/15.0.1/binutils/x86_64/x86_64-pc-linux-gnu/bin/ld: /opt/cray/pe/mpich/8.1.25/ofi/cray/10.0/lib/libmpi_cray.so: undefined reference to `PMI_Barrier'
|
# - scr # scr: make[2]: *** [examples/CMakeFiles/test_ckpt_F.dir/build.make:112: examples/test_ckpt_F] Error 1: /opt/cray/pe/cce/15.0.1/binutils/x86_64/x86_64-pc-linux-gnu/bin/ld: /opt/cray/pe/mpich/8.1.25/ofi/cray/10.0/lib/libmpi_cray.so: undefined reference to `PMI_Barrier'
|
||||||
# - strumpack ~slate # strumpack: [test/CMakeFiles/test_HSS_seq.dir/build.make:117: test/test_HSS_seq] Error 1: ld.lld: error: undefined reference due to --no-allow-shlib-undefined: mpi_abort_
|
# - strumpack ~slate # strumpack: [test/CMakeFiles/test_HSS_seq.dir/build.make:117: test/test_HSS_seq] Error 1: ld.lld: error: undefined reference due to --no-allow-shlib-undefined: mpi_abort_
|
||||||
|
# - tau +mpi +python # libelf: configure: error: installation or configuration problem: C compiler cannot create executables.; papi: papi_internal.c:124:3: error: use of undeclared identifier '_papi_hwi_my_thread'; did you mean '_papi_hwi_read'?
|
||||||
# - upcxx # upcxx: configure error: User requested --enable-ofi but I don't know how to build ofi programs for your system
|
# - upcxx # upcxx: configure error: User requested --enable-ofi but I don't know how to build ofi programs for your system
|
||||||
# - variorum # variorum: /opt/cray/pe/cce/15.0.1/binutils/x86_64/x86_64-pc-linux-gnu/bin/ld: /opt/cray/pe/lib64/libpals.so.0: undefined reference to `json_array_append_new@@libjansson.so.4'
|
# - variorum # variorum: /opt/cray/pe/cce/15.0.1/binutils/x86_64/x86_64-pc-linux-gnu/bin/ld: /opt/cray/pe/lib64/libpals.so.0: undefined reference to `json_array_append_new@@libjansson.so.4'
|
||||||
# - xyce +mpi +shared +pymi +pymi_static_tpls ^trilinos~shylu # openblas: ftn-2307 ftn: ERROR in command line: The "-m" option must be followed by 0, 1, 2, 3 or 4.; make[2]: *** [<builtin>: spotrf2.o] Error 1; make[1]: *** [Makefile:27: lapacklib] Error 2; make: *** [Makefile:250: netlib] Error 2
|
|
||||||
# - warpx +python # py-scipy: meson.build:82:0: ERROR: Unknown compiler(s): [['/home/gitlab-runner-3/builds/dWfnZWPh/0/spack/spack/lib/spack/env/cce/ftn']]
|
# - warpx +python # py-scipy: meson.build:82:0: ERROR: Unknown compiler(s): [['/home/gitlab-runner-3/builds/dWfnZWPh/0/spack/spack/lib/spack/env/cce/ftn']]
|
||||||
|
# - xyce +mpi +shared +pymi +pymi_static_tpls ^trilinos~shylu # openblas: ftn-2307 ftn: ERROR in command line: The "-m" option must be followed by 0, 1, 2, 3 or 4.; make[2]: *** [<builtin>: spotrf2.o] Error 1; make[1]: *** [Makefile:27: lapacklib] Error 2; make: *** [Makefile:250: netlib] Error 2
|
||||||
|
|
||||||
cdash:
|
cdash:
|
||||||
build-group: E4S Cray
|
build-group: E4S Cray
|
||||||
|
Loading…
Reference in New Issue
Block a user