Skip to content

Commit

Permalink
Temporarily disable RMM builds as they fail with cuda 12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gartavanis committed Dec 11, 2024
1 parent 67e4316 commit f641cad
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,17 +166,17 @@ jobs:
netcdf: "true",
memory_manager: "none"
}
- {
name: "Ubuntu 24.04 GCC CUDA/RMM Build",
os: ubuntu-24.04,
cc: "gcc", cxx: "g++", fc: "gfortran",
python: "false",
backend: "cuda",
cudaos: 'ubuntu2204',
amps_layer: mpi1,
netcdf: "false",
memory_manager: "rmm"
}
# - {
# name: "Ubuntu 24.04 GCC CUDA/RMM Build",
# os: ubuntu-24.04,
# cc: "gcc", cxx: "g++", fc: "gfortran",
# python: "false",
# backend: "cuda",
# cudaos: 'ubuntu2204',
# amps_layer: mpi1,
# netcdf: "false",
# memory_manager: "rmm"
# }
- {
name: "Ubuntu 24.04 GCC CUDA/Umpire Build",
os: ubuntu-24.04,
Expand All @@ -188,17 +188,17 @@ jobs:
netcdf: "false",
memory_manager: "umpire"
}
- {
name: "Ubuntu 24.04 GCC Kokkos/RMM Build",
os: ubuntu-24.04,
cc: "gcc", cxx: "g++", fc: "gfortran",
python: "false",
backend: "kokkos",
cudaos: 'ubuntu2204',
amps_layer: mpi1,
netcdf: "false",
memory_manager: "rmm"
}
# - {
# name: "Ubuntu 24.04 GCC Kokkos/RMM Build",
# os: ubuntu-24.04,
# cc: "gcc", cxx: "g++", fc: "gfortran",
# python: "false",
# backend: "kokkos",
# cudaos: 'ubuntu2204',
# amps_layer: mpi1,
# netcdf: "false",
# memory_manager: "rmm"
# }
- {
name: "Ubuntu 24.04 GCC Kokkos/Umpire Build",
os: ubuntu-24.04,
Expand Down

0 comments on commit f641cad

Please sign in to comment.