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

搜索资源列表

  1. jacobi

    0下载:
  2. JACOBI算法的C语言版,可用于openmp和pthreads。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2795
    • 提供者:laote
  1. n-body_mpi+openmp

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

    • 发布日期:2017-03-27
    • 文件大小:175433
    • 提供者:求是赤子
  1. n-body_openmp

    0下载:
  2. 一个在linux下的基于openmp的n-body编程-Under a linux-based n-body of the OpenMP programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:64089
    • 提供者:求是赤子
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(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 algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:240056
    • 提供者:luoang
  1. PerformanceTuningExample

    0下载:
  2. 关于OpenMP性能调优的资料,更深一步学习如何提高程序性能。主要掌握了循环互换,循环展开和循环合并等方法,和缓存的一致性来解决共享变量带来的负荷,了解了线性递推(Linear Recurrence)和如何用分块提高矩阵的更新效率。 -On the OpenMP performance tuning information, deeper to learn how to improve program performance. Main mastered the loop interchan
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1274133
    • 提供者:徐鹏
  1. convolution

    1下载:
  2. 并行卷积 使用MPI和openmp混编 Convolution using the parallel mixed MPI and openmp-Convolution using the parallel mixed MPI and openmp
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-09-22
    • 文件大小:1549
    • 提供者:vivid
  1. pimonte_sol

    0下载:
  2. 用Monte Carlo 算法求 Pi 的OpenMP实现-OpenMP for pi using Monte Carlo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:767
    • 提供者:wuyu
  1. ParallelProgramModel

    0下载:
  2. 介绍并行计算编程的模型和理论,掌握openMP,MPI,编写并行程序不再难。-introducing the model and theory of parallelling,mastering openMP,MPI,it is easy to program paralleling program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:3098759
    • 提供者:topyang
  1. Using.OpenMP.Portable.Shared.Memory.Parallel.Prog

    0下载:
  2. Open Mp book for parallel computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1320201
    • 提供者:surinder
  1. gaussian_omp

    2下载:
  2. 高斯消去法的openMP并行程序,用C++写的。在linux系统下运行成功-gaussian elimination for openMP。Code in C++,and successfully run in Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-05-13
    • 文件大小:1399
    • 提供者:zl
  1. openMp

    0下载:
  2. OpenMp库函数及头文件,压缩包包含VC90Debug库及Release库-OpenMp libraries and header files, libraries and archives contain VC90Debug Release Library
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:72763
    • 提供者:薛峰
  1. main-omp.cpp.tar

    0下载:
  2. n-body 的 openmp 实现 n -body 的 openmp 实现-the openmp achieve n-body of OpenMP to achieve n-body of OpenMP to achieve n-body of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-17
    • 文件大小:1962
    • 提供者:梁镇
  1. mpitest

    0下载:
  2. C++ program with multiple thread using OpenMP
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1011
    • 提供者:xiaohua
  1. yade-1.12.0.tar

    1下载:
  2. DEM离散元开源程序,YADE更新,可以用于岩土计算- Yet Another Dynamic Engine (historically related to SDEC), modular and extensible toolkit of DEM algorithms written in c++. Tight integration with Python gives flexibility to simulation descr iption, real-time control and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-18
    • 文件大小:4923105
    • 提供者:Xiaohu Tao
  1. fastrank

    0下载:
  2. 实现用openmp进行并行编程,修改已存在算法的错误-Implemented in parallel programming openmp quick sort, modify the program s lack of previous
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:7620
    • 提供者:宋杭
  1. OpenMP

    0下载:
  2. 高性能计算与云计算 实验报告 ——共享存储编程 本实验的目的是通过练习掌握共享存储并行编程的知识和技巧。 1) 掌握OpenMP并行程序编写的基本步骤 2) 熟悉OpenMP编程环境和工具的使用 3) 了解OpenMP程序调试和调优的技巧 -High-performance computing and cloud computing lab report- shared storage Programming purpose of this experiment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:227576
    • 提供者:alfred artorius
  1. parallel

    0下载:
  2. 并行程序的介绍,供大家初级学习使用,希望大家喜欢-mpi openmp parallel
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-30
    • 文件大小:12341960
    • 提供者:弹丝品竹
  1. times_test

    0下载:
  2. brief Embarrassingly parallel algorithm for random access iterators, using an OpenMP for loop with static scheduling.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:quiberry
  1. omp_loop

    0下载:
  2. brief Embarrassingly parallel algorithm for random access iterators, using an OpenMP for loop.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1788
    • 提供者:kanzrpiu
  1. null

    0下载:
  2. Test unique_ptr move assignment.Comma separated list of loop private variables for OpenMP parallelization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6609
    • 提供者:jouvfmui
搜珍网 www.dssz.com