Make constraints and SETTLE tests backend-agnostic
[alexxy/gromacs.git] / src / gromacs / mdlib / tests / constrtestrunners.h
index d479e5537cd4f7875e3514d26e562aa0cd2152d5..04a900075c438e8d4314bba4bda36fa045190bc4 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 "constrtestdata.h"
 
+/*
+ * GPU version of constraints is only available with CUDA.
+ */
+#define GPU_CONSTRAINTS_SUPPORTED (GMX_GPU_CUDA)
+
 struct t_pbc;
 
 namespace gmx