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

搜索资源列表

  1. canon

    0下载:
  2. 并行计算实验,用于矩阵乘法的计算,canon算法,使用mpi方法-algorithm includes openmp,pthread,mpi,mapreduce and so on
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2669
    • 提供者:zhaocehen
  1. CnC_tutorial

    0下载:
  2. Intel CnC 帮助文档, 在这个文档中,你可以找到英特尔CnC并行的使用方法,CnC比OpenMp最大的优势在于你并不需要十分了解它是怎么并行的,只要将你需要计算的数据放入cnc中,它会自动并行-Intel CnC help document. In this document, you can find how to use CnC, CnC is better than openMp because it doesn t matter if the programer is p
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:349327
    • 提供者:王川
  1. fib

    0下载:
  2. CnC 斐波那契数列的例子 在112345这种openmp下不能并行的例子中,看看cnc是如何做到并行的-CnC fib example. In Fibonacci number, openmp cannot do that, see how it works in CnC
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1174845
    • 提供者:王川
  1. using_openmp_programming

    0下载:
  2. 关于OPENMP和并行计算的一本很不错的书籍,英文版。-a book about openmp and parallel computing.
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:1320524
    • 提供者:zhuwei
  1. nest

    0下载:
  2. OpenMP中并行嵌套的应用,使用nested语句在并行语句中实现并行的嵌套。-OpenMP parallel nested applications
  3. 所属分类:MPI

    • 发布日期:2017-04-08
    • 文件大小:437756
    • 提供者:曹婷婷
  1. lu

    1下载:
  2. 纯OpenMP实现LU分解的并行算法,包含代码和运行结果-Pure OpenMP implementation of parallel LU factorization algorithm, including the results of the code and run
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:31429
    • 提供者:查修齐
  1. test06

    0下载:
  2. 一个基于OpenMP的并行粒子群优化算法编程,类似于计算器,使用时只需对适应度函数进行相应改动,且并行计算效率相对较高-A programming based on the OpenMP parallel particle swarm optimization algorithm, similar to the calculator, use only the fitness function to make the appropriate changes, and the parallel c
  3. 所属分类:MPI

    • 发布日期:2017-06-02
    • 文件大小:14720154
    • 提供者:汤良宇
  1. test

    0下载:
  2. 并行sieve 方法寻找质数,openmp-sieve method for finding prime numbers based on openmp
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1550
    • 提供者:andy
  1. OpenMP01

    0下载:
  2. OpenMP入门程序,并行实现for循环,包括很多注释,指明了实现OpenMp并行程序时的注意事项-Parallel for statement implemented by c++ & OpenMP
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:650628
    • 提供者:lixiang
  1. Mandelbrot_core

    0下载:
  2. Calculation of mandelbrot set using openMP
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:659
    • 提供者:Alessandro
  1. dijkstra_openmp

    0下载:
  2. DIJKSTRA_OPENMP is a C++ program which illustrates the use of the OpenMP application program interface by implementing Dijkstra s minimum graph distance algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:3674
    • 提供者:nader
  1. ompi-1.2.2.tar

    0下载:
  2. OpenMP Examples for c/c-OpenMP Examples for c/c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:401645
    • 提供者:aabbas
  1. OOpeenMP_Applp

    0下载:
  2. OpenMP 是并行编程与开发的高级语言,该语言已经到了2,5版了,要学习并行行编程与开发几乎不可能不学习OpenMP了,该文件是OpenMP最新API说明文档 -OpenMP is a parallel programming and development of high-level language, the language has to 2,5 version to learn programming and development of the parallel line is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:722610
    • 提供者:追求
  1. En-body_mpiopn

    0下载:
  2. 一个在linux环境下的基于于mpi+openmp的混合编程 -One in the linux environment based on mixed programming mpi+ openmp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:175321
    • 提供者:linggan
  1. ntu-vanderpas.pdf.tar

    0下载:
  2. This a tutorial for openmp in C or Fortran. Easy to understand. It is good for beginners.-This is a tutorial for openmp in C or Fortran. Easy to understand. It is good for beginners.
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:476391
    • 提供者:peng
  1. odd-even-transpostion

    0下载:
  2. An odd-even transposition program using Intel MPI and OpenMP
  3. 所属分类:MPI

    • 发布日期:2017-11-12
    • 文件大小:2923
    • 提供者:MegaStone
  1. jaccobi

    1下载:
  2. jaccobi矩阵的MPI和openMP以及混合编程的并行计算程序代码。-The codes of MPI, openMP and mixed parallel programs for computing jaccobi matrix.
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:7168
    • 提供者:刘天航
  1. tema1_apd

    0下载:
  2. This program is openmp with parralel threads and secvential threads.
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:5485
    • 提供者:Stan Oana
  1. 命令行参数介绍文档

    0下载:
  2. 在阅读别人代码的时候,看到各种各样的编译FLAG,比如:mex testparallel.c COMPFLAGS="$COMPFLAGS /openmp"或者mex CXXOPTIMFLAGS="-03 -DNDEBUG" LDOPTIMFLAGS="-03" CXXFLAGS="\$CXXFLAGS -WALL" ***之类的。介绍一下这些FLAGS的作用-FLAGS role
  3. 所属分类:文档资料

    • 发布日期:2017-11-10
    • 文件大小:1200
    • 提供者:王丽娜
  1. a

    0下载:
  2. OpenMP简单的应用 输入计算线程数 重复循环执行一定数量的代码 记录起始时间和结束时间 时间相减求出代码执行时间-A simple OpenMP applications enter the calculation of the number of threads that repeat loop executes a certain amount of code to record the start time and end time subtraction to find the co
  3. 所属分类:MPI

    • 发布日期:2017-11-19
    • 文件大小:619
    • 提供者:李子健
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 19 »
搜珍网 www.dssz.com