@@ -44,15 +44,16 @@ skip_aarch=["-intel\\b","lustre-client","-impi\\b","-mvapich2\\b","likwid-gnu","
4444skip_x86 = [" -arm1" ," gnu15-impi" ]
4545
4646# define compiler/MPI families: first entry in list is defined to be parent in OBS
47- compiler_families=[" gnu14 " , " intel" , " gnu15 " ]
47+ compiler_families=[" gnu15 " , " intel" ]
4848mpi_families=[" openmpi5" ," mpich" ," mvapich2" ," impi" ]
49- compiler_dependent = [" ! openmpi" , " ! mpich" , " ! mvapich2" , " ! openblas" , " ! R" , " ! likwid" ,
50- " !pdtoolkit" , " ! gsl" , " ! metis" , " ! superlu" , " ! scotch" ,
51- " ! numpy" , " ! plasma" , " ! hdf5" , " ! gotcha" , " ! cubew" , " ! cubelib" , " ! opari2" ]
49+ compiler_dependent = [" openmpi" , " mpich" , " mvapich2" , " openblas" , " R" , " likwid" ,
50+ " !pdtoolkit" , " gsl" , " metis" , " superlu" , " scotch" ,
51+ " numpy" , " plasma" , " hdf5" , " gotcha" , " cubew" , " cubelib" , " opari2" ]
5252
5353standalone = [" docs" , " test-suite" , " warewulf" , " gnu-compilers" , " ohpc-filesystem" ,
5454 " cmake" , " pdsh" , " intel-compilers-devel" ," autoconf" ," automake" , " pmix" ,
5555 " impi-devel" , " meta-packages" , " easybuild" , " spack" , " hwloc" , " ucx" ,
56+ " libfabric" , " python-Cython" , " openpbs" ,
5657 " lmod" , " genders" , " hpc-workspace" , " valgrind" , " slurm" , " cuda-devel" ]
5758
5859# mpi_dependent = ["otf2", "sionlib", "!fftw", "scalapack",
@@ -63,10 +64,10 @@ standalone = ["docs", "test-suite", "warewulf", "gnu-compilers", "ohpc-filesyste
6364# "!trilinos", "petsc", "!slepc", "superlu_dist", "mfem"]
6465skip_on_distro_openEuler_22.03 = [" -arm1" ," -intel" ," -impi" ," impi-devel" ," intel-compilers-devel" ,
6566 " arm-compilers-devel" ," warewulf" ," cuda-devel" ]
66- openblas_compiler=[" gnu14 " , " gnu15" ]
67- R_compiler=[" gnu14 " , " gnu15" ]
68- opencoarrays_compiler=[" gnu14 " , " gnu15" ]
69- scipy_compiler=[" gnu14 " , " gnu15" ]
67+ openblas_compiler=[" gnu15" ]
68+ R_compiler=[" gnu15" ]
69+ opencoarrays_compiler=[" gnu15" ]
70+ scipy_compiler=[" gnu15" ]
7071mpi_dependent_to_non_mpi=[" netcdf" ," netcdf-fortran" ," netcdf-cxx" ]
7172with_ucx=[" mpich" ]
7273with_pmix=[" openmpi" ]
0 commit comments