Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
753d3c84
Commit
753d3c84
authored
Feb 11, 2020
by
Matthieu Schaller
Browse files
Fix spelling mistake in the timing of the mesh communication
parent
7949ef0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/mesh_gravity.c
View file @
753d3c84
...
...
@@ -568,7 +568,7 @@ void pm_mesh_compute_potential(struct pm_mesh* mesh, const struct space* s,
MPI_COMM_WORLD
);
if
(
verbose
)
message
(
"Mesh comunication took %.3f %s."
,
message
(
"Mesh com
m
unication took %.3f %s."
,
clocks_from_ticks
(
getticks
()
-
tic
),
clocks_getunit
());
#endif
...
...
tools/analyse_runtime.py
View file @
753d3c84
...
...
@@ -56,7 +56,7 @@ num_files = len(sys.argv) - 1
labels
=
[
[
"engine_split_gas_particles:"
,
1
],
[
"Gpart assignment"
,
1
],
[
"Mesh comunication"
,
1
],
[
"Mesh com
m
unication"
,
1
],
[
"Forward Fourier transform"
,
1
],
[
"Green function"
,
1
],
[
"Backwards Fourier transform"
,
1
],
...
...
Matthieu Schaller
@matthieu
mentioned in merge request
!991 (closed)
·
Feb 11, 2020
mentioned in merge request
!991 (closed)
mentioned in merge request !991
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment