shirazbj 发表于 2010-11-4 19:18:50

单机多核计算有用么?

用mpi,比如用quad的cpu,能达到3倍以上的速度么?

周华 发表于 2010-11-5 08:04:51

看你的算法,现在商用CFD软件都可以达到这样的加速比(近似)。

caoer 发表于 2010-11-6 10:55:58

quad core cpu usually has 8 threads such as intel i7 7xx+ series,
the speedup depends on the algorithm, data size, communication time etc.
agree to the above, I believe the simple CFD code is able to reach the 300% speedup.

shirazbj 发表于 2010-11-9 18:39:23

看来用多核的cpu计算,还是有好处了。谢谢。

ch06 发表于 2010-12-5 19:18:39

好的话能达到80%

shirazbj 发表于 2011-6-17 21:01:56

看到一个例子,真能提高呀。
哪有这种可直接调的子程序呀?
direct solver, multi-entry solver, for the solution of system equations {X}={B}.

周华 发表于 2011-6-17 23:15:01

不用看别人的例子,你就自己拿个例子分别试试开一个核,开两个核,开四个核,然后对比一下时间就能看出实际的加速比。
页: [1]
查看完整版本: 单机多核计算有用么?