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

搜索资源列表

  1. mandmpi427without_multithread

    0下载:
  2. MPI+ linux 计算mandelbrot分形集。并行度很高-MPI+ linux calculating mandelbrot fractal set. High degree of parallelism
  3. 所属分类:Grid Computing

    • 发布日期:2017-05-10
    • 文件大小:2523617
    • 提供者:徐东
  1. 20100505mandMPImultithread

    0下载:
  2. 并行计算,mpi模型。计算分形集mandelbrot集。这次加上了多线程,并行度更高!-Parallel computing, mpi model. Mandelbrot set fractal set computing. The addition of multi-threaded, parallel degree higher!
  3. 所属分类:MPI

    • 发布日期:2017-05-01
    • 文件大小:567671
    • 提供者:徐东
  1. mpi_quick

    0下载:
  2. 快速排序算法,在mpi平台下编写,适合初学者学习使用-Quick sort algorithm, written in the mpi platform, suitable for beginners to learn to use
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:2708
    • 提供者:马启超
  1. matrixmult

    0下载:
  2. this a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon-this is a matrix multiple, it s work with mpi and wroted with c++ it s parallel verjon
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:4435
    • 提供者:Navid Yamini
  1. fox_mpi

    0下载:
  2. It s implementation of fox algorithm using lam mpi library in C successfully ran on ubuntu 9.04, lam 7.1 on ehternet network
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:12675
    • 提供者:shanky
  1. mpi

    0下载:
  2. 并行计算的学习资料,讲的很详细,适用于初学者入门-Parallel computing learning materials, talking in great detail, suitable for beginners entry
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:888583
    • 提供者:王华
  1. mpidesign

    0下载:
  2. mpi程序设计由入门到精通,内容全面,实例丰富-mpi programming from the entry to the competent, comprehensive, examples of rich
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:825515
    • 提供者:王华
  1. int

    0下载:
  2. /* The following is an example of an MPI code written in C. */ /* The application opens an output file for each processor */ /* named OutFile.n where n is the processor number, writes */ /* an array of ints to the file, then closes the file. -
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:1174
    • 提供者:Shahir Salman M
  1. quicksort.c

    0下载:
  2. quick sort in parallel version with MPI
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:1043
    • 提供者:Shahir Salman M
  1. transpose_me

    0下载:
  2. this abou MPI implementation in paralle processing.an example of transpose matrix-this is abou MPI implementation in paralle processing.an example of transpose matrix
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:338526
    • 提供者:ati
  1. mpi_wave_i

    0下载:
  2. 用MPI实现wave程序并行化,采用非阻塞方式-Wave process with MPI parallel implementation, using non-blocking mode
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:2237
    • 提供者:gy
  1. mpiomp_wave

    1下载:
  2. MPI和OpenMP实现wave程序的混合并行编程-MPI and OpenMP programs to achieve wave mixing parallel programming
  3. 所属分类:MPI

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

    1下载:
  2. 用MPI和OpenMP实现jacobi程序并行化的混合编程-Achieved with MPI and OpenMP parallel jacobi program mixed programming
  3. 所属分类:并行运算

    • 发布日期:2013-11-16
    • 文件大小:1769
    • 提供者:gy
  1. mpi

    0下载:
  2. mpi程序执行时需要将原文件分发到各个结点,在结点ssh通信基础上,这个shell小程序自动将文件分发,并打开mpiboot,执行源mpi程序-mpi program execution when the original document to each node in the node ssh communication, based on the shell applet automatically document and open mpiboot, the implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:554
    • 提供者:L
  1. ParallelScientificComputinginCplusplusandMPI

    0下载:
  2. Parallel Scientific Computing in C++ and MPI.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3949800
    • 提供者:anh
  1. Jacobi_MPI

    0下载:
  2. MPI c++ jacobi迭代代码,VS05 下编译通过-MPI c++ jacobi iteration code, VS05 compiled by
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:1983
    • 提供者:pujunyi
  1. MPIGaussMatrix

    0下载:
  2. 基于MPI的高斯算法求解矩阵方程,运行前需安装第三方插件MPICH-MPI algorithm based on Gaussian matrix equation, third-party plug-ins to be installed before running MPICH
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:2567
    • 提供者:huang dongqi
  1. teste-mpi

    0下载:
  2. MPI Implementation to the problem of find the higher element in a unsorted array
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:665
    • 提供者:Ramon
  1. merge_using_mpi

    0下载:
  2. Merge sort algorithm with mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:1482
    • 提供者:sddas
  1. matrix_multi_usingmpi

    0下载:
  2. matrix multiply using mpi
  3. 所属分类:MPI

    • 发布日期:2017-04-09
    • 文件大小:1058
    • 提供者:sddas
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com