Skip to content

multicore utilization #12

@20csummer

Description

@20csummer

Hi all,

I'm new to CppBugs. First I want to say this project is truly awesome and thanks for the excellent work.

As a statistician and C++ amateur, I'm wondering does CppBugs support multithread/core utilization? If yes, how do I code and compile with such option?

My current compiling option is
-mavx -g -O3 -std=c++0x -larmadillo

and it seems cppbugs is only using one core, so my program runs pretty slow. I tried adding in -lboost_thread-mt, but it doesn't help.

Thanks in advance for any help!

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