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

搜索资源列表

  1. openMP-Nested-parallel

    0下载:
  2. Visual studio C++环境下openMP标准的for循环嵌套并行-openMP Nested parallel in Visual studio C++ environment
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3052978
    • 提供者:zhang
  1. A-brief-introduction-to-OpenMP

    0下载:
  2. OpenMp to use, can rapidly improve the ability of parallel code!
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:438772
    • 提供者:杨斐
  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. openmp

    0下载:
  2. OpenMP MultiGPUs example
  3. 所属分类:MPI

    • 发布日期:2017-04-29
    • 文件大小:10987
    • 提供者:Rostislav
  1. openmp

    0下载:
  2. OpenMP,OpenMp提供了对并行算法的高层的抽象描述,程序员通过在源代码中加入专用的pragma来指明自己的意图,由此编译器可以自动将程序进行并行化,并在必要之处加入同步互斥以及通信-OpenMP OpenMP provides the parallel algorithm of the high-level abstract descr iption of the programmer by in source code to join special pragma to indicat
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3000370
    • 提供者:CQ
  1. openmp

    0下载:
  2. openmp 距离测试 用于计算划分宽度-openmp dividing the distance used to calculate the width test
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:781
    • 提供者:kevin
  1. OpenMP

    0下载:
  2. 使用openmp实现枚举排序算法的并行实现,文档中包含代码和实验结果-Use openmp achieve enumeration sorting algorithm implemented in parallel, the document contains the code and results
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:426168
    • 提供者:小子
  1. OR-F-009.-Ejemplos-de-OpenMP.tar

    0下载:
  2. Parallel examples in OpenMP C-Parallel examples in OpenMP C
  3. 所属分类:Console

    • 发布日期:2017-05-04
    • 文件大小:16896
    • 提供者:koumbaya
  1. OpenMP-programming

    0下载:
  2. 本人搜集的一些关于openmp的学习资料,方便大家学习,特别对新人很有用,不用做任何商业用途,版权归作者。-basic knowledge of openMP
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:177592
    • 提供者:renlong
  1. OpenMP-manual

    0下载:
  2. 由SUN公司提供的openmp用户手册,包含详细的接口函数用法与解释,嵌套并行操作,Fortran 中的自动作用域,实现定义的行为等。-Provided by the SUN company openmp user manual includes detailed usage and interpretation of interface functions, nested parallelism, Fortran automatic scope, implementation-defined
  3. 所属分类:MPI

    • 发布日期:2017-05-06
    • 文件大小:574037
    • 提供者:艾艾
  1. MPI-and-OpenMP-parallel-programming

    1下载:
  2. 《MPI与OpenMP并行程序设计(C语言版)》是美国Oregon州立大学的Michael J.Quinn教授在多年讲授“并行程序设计”课程的基础上编写而成的,主要介绍用C语言,并结合使用MPI和OpenMP进行并行程序设计,内容包括并行体系结构、并行算法设计、消息传递编程、Eratosthenes 筛法、Floyd 算法、性能分析、矩阵向量乘法、文档分类、蒙特卡洛法、矩阵乘法、线性方程组求解、有限差分方法、排序、快速傅立叶变换、组合搜索、共享存储编程、融合OpenMP和MPI以及5个附录。-&
  3. 所属分类:MPI

    • 发布日期:2016-09-22
    • 文件大小:48901120
    • 提供者:艾艾
  1. Comparison-of-OpenMP-a-OpenCL-Parallel

    0下载:
  2. Comparison of OpenMP & OpenCL Parallel
  3. 所属分类:Software Testing

    • 发布日期:2017-05-05
    • 文件大小:399000
    • 提供者:soumayahh
  1. combation caculation

    0下载:
  2. Intel编译器的自动并行化功能可以自动的将串行程序的一部分转换为线程化代码,适用于多核或多处理器的共享内存系统,OpenMP是C/C++ 和Fortan等的应用编程接口,已经被大多数计算机硬件和软件厂家所标准化。(Automatic parallelization of serial program function can automatically convert a portion of the thread of Intel code compiler, shared memory s
  3. 所属分类:并行计算

    • 发布日期:2017-12-23
    • 文件大小:3824640
    • 提供者:TTH
  1. iqps

    0下载:
  2. C++ program using OpenMP to solve 2D levels from the IQ-puzzle 505 from Lonpos from designtorget.se Look in level.txt for example usage. Compile program using gcc with: gcc -O3 -fopenmp -o iqps iqps.cpp Run with: ./iqps (path to level.txt)
  3. 所属分类:游戏

    • 发布日期:2017-12-23
    • 文件大小:4096
    • 提供者:linkan
  1. ac_mp_openmp

    0下载:
  2. guide for parallel programation with openmp
  3. 所属分类:并行计算

    • 发布日期:2018-01-07
    • 文件大小:142336
    • 提供者:ulises009
  1. Algoritmo Dijkstra

    0下载:
  2. research of dijkstra algorithm with openmp
  3. 所属分类:人工智能/神经网络/深度学习

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

    0下载:
  2. 共享存储编程实验,用OpenMP实现并行的枚举排序算法和快速排序算法并与其串行算法进行比较(OpenMP parallel QuickSort)
  3. 所属分类:并行计算

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:黯然之色
  1. MPI与OpenMP并行程序设计:C语言版

    1下载:
  2. MPI与OpenMP并行程序设计:C语言版(MPI and OpenMP parallel programming: C language version)
  3. 所属分类:并行计算

    • 发布日期:2018-01-10
    • 文件大小:48864256
    • 提供者:无名之左
  1. openmp编程指南

    0下载:
  2. 中科大课件,详细介绍openmp的使用,包括各类调用
  3. 所属分类:编程文档

    • 发布日期:2019-09-02
    • 文件大小:5270547
    • 提供者:wudayo
  1. 并行计算导论(原书第2版) 清晰PDF

    2下载:
  2. 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit
  3. 所属分类:并行计算

    • 发布日期:2020-09-26
    • 文件大小:49017856
    • 提供者:gl62m
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com