Commit 653d505d authored by Thomas Ponweiser's avatar Thomas Ponweiser
Browse files

renamed 'wireworld' to 'cellular_automaton'; added first C code variant

parent 98b3ac44
...@@ -24,6 +24,8 @@ set(DWARF_PREFIX 5_STRUCT) # The prefix of the name of the binaries produced ...@@ -24,6 +24,8 @@ set(DWARF_PREFIX 5_STRUCT) # The prefix of the name of the binaries produced
# Add the examples # Add the examples
add_subdirectory(JTC/JTC_openmp) add_subdirectory(JTC/JTC_openmp)
add_subdirectory(JTC/JTC_mpi_openmp) add_subdirectory(JTC/JTC_mpi_openmp)
add_subdirectory(cellular_automaton/c)
add_subdirectory(cellular_automaton/c++)
# ================================================================================================== # ==================================================================================================
......
...@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR) ...@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.10 FATAL_ERROR)
find_package(MPI) # Built-in in CMake find_package(MPI) # Built-in in CMake
find_package(Boost 1.55 COMPONENTS program_options REQUIRED) find_package(Boost 1.55 COMPONENTS program_options REQUIRED)
include(${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/common.cmake) include(${CMAKE_CURRENT_SOURCE_DIR}/../../../cmake/common.cmake)
# ================================================================================================== # ==================================================================================================
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment