goldenmai 发表于 2013-3-17 22:30

多核编程

请教一下,我有两个进程,一个对另一个监控,如何用编程的方法(C++),让这两个进程分别在两个核上运行?
多谢!

yaohonget 发表于 2013-3-17 23:30

LZ试试INTEL的TBB啊

goldenmai 发表于 2013-3-18 08:03

yaohonget 发表于 2013-3-18 00:30 static/image/common/back.gif
LZ试试INTEL的TBB啊

谢谢回复,不过TBB是神马啊?

yaohonget 发表于 2013-3-18 08:47

Intel® Threading Building Blocks (Intel® TBB) lets you easily write parallel C++ programs that take full advantage of multicore performance, that are portable and composable, and that have future-proof scalability.

goldenmai 发表于 2013-3-18 10:02

yaohonget 发表于 2013-3-18 09:47 static/image/common/back.gif
Intel® Threading Building Blocks (Intel® TBB) lets you easily write parallel C++ programs...

好的,谢谢,我看看。。。
页: [1]
查看完整版本: 多核编程