Skip to content

Change task order

Loic Hausammann requested to merge change_task_order2 into master

In this merge request, I am creating a new option that allow the user to change the task order. Currently, it is only available for switching the star formation and feedback, but in the future it could be extended to other tasks.

The new option is called with-task-order (e.g. ./configure --with-task-order=EAGLE). I have 3 orders: GEAR, EAGLE and none (same as EAGLE).

@matthieu, You may be interested in changing the task order as you can remove the communication about the star formation and it should provide a small speedup (but will require some modifications to the physics [e.g. feedback efficiency]).

I am able to run the isolated galaxy with feedback for both task order.

Merge request reports