From: Szilard Pall Date: Thu, 29 Nov 2012 23:21:06 +0000 (+0100) Subject: first step toward moving OpenMM support to contrib X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=commitdiff_plain;h=78695bd73608e0b4eadf0de85db46c7bfb82c954;p=alexxy%2Fgromacs.git 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 --- 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)