first step toward moving OpenMM support to contrib
authorSzilard Pall <pszilard@cbr.su.se>
Thu, 29 Nov 2012 23:21:06 +0000 (00:21 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 5 Dec 2012 20:07:20 +0000 (21:07 +0100)
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

index 68e885d4e426f0fa049f13040b6a5177f1153ef0..bd215f959014f28786f68983ef2c289dde5b62db 100644 (file)
@@ -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)