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

搜索资源列表

  1. linecode

    0下载:
  2. 一些解决线形方程组的并行计算的程序,希望对大家有一点帮助
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:16.68kb
    • 提供者:zhangfu
  1. linux3

    0下载:
  2. linux下的mpi并行计算的C语言程序,包括高斯计算的内容-linux mpi parallel computing under the C language program, including the calculation of the contents of the Gaussian
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:28.59kb
    • 提供者:zxh170601
  1. buddy-2.4.tar

    0下载:
  2. 当前最完善的OBDD程序实现。可用于并行计算分析,网络图论分析-At present, the most perfect realization of OBDD procedures. Analysis can be used for parallel computing, network graph theory analysis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:748.56kb
    • 提供者:Paul Chan
  1. siesta-3.0-b

    2下载:
  2. SIESTA用于分子和固体的电子结构计算和分子动力学模拟。SIESTA使用标准的Kohn-Sham自恰密度泛函方法,结合局域密度近似(LDA-LSD)或广义梯度近似(GGA)。计算使用完全非局域形式(Kleinman-Bylander)的模守恒赝势。基组是数值原子轨道的线性组合(LCAO)。它允许任意个角动量,多个zeta,极化和截断轨道。计算中把电子波函和密度投影到实空间网格中,以计算Hartree和XC势,及其矩阵元素。除了标准的Rayleigh-Ritz本征态方法以外,程序还允许使用占据轨
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:7.33mb
    • 提供者:samuel
  1. upc-hands-on-sc09

    0下载:
  2. 并行编程技术,利用多线程提高程序效率。可以用用图像,矩阵的计算-UPC
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:154.52kb
    • 提供者:王锁
  1. M

    0下载:
  2. 蒙特卡洛法求圆周率并行,多核程序实现圆周率的计算。-Monte carlo go to pi law
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:988byte
    • 提供者:zmx
  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
    • 文件大小:2.96mb
    • 提供者:topyang
  1. linux2

    0下载:
  2. linux系统下的并行计算MPI的程序,一些数学内容的计算-linux MPI parallel computing system procedures, some of the calculation of mathematical content
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:737.93kb
    • 提供者:zxh170601
  1. Parallel-computing-techniques

    0下载:
  2. 给出了linux集群系统的设计与实现,对并行程序设计中的消息传递机制给出了详细的说明,针对不同并行计算模型,研究了了并行程序设计的方法,结合数据挖掘技术等,给出并行计算平台的构建方法,并且对并行计算技术在化工过程与优化中的应用有很多优秀的观点。资料内容很丰富,对于研究并行技术的朋友有很大帮助。-Given Linux cluster system design and implementation of parallel programming, the message transfer mec
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:24.79mb
    • 提供者:王鹏
  1. juzhensyanbfa

    0下载:
  2. 给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种 并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI (message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验, 结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移 植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。-Gives t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:123.09kb
    • 提供者:澄海
  1. 3pcf

    0下载:
  2. 并行计算 实现3pcf问题 此算法在linux下运行 用gcc编译 能够通过time 命令得到运行时间以查看程序效率-Parallel computing problems to solve the 3pcf problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1.07kb
    • 提供者:laura
  1. pi_s

    0下载:
  2. 计算pi的一个小程序,用的是积分求解,因为计算量比较大,可以用作并行编程的素材。-Calculate pi in a small program, using the integral solution, because the larger than calculated, the material can be used as parallel programming.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1.4mb
    • 提供者:余闷
  1. parallel-program-design

    0下载:
  2. 主要介绍高性能计算方面的程序编写,以及linux下的shell编程,并行程序的设计,高性能计算集群的管理与优化等。-Introduces procedures for the preparation of high performance computing, and under linux, shell programming, parallel program design, management and optimization of high performance computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-14
    • 文件大小:20.1mb
    • 提供者:圣郎
  1. miniFE-2.0_cuda

    0下载:
  2. 这是intel的一个开源程序,里面用到intel的mkl算法,还有用到nvidia的cuda并行计算-This is an open source intel, which used the intel mkl algorithm, as well as use the nvidia cuda parallel computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:421.33kb
    • 提供者:jeff guo
  1. mpi

    0下载:
  2. 高性能计算与云计算 实验报告 ——MPI 求最短路径 本实验的目的是通过练习掌握分布存储并行编程的知识和技巧。 1. 了解并行算法的设计方法 2. 掌握MPI并行程序编写的基本步骤 3. 掌握MPI编程环境和工具的使用 4. 了解MPI程序调试和调优的技巧 -High-performance computing and cloud computing lab report MPI seeking purpose of this experiment is th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:180.18kb
    • 提供者:alfred artorius
  1. MapReduce

    1下载:
  2. 高性能计算与云计算 实验报告 ——Map/Reduce编程 本实验的目的是通过练习掌握Map/Reduce编程的知识和技巧: 1) 熟悉建立分布式高性能计算平台Hadoop的基本步骤 2) 掌握用Map/Reduce编写并行计算程序的基本方法 3) 了解Map/Reduce计算程序在Hadoop下的运行和调试机制 -High-performance computing and cloud computing lab report Map/purpose of th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:452.72kb
    • 提供者:alfred artorius
  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
    • 文件大小:222.24kb
    • 提供者:alfred artorius
  1. MPI

    1下载:
  2. MPI程序 一个介绍并行计算的程序 主要用于MPS方法-MPI program
  3. 所属分类:Driver develop

    • 发布日期:2017-06-09
    • 文件大小:15.49mb
    • 提供者:朱悦
  1. Pi_Paralleled

    0下载:
  2. 一个计算Pi的并行化小程序,使用Win32的线程~-A Parallel Program to calculate Pi
  3. 所属分类:Windows Kernel

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