Skip to content

set MKL_NUM_THREADS=1 at runtime? #414

@bstabler

Description

@bstabler

Inspired by this, should we add something like the following to the asim main runner to ensure we always override the Intel MKL threading settings on Windows and when multiprocessing?

import os
os.environ['MKL_NUM_THREADS'] = '1'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions