arborx: kokkos hip backend is actually now called rocm (#23390)

This commit is contained in:
eugeneswalker 2021-05-03 06:10:48 -07:00 committed by GitHub
parent d3d3b97616
commit d0e3c28f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ class Arborx(CMakePackage):
'serial': (True, "enable Serial backend (default)"),
'cuda': (False, "enable Cuda backend"),
'openmp': (False, "enable OpenMP backend"),
'hip': (False, "enable HIP backend")
'rocm': (False, "enable HIP backend")
}
variant('mpi', default=True, description='enable MPI')