由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Software版 - openMP or boost::thread (pthread) for multithreading ?
相关主题
如何确保多线程程序在 multicore server 上用所有的 core如何用AWS做个实时图像处理系统?
Re: 不支持ZIP问问Boost library, 尤其是Boost Graph Library (BGL)
哪种 linux 支持 parallel programming?求救:outlook乱发信怎么办啊?
在Mac里用Matlab 和X11?openMP or boost::thread (pthread) for multithreading ?
芝加哥Trading frim招:Quantitative DeveloperopenMP or boost::thread (pthread) for multithreading ?
pthread_process_sharedopenMP or boost::thread (pthread) for multithreading ?
我写的Windows屏保的最新版本openMP or boost::thread (pthread) for multithreading ?
Mac Air上的OneNote突然不能用了openMP or boost::thread (pthread) for multithreading ?
相关话题的讨论汇总
话题: openmp话题: pthread话题: thread话题: boost
进入Software版参与讨论
1 (共1页)
l******9
发帖数: 579
1
Hi,
I am trying to do parallelization for a computing intensive problem.
I am working on a Linux cluster where each node is a multicore processor.
e.g. 2 or 4 quad-core processor per node.
I want to reduce latency and improve performance as much as possible.
I plan to use multiprocessing and multithreading at the same.
Each process run on a distinct node and each process spawn many threads
on each node. This is a 2 level parallelism.
For multiprocessing, I would like to choose MPI.
For multithreading, I have two choices: openMP or boost::thread (pthread).
Which one has lower latency and higher performance ?
It seems that openMP coding is easier (without touching low level thread
managing manually).
But, it seems that openMP has higher overhead than boost::thread (pthread).
Any help is really appreciated.
thanks
1 (共1页)
进入Software版参与讨论
相关主题
openMP or boost::thread (pthread) for multithreading ?芝加哥Trading frim招:Quantitative Developer
那位讲下并行计算这门课在工作里有实际作用么?pthread_process_shared
如何确保多线程程序在 multicore server 用所有 core我写的Windows屏保的最新版本
请问哪门计算机课比较有帮助Mac Air上的OneNote突然不能用了
如何确保多线程程序在 multicore server 上用所有的 core如何用AWS做个实时图像处理系统?
Re: 不支持ZIP问问Boost library, 尤其是Boost Graph Library (BGL)
哪种 linux 支持 parallel programming?求救:outlook乱发信怎么办啊?
在Mac里用Matlab 和X11?openMP or boost::thread (pthread) for multithreading ?
相关话题的讨论汇总
话题: openmp话题: pthread话题: thread话题: boost