CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - OpenMp

搜索资源列表

  1. MPI

    1下载:
  2. 里面包含两本MPI的经典书籍和一份PPT。 MPI并行程序设计自学教程.PPT MPI与OpenMP并行程序设计:C语言版 高性能计算之并行编程技术-MPI并行程序设计(完整版)-MPI which contains two classic books and a PPT. MPI parallel programming self-paced tutorial .PPT MPI and OpenMP parallel programming: C language vers
  3. 所属分类:MPI

    • 发布日期:2017-12-14
    • 文件大小:50061312
    • 提供者:刘建凯
  1. MPI_OpenMP

    1下载:
  2. 里面包含MPI以及OpenMP的培训资料和MPI在分子动力学领域应用的资料-Information which contains MPI and OpenMP and MPI training materials in the field of molecular dynamics applications
  3. 所属分类:MPI

    • 发布日期:2017-12-15
    • 文件大小:66933760
    • 提供者:刘建凯
  1. FinalTest-A

    0下载:
  2. 里面包含两个并行经理程序。分别是利用MPI和OpenMP来计算PI值,程序无误可用。-Which contains two parallel program manager. MPI and OpenMP are using to calculate the value of PI, correct procedures are available.
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1040
    • 提供者:刘建凯
  1. ex1.tar

    0下载:
  2. That is a new version of a hello world using openmp
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-12
    • 文件大小:820
    • 提供者:Carlos
  1. Archive

    1下载:
  2. 弗洛伊德算法的MPI+openmp实现. 运行指令在bash文件中。导入文件是3000个点,可以自行修改带入文件-Floyd Warshall algorithm achieved by MPI+openmp
  3. 所属分类:MPI

    • 发布日期:2017-05-26
    • 文件大小:8330868
    • 提供者:CHENHAO
  1. Colfax-HOW-Day-02

    0下载:
  2. we focus on the usage of the Intel Xeon Phi platform as a coprocessor in the offload programming model. We talk about the explicit offload model based on compiler pragmas, explaining how to offload functions, local scalars and arrays of known size, a
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:41916
    • 提供者:黄雪
  1. Colfax-HOW-Day-04

    0下载:
  2. 引入了线程并行,OpenMP并行框架。讨论的主题包括:使用线程来利用多个处理器内核,线程和数据并行,协调使用OpenMP线程的创建和团队他们处理循环和树木的任务。OpenMP的讨论提到控制线程的数量,控制变量条款和范围的共享,循环调度模式,使用互斥锁来保护竞争的条件,并与线程私有变量减少并行可扩展的方法。讲座部分的结论与讨论的一般方法来实现在计算应用中的并行的机会。动手部分演示了使用OpenMP并行串行计算和论证了循环变量共享,在一个应用实例进行数值积分的互斥和并行还原。-Session 4 i
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:23198
    • 提供者:黄雪
  1. pysph-pysph-04a086875073

    0下载:
  2. PySPH is an open source framework for Smoothed Particle Hydrodynamics (SPH) simulations. It is implemented in `Python <http://www.python.org>`_ and the performance critical parts are implemented in `Cython <http://www.cython.org>`_.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2493541
    • 提供者:apm
  1. wfmm

    0下载:
  2. wfmm_WFMM Openmp version wideband FMM for 2D complex Helmholtz equation.zip-This is the code for the Wideband Fast Multipole Method for 2D Helmholtz equation.testrun.c is a test or demonstration file to use wfmm() . By modifying testrun.c file, the
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:59939
    • 提供者:doryan ninenine
  1. MultiThread

    0下载:
  2. 多线程同时进行多项任务,事件同步openmp-Multithreading at the same time a number of tasks, event synchronization openmp
  3. 所属分类:Console

    • 发布日期:2017-12-14
    • 文件大小:13216697
    • 提供者:MCZ
  1. OPenMP_Advanced2013

    0下载:
  2. openmp编程,全局变量同步,输出hello world-openmp program, global variables synchronous to the hello world
  3. 所属分类:Console

    • 发布日期:2017-12-13
    • 文件大小:965659
    • 提供者:MCZ
  1. matrix

    0下载:
  2. openmp编程,多线程处理两3*3矩阵相乘-openmp programming, multithreading two 3* 3 matrix multiplication
  3. 所属分类:Console

    • 发布日期:2017-12-12
    • 文件大小:5279376
    • 提供者:MCZ
  1. Merge_Sort With OMP

    0下载:
  2. merge sort with openMP Threading
  3. 所属分类:数据结构

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:Mety
  1. 并行计算实验

    0下载:
  2. 并行计算课程PPT和实验指导,有pthread和OpenMP讲解,还有一些基础介绍(Parallel computing course PPT and experimental guidance, there are pthread and OpenMP to explain, and there are some basic introduction)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1098752
    • 提供者:jasminesong
  1. CUDA-Sobel-Filter-master

    0下载:
  2. This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:13942784
    • 提供者:穿山甲说
  1. TFE001031

    0下载:
  2. research of genetic algorithms using openmp and parallel programing
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:1538048
    • 提供者:ulises009
  1. my_Fox.c

    0下载:
  2. scatter_A_B to scatte array A and B in pmi openmp
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:wangjw
  1. pi

    0下载:
  2. 使用Openmp的分别用1、2、3、4核计算π值,对比四核所用时间的关系,同时检测四核是否能工作(Openmp is used to calculate the relationship between 1 cores, 2, 3 and 4 cores, respectively, to compare the relationship between the four cores' time and check whether the four cores work.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:7342080
    • 提供者:crz
  1. hybrid

    0下载:
  2. openmp and mpi hybrid codes
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:ahmad84
  1. matmul.tar

    1下载:
  2. 矩阵乘法的多线程并行实现,包括:simple,采用openmp对索引顺序ijk(一般写法)的循环实现并行;opt,采用openmp对索引顺序ikj(向量化友好)的循环实现并行;mkl,调用高性能数学库实现矩阵乘法。(Multi-thread parallelization of matrix-matrix multiplication: "simple" case, ijk loop (usual pattern); "opt" case, ikj (ve
  3. 所属分类:并行计算

    • 发布日期:2020-12-20
    • 文件大小:2048
    • 提供者:decipher2015
« 1 2 ... 12 13 14 15 16 1718 »
搜珍网 www.dssz.com