Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
n-body_methods
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
n-body_methods
Graph
5234048c0ac16a4e720bc02d425ed85e3c11123d
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
11
Jan
10
14
Dec
13
12
7
6
5
2
1
30
Nov
29
24
23
22
21
18
17
16
7
27
Oct
24
20
18
17
14
13
12
10
7
6
30
Sep
29
28
27
26
22
21
20
19
16
15
14
13
12
9
8
7
29
Aug
25
24
23
22
19
17
16
12
8
5
4
27
Jul
26
22
14
13
12
11
8
7
6
5
4
1
30
Jun
29
23
22
21
20
15
14
13
22
Apr
25
Feb
29
Jan
28
26
23
21
19
18
11
Dec
Making n-body_methods standalone project
master
master
Merge branch 'master' into refactor_bhtree_mpi
Merge branch 'master' into 'master'
* added bhtree_pthread subdirectory
* some c++ improvements
* improved logging messages
* cleaned up phase output
* added tree validity check
* cleaned up return value
* renaming to more save convention
removed const auto reference for better readability
* added more clang warnings
fixed clang-tidy warnings
removed const auto reference for better readability
* added new clang warnings
removed const auto reference for better readability
* added clang warnings
added refactoring commit
* changed parallelSize datatype to remove casts
* enabled more clang warnings
* refactored calculating the longestSide of a Box
updated README.md
* make single arg ctors explicit
refactored Tree with foreach_localParticle
use boost::adaptors::reversed
* refactoring
* refactored iterators with boost iterator_facade
removed unused header
* fixed mpi_allgather
fixed clang-tidy warning
* take small types (Box, Vec3) per value instead of per reference
* fixed MPI errors in MPI_Allgather
* refactoring
* do not use raw new and delete: use unique_ptr instead
formatting change
removed useless forwarding references
removed dead code
refactored Node ctor
introduce ctors for Node, Box
refactored distributeBodies