Activate SYCL build on CI
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gpu_utils.cpp
index 1379ba83ce97f0947b4e3caeaded6ac8df35c3d6..eb26ce0a8e16a5e381363add1747f7f2c5169c39 100644 (file)
@@ -79,5 +79,9 @@ bool buildSupportsNonbondedOnGpu(std::string* error)
     {
         errorReasons.emplace_back("non-GPU build of GROMACS");
     }
+    if (GMX_GPU_SYCL)
+    {
+        errorReasons.emplace_back("SYCL build of GROMACS");
+    }
     return addMessageIfNotSupported(errorReasons, error);
 }