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
9c2e548b
Commit
9c2e548b
authored
8 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Removed commented-out sections of the test125cells test
parent
6d70491d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!341
New addition to the test suite: A perturbed version of the 125 cells case
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test125cells.c
+0
-22
0 additions, 22 deletions
tests/test125cells.c
with
0 additions
and
22 deletions
tests/test125cells.c
+
0
−
22
View file @
9c2e548b
...
...
@@ -31,19 +31,6 @@
/* Local headers. */
#include
"swift.h"
//#if defined(WITH_VECTORIZATION)
//#define DOSELF2 runner_doself2_force_vec
////#define DOPAIR2 runner_dopair2_force_vec
//#define DOSELF2_NAME "runner_doself2_force_vec"
//#define DOPAIR2_NAME "runner_dopair2_force"
//#endif
#ifndef DOSELF2
#define DOSELF2 runner_doself2_force
#define DOSELF2_NAME "runner_doself2_density"
#define DOPAIR2_NAME "runner_dopair2_force"
#endif
enum
velocity_field
{
velocity_zero
,
velocity_const
,
...
...
@@ -709,15 +696,6 @@ int main(int argc, char *argv[]) {
}
}
// for (size_t n = 0; n < 100*runs; ++n) {
// ticks self_tic = getticks();
// DOSELF2(&runner, main_cell);
// self_force_time += getticks() - self_tic;
//
//}
/* Output timing */
message
(
"SWIFT calculation took : %15lli ticks."
,
time
/
runs
);
...
...
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