Skip to content

Commit ce7ee6e

Browse files
authored
Merge pull request #39 from openhpc/2025-08-03-obs
feat: enable additional packages and reorganize obs config
2 parents 9899888 + 604e5f9 commit ce7ee6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

obs/config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ compiler_dependent = ["openmpi", "mpich", "mvapich2", "openblas", "R", "likwid",
5353
standalone = ["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-
"python-Cython", "openpbs", "libtool", "prun",
56+
"python-Cython", "openpbs", "libtool", "prun", "papi", "nhc", "losf",
5757
"lmod", "genders", "hpc-workspace", "valgrind", "slurm", "cuda-devel"]
5858

59-
mpi_dependent = ["!otf2", "!sionlib", "!fftw", "!scalapack",
60-
"!scorep", "!scalasca", "!scipy", "phdf5", "netcdf", "!netcdf-fortran",
61-
"!netcdf-cxx", "lmod-defaults", "!geopm", "!mumps", "omb",
62-
"!ptscotch", "!boost", "!pnetcdf", "!tau", "!extrae", "imb",
63-
"!opencoarrays", "!hypre", "!mpi4py", "!dimemas", "!adios2",
64-
"!trilinos", "!petsc", "!slepc", "!superlu_dist", "!mfem"]
59+
mpi_dependent = ["otf2", "sionlib", "fftw", "scalapack",
60+
"scorep", "scalasca", "!scipy", "phdf5", "netcdf", "netcdf-fortran",
61+
"netcdf-cxx", "lmod-defaults", "!geopm", "!mumps", "omb",
62+
"ptscotch", "boost", "pnetcdf", "tau", "extrae", "imb",
63+
"opencoarrays", "hypre", "mpi4py", "dimemas", "adios2",
64+
"!trilinos", "petsc", "slepc", "superlu_dist", "!mfem"]
6565
skip_on_distro_openEuler_22.03 = ["-arm1","-intel","-impi","impi-devel","intel-compilers-devel",
6666
"arm-compilers-devel","warewulf","cuda-devel"]
6767
openblas_compiler=["gnu15"]

0 commit comments

Comments
 (0)