Closed anglixue closed 3 months ago
Hi François,
I wonder if there is any flag to limit the number of multi-thread computing in the main script like cis.map_cis()?
cis.map_cis()
It seems currently it has no cap on that and the software will use all the available subprocessors.
Thanks very much for your help!
Cheers, Angli
Hi, at what point during execution do you see this, and how many cores are being used? The genotype loader will use up to 6 threads by default (currently hard-coded, but I can make this an option).
Hi François,
I wonder if there is any flag to limit the number of multi-thread computing in the main script like
cis.map_cis()
?It seems currently it has no cap on that and the software will use all the available subprocessors.
Thanks very much for your help!
Cheers, Angli