PR #4305, added a fast_mode for computing correlograms, which uses mp.cpu_count() to figure out how many threads to use.
On my HPC, this counts ALL the CPUs (hundreds) on the node rather than the ones in my instance (8).
Is there something else we could do @yger @samuelgarcia ? I can just turn fast_mode off for now.
EDIT: I can't turn fast mode off for the correlogram computation in slidingRP_violations.
PR #4305, added a
fast_modefor computing correlograms, which usesmp.cpu_count()to figure out how many threads to use.On my HPC, this counts ALL the CPUs (hundreds) on the node rather than the ones in my instance (8).
Is there something else we could do @yger @samuelgarcia ? I can just turn
fast_modeoff for now.EDIT: I can't turn fast mode off for the correlogram computation in
slidingRP_violations.