Now that smol has support for openmp, it would be nice to allow users to set the number of threads directly via a Sampler object as a more convenient interface (and also most likely where users will care about performance).
This might likely need MCKernels to set the num_threads attribute of their processor.
Now that smol has support for openmp, it would be nice to allow users to set the number of threads directly via a
Samplerobject as a more convenient interface (and also most likely where users will care about performance).This might likely need
MCKernelsto set thenum_threadsattribute of their processor.