Remove KERNEL_WIDTH
authorRoland Schulz <roland@utk.edu>
Thu, 6 Mar 2014 07:46:51 +0000 (02:46 -0500)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 6 Mar 2014 17:52:13 +0000 (18:52 +0100)
Wasn't used anywhere

Change-Id: I579297d71225ba3c0360f8419856b0f5e72a4b5a

CMakeLists.txt

index 74da62314cd58bc1d93c640f94c0f4f05e835b05..4500c7eb5573f697ef36cf87628a16400444f586 100644 (file)
@@ -252,14 +252,6 @@ gmx_dependent_cache_variable(GMX_SIMD_REF_DOUBLE_WIDTH "Reference SIMD double pr
 
 # This should be moved to a separate NBNXN cmake module when that code is cleaned up and modularized
 
-if("${GMX_SIMD}" STREQUAL "REFERENCE")
-    if(GMX_DOUBLE)
-        set(KERNEL_WIDTH ${GMX_SIMD_REF_DOUBLE_WIDTH})
-    else()
-        set(KERNEL_WIDTH ${GMX_SIMD_REF_FLOAT_WIDTH})
-    endif()
-endif()
-
 option(GMX_BROKEN_CALLOC "Work around broken calloc()" OFF)
 mark_as_advanced(GMX_BROKEN_CALLOC)
 option(GMX_LOAD_PLUGINS "Compile with plugin support, needed to read VMD supported file formats" ON)