openMP
共 48 篇文章
openMP 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 48 篇文章,持续更新中。
2006年刚毕业的清华大学优秀博士论文
2006年刚毕业的清华大学优秀博士论文,是关于openMP编译和优化技术的
利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
This document specifies a collection of compiler directives, library routines, and environment vari
This document specifies a collection of compiler directives, library routines, and
environment variables that can be used to specify shared-memory parallelism in C, C++
and Fortran programs. This fu
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code.
Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and u
并行计算的演示程序
并行计算的演示程序,基于OpenMP的演示程序
使用OpenMP
使用OpenMP,并行化两个向量的乘积
特点:使用多种并行方案reduction,critical,atomic,schedule(static)
分别输出使用时间,
fdtd 3D xyzPML MPI OpenMP
fdtd 3D xyzPML MPI OpenMP
生产者-消费者模式的OpenMP下的实现。已经调试通过
生产者-消费者模式的OpenMP下的实现。已经调试通过,体现了OpenMP的相应功能。