-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels