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
Commits
7a77cfa4
Commit
7a77cfa4
authored
8 years ago
by
James Willis
Browse files
Options
Downloads
Patches
Plain Diff
Removed code that is not required in the master.
parent
0d8d60f5
No related branches found
No related tags found
1 merge request
!320
Dopair1 vectorisation merge
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/runner_doiact_vec.c
+0
-7
0 additions, 7 deletions
src/runner_doiact_vec.c
src/runner_doiact_vec.h
+0
-1
0 additions, 1 deletion
src/runner_doiact_vec.h
with
0 additions
and
8 deletions
src/runner_doiact_vec.c
+
0
−
7
View file @
7a77cfa4
...
...
@@ -369,8 +369,6 @@ __attribute__((always_inline)) INLINE void runner_doself1_density_vec(
int
count_align
;
int
num_vec_proc
=
NUM_VEC_PROC
;
int
intCount
=
0
;
struct
part
*
restrict
parts
=
c
->
parts
;
const
int
count
=
c
->
count
;
...
...
@@ -594,15 +592,10 @@ __attribute__((always_inline)) INLINE void runner_doself1_density_vec(
VEC_HADD
(
curlvySum
,
pi
->
density
.
rot_v
[
1
]);
VEC_HADD
(
curlvzSum
,
pi
->
density
.
rot_v
[
2
]);
intCount
+=
icount
;
/* Reset interaction count. */
icount
=
0
;
}
/* loop over all particles. */
// message("Total number of self interactions: %d, average per particle: %f.",
// intCount, ((float)intCount) / ((float)count));
TIMER_TOC
(
timer_doself_density
);
#endif
/* WITH_VECTORIZATION */
}
...
...
This diff is collapsed.
Click to expand it.
src/runner_doiact_vec.h
+
0
−
1
View file @
7a77cfa4
...
...
@@ -30,7 +30,6 @@
#include
"hydro.h"
#include
"part.h"
#include
"runner.h"
#include
"runner.h"
#include
"timers.h"
#include
"vector.h"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment