You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running phylosignal v1.3 on my research group's server, and phyloSignal() uses all cores on our machine by default. I can make enemies by hogging the server. If I use RhpcBLASctl::blas_set_num_threads(), then the number of threads used phyloSignal() is kept in check. So, it appears the phyloSignal will use BLAS (at least on a certain OS config) and default to all threads.
It might be good to include in the docs that RhpcBLASctl::blas_set_num_threads() can be used to prevent all cores from being used.
The text was updated successfully, but these errors were encountered:
I've been running phylosignal v1.3 on my research group's server, and
phyloSignal()
uses all cores on our machine by default. I can make enemies by hogging the server. If I useRhpcBLASctl::blas_set_num_threads()
, then the number of threads usedphyloSignal()
is kept in check. So, it appears the phyloSignal will use BLAS (at least on a certain OS config) and default to all threads.It might be good to include in the docs that
RhpcBLASctl::blas_set_num_threads()
can be used to prevent all cores from being used.The text was updated successfully, but these errors were encountered: