Description: 本书是介绍openMP的最新的书籍,有助于程序员进行并行程序的开发和实践。-This book is the latest introduction OpenMP books, help programmers to develop parallel procedures and practice. Platform: |
Size: 1319936 |
Author:gouyabin |
Hits:
Description: 使用OpenMP,并行化两个向量的乘积
特点:使用多种并行方案reduction,critical,atomic,schedule(static)
分别输出使用时间,-Using OpenMP, Parallel vector product of two characteristics: the use of multiple parallel program reduction, critical, atomic, schedule (static) output, respectively, the use of time, Platform: |
Size: 1024 |
Author:kingbirdji |
Hits:
Description: Using OpenMP. MIT press 2007. Portable Shared Memory Parallel Prog. Good book on OpenMP. Platform: |
Size: 1394688 |
Author:kemalihsan |
Hits:
Description: Parallel algorithm
for Gaussian Elimination. Elimination in both a shared
memory environment, using OpenMP, and in a distributed
memory environment, using MPI. Parallel LU and
Gaussian algorithms for linear systems have been studied
extensively and the point of this paper is to present the
results of examining various load balancing schemes on
both platforms. The results show an improvement in many
cases over the default implementation Platform: |
Size: 80896 |
Author:Cata |
Hits:
Description: 基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication Platform: |
Size: 1024 |
Author:苗高洁 |
Hits:
Description: 使用openMP进行并行计算
openMP具有如下特点:1.标准性 2.简洁实用 3.使用方便 4.可移植性-Parallel computing using openMP openMP has the following characteristics: 1. Standard of 2 simple and practical 3. Easy to use 4 Portability Platform: |
Size: 117760 |
Author:j-wu06 |
Hits:
Description: 使用OpenMP方法编写的计算流体力学程序,适用于一般学习及科研。-Written using OpenMP method of computational fluid dynamics procedures applicable to general learning and research. Platform: |
Size: 8192 |
Author: |
Hits:
Description: 多线程编程代码样例,在c开发环境下,利用openmp技术-The multi thread programming code examples, in the C development environment, using openmp Technology
Platform: |
Size: 7168 |
Author:姚子禾 |
Hits:
Description: C++ program using OpenMP to solve 2D levels from the IQ-puzzle 505 from Lonpos from designtorget.se
Look in level.txt for example usage.
Compile program using gcc with:
gcc -O3 -fopenmp -o iqps iqps.cpp
Run with:
./iqps (path to level.txt) Platform: |
Size: 4096 |
Author:linkan
|
Hits: