Skip to content
Snippets Groups Projects
Commit 9c2e548b authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Removed commented-out sections of the test125cells test

parent 6d70491d
Branches
Tags
1 merge request!341New addition to the test suite: A perturbed version of the 125 cells case
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment