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

Remove ultra-verbose info.

parent d99f0934
Branches
Tags
1 merge request!433Correct wrapping of multipoles in FFT task
......@@ -4358,21 +4358,21 @@ void engine_step(struct engine *e) {
/* Prepare the tasks to be launched, rebuild or repartition if needed. */
engine_prepare(e);
engine_print_task_counts(e);
space_print_cells(e->s);
/* Register the time-step information */
if (e->step == 3) {
for (int i = 0; i < e->s->nr_cells; ++i)
if (&e->s->cells_top[i] - e->s->cells_top == 12) {
message("Found cell!");
address_hydro = &e->s->cells_top[i].ti_hydro_end_min;
address_gravity = &e->s->cells_top[i].ti_gravity_end_min;
message("address: %p time_end=%lld", address_hydro,
e->s->cells_top[i].ti_hydro_end_min);
}
}
/* engine_print_task_counts(e); */
/* space_print_cells(e->s); */
/* /\* Register the time-step information *\/ */
/* if (e->step == 3) { */
/* for (int i = 0; i < e->s->nr_cells; ++i) */
/* if (&e->s->cells_top[i] - e->s->cells_top == 12) { */
/* message("Found cell!"); */
/* address_hydro = &e->s->cells_top[i].ti_hydro_end_min; */
/* address_gravity = &e->s->cells_top[i].ti_gravity_end_min; */
/* message("address: %p time_end=%lld", address_hydro, */
/* e->s->cells_top[i].ti_hydro_end_min); */
/* } */
/* } */
#ifdef WITH_MPI
/* Repartition the space amongst the nodes? */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment