Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
SWIFT
SWIFTsim
Merge requests
!659
Parallel rebuild2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Parallel rebuild2
parallel_rebuild2
into
master
Overview
14
Commits
40
Changes
13
All threads resolved!
Hide all comments
Merged
Matthieu Schaller
requested to merge
parallel_rebuild2
into
master
6 years ago
Overview
14
Commits
40
Changes
13
All threads resolved!
Hide all comments
Expand
Fixes
#458 (closed)
. Also renders the discussion in
#483 (closed)
void.
Edited
6 years ago
by
Matthieu Schaller
0
0
Merge request reports
Compare
master
version 5
35314bbc
6 years ago
version 4
750ccb14
6 years ago
version 3
324ee0ec
6 years ago
version 2
af1b599d
6 years ago
version 1
8c7d70a9
6 years ago
master (base)
and
latest version
latest version
97320153
40 commits,
6 years ago
version 5
35314bbc
39 commits,
6 years ago
version 4
750ccb14
37 commits,
6 years ago
version 3
324ee0ec
36 commits,
6 years ago
version 2
af1b599d
35 commits,
6 years ago
version 1
8c7d70a9
34 commits,
6 years ago
13 files
+
264
−
111
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
13
Search (e.g. *.vue) (Ctrl+P)
src/cell.c
+
1
−
1
Options
@@ -3173,7 +3173,7 @@ void cell_set_super_mapper(void *map_data, int num_elements, void *extra_data) {
/* All top-level cells get an MPI tag. */
#ifdef WITH_MPI
if
(
c
->
mpi
.
tag
<
0
&&
c
->
mpi
.
sendto
)
cell
_tag
(
c
);
cell_ensure
_tag
ged
(
c
);
#endif
/* Super-pointer for hydro */
Loading