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
89885318
Commit
89885318
authored
May 21, 2017
by
James Willis
Browse files
Removed comments for timers.
parent
028fb65b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/runner_doiact_vec.c
View file @
89885318
...
...
@@ -793,7 +793,7 @@ __attribute__((always_inline)) INLINE void runner_doself2_force_vec(
const
struct
engine
*
e
=
r
->
e
;
struct
part
*
restrict
pi
;
int
count_align
;
const
int
num_vec_proc
=
1
;
// NUM_VEC_PROC;
const
int
num_vec_proc
=
1
;
struct
part
*
restrict
parts
=
c
->
parts
;
const
int
count
=
c
->
count
;
...
...
@@ -990,7 +990,7 @@ for (int pid = 0; pid < count; pid++) {
icount
=
0
;
}
/* loop over all particles. */
//
TIMER_TOC(timer_doself_force);
TIMER_TOC
(
timer_doself_force
);
#endif
/* WITH_VECTORIZATION */
}
...
...
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