From 78695bd73608e0b4eadf0de85db46c7bfb82c954 Mon Sep 17 00:00:00 2001 From: Szilard Pall Date: Fri, 30 Nov 2012 00:21:06 +0100 Subject: [PATCH] first step toward moving OpenMM support to contrib Although this is a sloppy and incomplete solution, it's important that for 4.6-beta1 the user at notices that OpenMM acceleration is not first class citizen when it comes to support. Change-Id: I494f3379865de4931af1eef8cbf09a63dba72648 --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68e885d4e4..bd215f9590 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,7 +146,10 @@ endif() # decide on GPU settings based on user-settings and GPU/CUDA detection include(gmxManageGPU) -option(GMX_OPENMM "Accelerated execution on GPUs through the OpenMM library (rerun cmake after changing to see relevant options)" OFF) +# TODO: move OpenMM to contrib +option(GMX_OPENMM "Accelerated execution on GPUs through the OpenMM library (not fully supported)" OFF) +mark_as_advanced(GMX_OPENMM) + option(GMX_FORCE_CXX "Enable C++ compilation even if not necessary" OFF) mark_as_advanced(GMX_FORCE_CXX) -- 2.22.0