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

搜索资源列表

  1. mfem-2.0

    0下载:
  2. The MPI-based parallel version of MFEM can be used as a scalable unstructured finite element problem generator, which supports parallel local refinement and parallel curved meshes, as well as several solvers from the hypre library. An experimental su
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:380181
    • 提供者:普之仁
  1. chapter3

    0下载:
  2. 多核CPU计算机 多线程编程基础 OpenMP 并行程序设计语言和并行结构的描述 -Parallel Programming
  3. 所属分类:MPI

    • 发布日期:2017-11-24
    • 文件大小:2029795
    • 提供者:ws2010
  1. prime

    0下载:
  2. 使用openmp实现2~1000000间素数的判断和输出 输出到文件中-OpenMP 2 to 1 million primes judgment and output to a file
  3. 所属分类:MPI

    • 发布日期:2017-11-09
    • 文件大小:695
    • 提供者:王云朋
  1. 2omp

    0下载:
  2. OpenMP实现快速排序,能够实现多线程下的快速排序算法-OpenMP quick sort, quick sort algorithm can achieve multi-threaded
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:639
    • 提供者:王智
  1. test

    0下载:
  2. OpenMP 解决大矩阵相乘问题,矩阵规模为5000*5-OpenMP problem solving large matrix multiplication
  3. 所属分类:MPI

    • 发布日期:2017-12-05
    • 文件大小:979
    • 提供者:wyj
  1. CPPAMP

    0下载:
  2. 多核编程,比 OPENCL 简单 可以通过类似 OPENMP 的方式,简洁的实现异构编程,使用 GPU 计算-Multicore programming than simple OPENCL
  3. 所属分类:MPI

    • 发布日期:2017-05-25
    • 文件大小:8668076
    • 提供者:ltx
  1. gradient.tar

    0下载:
  2. an OpenMP code for finding gradient of a fucntion
  3. 所属分类:MPI

    • 发布日期:2017-04-23
    • 文件大小:9762
    • 提供者:Niamul Baqui
  1. fastflow-2.0.0

    0下载:
  2. Fastflow是一个在多核系统下的并行计算框架,可以灵活的加入现有的程序中,在软件开发的各个层次均可得到应用,采用了non-blocking lock-free/fence-free的同步机制,比openmp更加高效-FastFlow is a parallel programming framework for multi-core platforms based upon non-blocking lock-free/fence-free synchronization mechanism
  3. 所属分类:MPI

    • 发布日期:2017-05-25
    • 文件大小:8500750
    • 提供者:C
  1. omp

    0下载:
  2. openMP实现1000的方阵做20次幂运算-openMP achieve 20 times 1000 square exponentiation
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:682
    • 提供者:jakc
  1. SEISMIC_CPML_1.2.tar

    1下载:
  2. 正演程序,使用CPML边界条件,使用MPI+OpenMP并行模式-seismic forward with cpml using MPI and openMP
  3. 所属分类:MPI

    • 发布日期:2015-05-02
    • 文件大小:312320
    • 提供者:lianximeng
  1. lu_mpi_omp

    2下载:
  2. LU分解的MPI和OpenMP混合并行编程-LU decomposition MPI and OpenMP parallel programming mix
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:2048
    • 提供者:jack_f
  1. pipe

    0下载:
  2. 利用OpenMP实现的流水线算法,里边有编译方法写的很详细。适合学习。-OpenMP use pipelining algorithm implementation, inside compilation method written in great detail. For learning.
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1347
    • 提供者:jack_f
  1. 1.c

    0下载:
  2. OpenMP 解决哲学家问题,linux环境,c语言实现-OpenMP philosophers problem solving, linux environment, c language
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:1888
    • 提供者:chxuhesh
  1. openmp_mpi_combine

    2下载:
  2. mpi和openmp混合编程,实现矩阵向量相乘的并行计算,主要是并行开启和终止的示例,适合初学者-mpi and openmp mixed programming, parallel computing matrix-vector multiplication, is an example of a parallel main opening and termination for beginners
  3. 所属分类:MPI

    • 发布日期:2016-09-26
    • 文件大小:4096
    • 提供者:王耀侦
  1. openmp_c

    0下载:
  2. openmp开启、初始化及终止过程的c代码,适合并行计算初学者-c code openmp open, initialization and termination process for parallel computing for beginners
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:711
    • 提供者:王耀侦
  1. Circuit-Satisfiability

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版)示例程序-MPI and OpenMP parallel programming (C language version) sample program
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:740
    • 提供者:anqi
  1. Collective-Communication

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版)示例程序:进程通信-MPI and OpenMP parallel programming (C language version) sample program: Process Communication
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:839
    • 提供者:anqi
  1. Integration-by-rectangle

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版):梯度法求解定积分-MPI and OpenMP parallel programming (C language version): gradient method for solving definite integrals
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:746
    • 提供者:anqi
  1. Integration-by-Simpson

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版):Simpson法求解定积分-MPI and OpenMP parallel programming (C language version): Simpson method to solve the definite integral
  3. 所属分类:MPI

    • 发布日期:2017-04-05
    • 文件大小:738
    • 提供者:anqi
  1. parallel-Performence

    0下载:
  2. MPI与OpenMP并行程序设计(C语言版):并行性能分析-MPI and OpenMP parallel programming (C language version): Parallel Performance Analysis
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:905
    • 提供者:anqi
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com