Skip to content
Snippets Groups Projects

Draft: Reduce the number of activated comms

Closed Matthieu Schaller requested to merge activate_fewer_comms into master
1 unresolved thread
2 files
+ 31
10
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -596,7 +596,7 @@ void cell_activate_star_formation_sink_tasks(struct cell *c,
struct scheduler *s,
const int with_feedback);
void cell_activate_sink_formation_tasks(struct cell *c, struct scheduler *s);
void cell_activate_subcell_hydro_tasks(struct cell *ci, struct cell *cj,
int cell_activate_subcell_hydro_tasks(struct cell *ci, struct cell *cj,
struct scheduler *s,
const int with_timestep_limiter);
int cell_activate_subcell_grav_tasks(struct cell *ci, struct cell *cj,
Loading