Skip to content
GitLab
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
6e8be9b9
Commit
6e8be9b9
authored
Sep 26, 2016
by
Peter W. Draper
Browse files
Remove debugging code
parent
a0b3a48c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.c
View file @
6e8be9b9
...
...
@@ -2228,9 +2228,8 @@ void engine_print_task_counts(struct engine *e) {
printf
(
"[%04i] %s engine_print_task_counts: task counts are [ %s=%i"
,
e
->
nodeID
,
clocks_get_timesincestart
(),
taskID_names
[
0
],
counts
[
0
]);
#else
printf
(
"%s engine_print_task_counts: time step:%d task counts are [ %s=%i"
,
clocks_get_timesincestart
(),
e
->
ti_current
,
taskID_names
[
0
],
counts
[
0
]);
printf
(
"%s engine_print_task_counts: task counts are [ %s=%i"
,
clocks_get_timesincestart
(),
taskID_names
[
0
],
counts
[
0
]);
#endif
for
(
int
k
=
1
;
k
<
task_type_count
;
k
++
)
printf
(
" %s=%i"
,
taskID_names
[
k
],
counts
[
k
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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