SWIFTSIM / HBTplus

HBTplus halo finder adapted for the FLAMINGO and COLIBRE simulations
0 stars 0 forks source link

Only write updated Parameters.log on one MPI rank #18

Closed jchelly closed 4 months ago

jchelly commented 4 months ago

This should fix #17. The Parameters.log file is only written by rank zero, which has the correct value for the TracerParticleTypes parameter.

I've also removed the first call to DumpParameters. I don't think there's any harm in just delaying writing the file out at all until we have the parameter values.