Make constraints and SETTLE tests backend-agnostic
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / settletestrunners.h
index 3f643f605e30b7c7c4ea62a74212e9ff2e857613..f890cbd78d18e2f277bb4c5eb00268fc7e99fbb5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2018,2019,2020,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 
 #include "settletestdata.h"
 
+/*
+ * GPU version of SETTLE is only available with CUDA.
+ */
+#define GPU_SETTLE_SUPPORTED (GMX_GPU_CUDA)
+
 struct t_pbc;
 
 namespace gmx