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
Multithreading is enabled by default since it is useful to have during quick exploration, so operators are evaluated more quickly. However, in an HPC environment, the default should probably be a single-threaded application. We could achieve this by providing a new value "only_local" or something like this for the option numba.multithreading. This option would disable multithreading if it detects the environment variable SLURM_JOB_ID, PBS_JOBID, or JOB_ID. Otherwise, multithreading would be enabled.
The text was updated successfully, but these errors were encountered:
Multithreading is enabled by default since it is useful to have during quick exploration, so operators are evaluated more quickly. However, in an HPC environment, the default should probably be a single-threaded application. We could achieve this by providing a new value
"only_local"
or something like this for the optionnumba.multithreading
. This option would disable multithreading if it detects the environment variableSLURM_JOB_ID
,PBS_JOBID
, orJOB_ID
. Otherwise, multithreading would be enabled.The text was updated successfully, but these errors were encountered: