Add master option for subgrid model
Implements #422 (closed).
Merge request reports
Activity
assigned to @matthieu
added Configuration label
mentioned in commit 522c50e9
mentioned in commit 0433dea3
Ok. I had to revert this.
There was a typo in the switch that prevents compilation. But even with that fixed, the configuration script fails if I try
./configure --with-subgrid=gear
or./configure --with-subgrid=EAGLE
. Something is incorrect in the logic when trying to select a hydro scheme.See the branch
subgrid_master_option
.I am not able to reproduce your bug. Can you send me the error message? Which version of autoreconf are you using? I am using the 2.69
By the way, with gear, you will need grackle v3.1
I do not want to mess with your branch, therefore here is a small comment fix (just before dealing with the subgrid option in
configure.ac
:# Subgrid options # if you add a restriction (e.g. not cooling, chemistry or hydro) # you will need to check for overwrite after reading the parameter # see the cooling AC_ARG_WITH for an example.