共 1,393 篇文章
共 6,621 篇文章及评论
博客分类
Blog Roll
- Association for Computing Machinery TechNews (ACM)
- Go Parallel! (Dr. Dobbs)
- HPCwire (Tabor Communications, Inc.)
- insideHPC (John West)
- Joe Duffy's Weblog (Microsoft)
- Microsoft Parallel Programming Development Center (Microsoft Germany)
- MultiCoreInfo.com
- scalability.org (Scalable Informatics)
- Software Dev Blog (Intel Germany)
- Soft Talk Blog (Intel United Kingdom)
- The Moth (Microsoft)
Archives
帖子来自 jeeee 
利用openmp 实现在intel多核系统上排序算法性能比较
作者: jeeee (1 篇文章) 日期: 五月 5, 2009 在 5:55 下午
评论 (0)
在本篇文章通过使用 openMp 实现基本排序算法的性能比文章很简单,但是很实用,分别演示了如何使用 openMP 进行多核多线程程序开发,可以作为入门级朋友学习教材。如果想正确运行程序,您需要创建每个文件,同时命名一定要合适,否则您需要自己去后面的 makefile 文件。 sorh.h 头文件 //sort.h head file #include ...
