Skip to content

nthreads starts at 1, ignoring settings #625

@adamaltmejd

Description

@adamaltmejd

Took me ages to figure out why my analyses were running much slower all of a sudden. Turns out nthreads started defaulting to 1 because (I still do not know why) the environment variable "R_CHECK_COMPILATION_FLAGS_KNOWN" was set on my machine validating is_r_check() here

if(is_r_check()){
. This also slows down all my datatable operations (why?). Is the lookup for is_r_check() too broad?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions