Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.019Jun15Dec1413Oct121110864330Sep29282726232221191529Jan25191811DecMaking structured_grids standalone projectmastermaster* fixed clang-tidy warnings* refactored MpiRequest* refactoring* renaming to more save convention* refactored Communicator into P2PCommunicator and CollectiveCommunicator* added clang warningsUpdate README.mdMerge branch 'wireworld' of gitlab.com:steinret/CodeVault into wireworldfixed bug: write correct line endingsUpdate README.mdfixed filename: state.hpp -> State.hpprenamed grid to procs to match with the c-variant namingsperfomance improvementsremoved restriction that the world dimensions must be even divisible by the grid dimensionsMerge branch 'wireworld' of gitlab.com:steinret/CodeVault into wireworldUpdate README.mdThis will make Thomas happy! :Dadded invalid newline char detection, cleanupstructured_grids/cellular_automaton: fixed some warnings in C exampleremoved gsl dependencyMerge branch 'wireworld' of gitlab.com:steinret/CodeVault into wireworldmoved cartesian communicator creation to world.cUpdate README.mdUpdate README.mdUpdate README.mdstructured_grids/cellular_automaton: added readme for wireworld C exampleimproved console outputbroadcasting configurationrefined statistics calculationstructured_grids/cellular_automaton: renamed sub-directoriesUpdate README.mdadded main readme for structured_grids/cellular_automatonremoved unnecessary memcpy's, minor improvementsimplemented various simulation modes (overlapping/non-overlapping communication and computation, using sparse collective / p2p / persistent request communication)renamed 'wireworld' to 'cellular_automaton'; added first C code variantformattingfixed CMakeLists for using Boost, added note to Readme.resized primes.wi to 1024x1024, which suits better for testing with different node countsrefactoring, added comments