X-Git-Url: http://git.treefish.org/~alex/phys/heatbath.git/blobdiff_plain/4b4dcf9a4b5a913c1574a9cc1aa479f1aa35a003..dca762861c66d8782be31811822812d347ee4577:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 41c8e07..3e554d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,3 +26,11 @@ target_link_libraries(heatbath-1mr o815 gsl gslcblas lat_neigh) add_executable(heatbath-1mr+ heatbath.cpp) set_target_properties(heatbath-1mr+ PROPERTIES COMPILE_DEFINITIONS "ALGORITHM_1MRPLUS") target_link_libraries(heatbath-1mr+ o815 gsl gslcblas lat_neigh) + +add_executable(heatbath-1mr- heatbath.cpp) +set_target_properties(heatbath-1mr- PROPERTIES COMPILE_DEFINITIONS "ALGORITHM_1MRMINUS") +target_link_libraries(heatbath-1mr- o815 gsl gslcblas lat_neigh) + +add_executable(heatbath-r- heatbath.cpp) +set_target_properties(heatbath-r- PROPERTIES COMPILE_DEFINITIONS "ALGORITHM_RMINUS") +target_link_libraries(heatbath-r- o815 gsl gslcblas lat_neigh)