output_alive_cells how many parallelization?

output_alive_cells how many parallelization?

by Stashu Kozlowski -
Number of replies: 1
I can identify two things that can be parallelized? the part of that computes the alive fraction and the two nested loops. Should we ensure both are parallelized?
In reply to Stashu Kozlowski

Re: output_alive_cells how many parallelization?

by Ramses van Zon -
Yes, parallelize the function as best you can.