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
2e467141
Commit
2e467141
authored
Nov 30, 2016
by
James Willis
Browse files
Initialise particle cache.
parent
d5e80afc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test27cells.c
View file @
2e467141
...
...
@@ -388,9 +388,13 @@ int main(int argc, char *argv[]) {
/* And now the self-interaction */
#ifdef WITH_VECTORIZATION
runner
.
par_cache
.
count
=
0
;
cache_init
(
&
runner
.
par_cache
,
512
);
runner_doself1_density_vec
(
&
runner
,
main_cell
);
#else
runner_doself1_density
(
&
runner
,
main_cell
);
#endif
#endif
const
ticks
toc
=
getticks
();
...
...
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