Welcome![Sign In][Sign Up]
Location:
Search - openmp parallel for

Search list

[Algorithmmatmult

Description: 并行矩阵乘法。用于mpi和openMP混合并行求解矩阵乘法问题。适用于分布共享存储cluster环境。无解压密码。-parallel matrix multiplication. OpenMP for mixed MPI and parallel matrix multiplication to solve the problem. Distribution applicable to the shared storage cluster environment. Without extracting passwords.
Platform: | Size: 2048 | Author: 张哲 | Hits:

[OtherMPIParallelProgrammingDesign

Description: 一本MPI并行程序设计的入门教材,浅显易懂,十分适合初学者阅读。-an MPI parallel programming introductory materials, which are written, they are very suitable for beginners to read.
Platform: | Size: 825344 | Author: 铃铃 | Hits:

[Windows DevelopCG

Description: 基于MPI和OpenMp混合编程的并行共轭梯度法(CG)代码,可供正在学习并行数值计算的同学参考-Based on MPI and OpenMP parallel programming mixed conjugate gradient method (CG) code, for numerical calculation are learning students parallel reference
Platform: | Size: 167936 | Author: sany | Hits:

[MPIquick_sort

Description: 快速排序的mpi并行c程序,需要mpich环境-Quick Sort mpi parallel c procedures, the need for MPICH environment
Platform: | Size: 3072 | Author: 李志军 | Hits:

[MPIquicksort

Description: 本人写的一个快速排序的程序,同时写出了用openmp进行的并行计算程序,并且对于串行和并行进行了时间的比较,希望对于初学openmp的同志有所帮助!-I was sort of a fast process, at the same time to write with the openmp parallel computing procedures, and serial and parallel for a comparison of the time, I hope for the beginner gay openmp help!
Platform: | Size: 5120 | Author: 郭春付 | Hits:

[Otherunited1

Description: openmp sort, parallel bubble sort for example
Platform: | Size: 3072 | Author: yura | Hits:

[OtherOpenMPst

Description: 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 functionality collectively defines the specification of the OpenMP Application Program Interface (OpenMP API). This specification provides a model for parallel programming that is portable across shared memory architectures from different vendors. Compilers from numerous vendors support the OpenMP API. More information about OpenMP can be found at the following web site:
Platform: | Size: 721920 | Author: 陈诚 | Hits:

[Software EngineeringMIT.Press.Using.OpenMP.Portable.Shared.Memory.Para

Description: OpenMp内存共享模型下的并行计算的使用说明-OpenMp parallel computing instructions for use
Platform: | Size: 1319936 | Author: Mu Mu | Hits:

[Linux-UnixOpenMP_exercise

Description: 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algorithm and parallel algorithms openMP code, as well as the performance test report
Platform: | Size: 239616 | Author: luoang | Hits:

[DocumentsopenMP

Description: 文档简单介绍了openMP并行程序设计,非常适合入门学习,希望和大家共勉。-Document a brief introduction openMP parallel programming, is ideal for entry-learning, hope and encourage one another.
Platform: | Size: 245760 | Author: 刘彬 | Hits:

[MPIopenmp

Description: This document specifies a collection of compiler directives, library functions, and environment variables that can be used to specify shared-memory parallelism in C and C++ programs. The functionality described in this document is collectively known as the OpenMP C/C++ Application Program Interface (API). The goal of this specification is to provide a model for parallel programming that allows a program to be portable across shared-memory architectures from different vendors. The OpenMP C/C++ API will be supported by compilers from numerous vendors.
Platform: | Size: 228352 | Author: Sudhanshu Shukla | Hits:

[OtherOpenMP_API

Description: OpenMP API 用户指南概述了用于生成多重处理应用程序的OpenMP Fortran 95、C 和 C++ 应用程序接口(application program interface, API)。Sun Studio 编译器支持OpenMP API。本指南专供具有Fortran、C 或C++ 语言及OpenMP 并行编程模型工作经验的科 学工作者、工程技术人员和程序员使用。通常,还假定他们熟悉Solaris 操作环境或 UNIX。-OpenMP API User s Guide outlines the procedures used to generate multi-processing applications of the OpenMP Fortran 95, C and C++ application program interface (application program interface, API). Sun Studio compilers support OpenMP API. This guide is specifically for Fortran, C or C++ language and OpenMP parallel programming model for scientific work experience School workers, engineers, technicians and programmers. Usually, it is assumed they are familiar with Solaris operating environment or UNIX.
Platform: | Size: 904192 | Author: udee | Hits:

[MPIProgram-With-OpenMP

Description: 此文档为网络上搜索都得以篇并行计算演示文稿,介绍了OpenMP程序设计-This document is an Internet search for articles are parallel to the presentation, introduced the OpenMP programming
Platform: | Size: 121856 | Author: hsxw001 | Hits:

[Windows DevelopGaussian

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:

[Linux-UnixUsing.OpenMP.Portable.Shared.Memory.Parallel.Prog

Description: Open Mp book for parallel computing
Platform: | Size: 1319936 | Author: surinder | Hits:

[MPIAutomatic-parallel-compiled

Description: 这是一篇很有价值的博士论文,对于并行化编译器中并行程序自动生成和性能优化技术进行了较深入的研究。 并行化的最终日标是生成符合日标机体系结构特点的高效并行程序,因此如何产生高效并行代码是并行化编译研究的一项重要内容。 这篇文章以并行化编译器KAP为研究背景,以分布内存结构为目标,研究了并行化过程中的通信优化和消息、传递类型并行程序自动生成问题;以共享内存结构为目标,研究了并行化产生的openMP程序的编译优化问题。通过测试确定了影响openMP程序性能的主要因素,从并行化生成OpenMP并行程序的特点出发,利用并行化过程中所获得的分析信息,提出了相应的优化算法。对于研究自动并行编译技术的朋友们,是一份很好的学习资料。 -This is a valuable doctoral thesis, for the parallel compiler automatically generates parallel programs and performance optimization technology for a more in-depth study. Parallel objective is to generate the final date of compliance on the characteristics of standard machine architectures and efficient parallel programs, how to generate efficient parallel code is compiled parallel an important part of the study. This article KAP parallel compiler for the study of the background to distributed memory architecture as the goal of a parallel optimization of the process of communication and message passing parallel program automatically generates the problem type to shared memory architecture as the goal of a parallel of the compiler generated openMP program optimization problems. Determined by testing the performance of the main factors openMP program, generated from the parallel characteristics of OpenMP parallel programs using the parallel process of the analysis of information obtaine
Platform: | Size: 5625856 | Author: 王鹏 | Hits:

[Process-ThreadOpenMP

Description: 诞生于1997年,目前已经推出OpenMP 3.0版本。 标准版本3.0,2008年5月,支持Fortran/C/C++。 面向共享内存以及分布式共享内存的多处理器多线程并行编程语言。 一种编译指导语句,能够显式指导多线程、共享内存并行的应用程序编程接口(API) 具有良好的可移植性,支持多种编程语言。 支持多种平台 大多数的类UNIX系统以及Windows NT系统(Windows 2000,Windows XP,Windows Vista等)。-Born in 1997, the current version of OpenMP 3.0 has been released. May the standard version 3.0,2008, support Fortran/C/C++. For shared memory and distributed shared memory multi-processor multi-threaded parallel programming language. A compiler guidance statement to explicitly guide the multi-threaded, shared memory parallel application programming interface (API) has good portability, support for multiple programming languages. Support multiple platforms most UNIX-like systems and Windows NT systems (Windows 2000, Windows XP, Windows Vista, etc.).
Platform: | Size: 154624 | Author: 李广印 | Hits:

[MPIParallel

Description: 阿贡国家实验室并行计算中心对于mpi,openmp的介绍和例程,简单易学,是并行计算入门的最佳资料。-The best introducing materials for parallel computing (mpi, openmp).
Platform: | Size: 5662720 | Author: 贾鹏 | Hits:

[MPIOpenMP

Description: OpenMP并行计算算法,OpenMP并行程序设计,本篇文章中讲的几个OpenMP指令parallel, for, sections, section实际上都是用来如何创建线程的-OpenMP parallel computational algorithms, OpenMP parallel programming about this article several OpenMP parallel directive, for, sections, section are actually used to how to create a thread
Platform: | Size: 25600 | Author: 洛河 | Hits:

[VC/MFCOpenmp

Description: 对初学并行编程语言openmp的同志们会有很大帮助,详细介绍了openmp的基础以及编译环境-Openmp parallel programming language for beginners comrades will be of great help, detailing the foundation and build environment openmp
Platform: | Size: 2643968 | Author: wanghong | Hits:
« 12 »

CodeBus www.codebus.net