Simplified uniform GPU selection in CMake
[alexxy/gromacs.git] / src / programs / mdrun / tests / periodicactions.cpp
index a909f4e6506289c519f25b98e6568c11e34f0361..887d1a8d9ab7b6b4037e25f037e1df5ff3f1a03f 100644 (file)
@@ -439,7 +439,7 @@ using ::testing::ValuesIn;
 // TODO The time for OpenCL kernel compilation means these tests time
 // out. Once that compilation is cached for the whole process, these
 // tests can run in such configurations.
-#if GMX_GPU != GMX_GPU_OPENCL
+#if !GMX_GPU_OPENCL
 INSTANTIATE_TEST_CASE_P(BasicPropagators,
                         PeriodicActionsTest,
                         Combine(ValuesIn(simplePropagationParameters()), Values(outputParameters)));