Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
structured_grids
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
CodeVault
hpc-kernels
structured_grids
Graph
143f9f46b77dc4ddef00696ae4358961fd91039e
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
19
Jun
15
Dec
14
13
Oct
12
11
10
8
6
4
3
30
Sep
29
28
27
26
23
22
21
19
15
29
Jan
25
19
18
11
Dec
Making structured_grids standalone project
master
master
* fixed clang-tidy warnings
* refactored MpiRequest
* refactoring
* renaming to more save convention
* refactored Communicator into P2PCommunicator and CollectiveCommunicator
* added clang warnings
Update README.md
Merge branch 'wireworld' of gitlab.com:steinret/CodeVault into wireworld
fixed bug: write correct line endings
Update README.md
fixed filename: state.hpp -> State.hpp
renamed grid to procs to match with the c-variant namings
perfomance improvements
removed restriction that the world dimensions must be even divisible by the grid dimensions
Merge branch 'wireworld' of gitlab.com:steinret/CodeVault into wireworld
Update README.md
This will make Thomas happy! :D
added invalid newline char detection, cleanup
structured_grids/cellular_automaton: fixed some warnings in C example
removed gsl dependency
Merge branch 'wireworld' of gitlab.com:steinret/CodeVault into wireworld
moved cartesian communicator creation to world.c
Update README.md
Update README.md
Update README.md
structured_grids/cellular_automaton: added readme for wireworld C example
improved console output
broadcasting configuration
refined statistics calculation
structured_grids/cellular_automaton: renamed sub-directories
Update README.md
added main readme for structured_grids/cellular_automaton
removed unnecessary memcpy's, minor improvements
implemented 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 variant
formatting
fixed CMakeLists for using Boost, added note to Readme.
resized primes.wi to 1024x1024, which suits better for testing with different node counts
refactoring, added comments