Skip to content

parallel ignores number of threads #1063

@mhechthz

Description

@mhechthz

With pyScipOpt 5.5.0 for a MILP problem I did set parallel parameters (I have 12 cores with 24 threads available):

        model.setParam("lp/threads", 8)  
        model.setParam("parallel/mode", 0) 
        model.setParam("parallel/minnthreads", 8) 
        model.setParam("parallel/maxnthreads", 8) 

But on running I only get 4 cores active working. Why? And why these busy not busy cycles? CPLEX uses all (!) threads.

Image

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