搜索资源列表
mpi
- 通过实例详细讲解MPI程序设计方法及过程。-Explained in detail by an example MPI program design method and process.
Lab06
- program that reads an integer value from the terminal and distributes the value to all of the MPI processes. Each process should print out its rank and the value it received. Values should be read until a negative integer is given as input. You may
serial.c.tar
- Serial program before using MPI
jacobi.f
- Jacobi的fortran程序 包括openmp以及MPI以及openmp与mpi的联合算法-a Jacobi program writen in fortran program to solve a finite difference discretization of Helmholtz equation
mpi_matrixMultiplication
- 一个简单的MPI矩阵相乘代码,由一个MASTER node分配第一个矩阵的各行到运算节点,然后收集结果-A simple MPI matrix multiplication program.
parallel_matrix_multiply_demo
- 基于MPI得并行矩阵乘法 Cannon算法实现 该程序基于 Boost 和 MPI 实现了Cannon 算法实现对矩阵得并行求积。 -MPI-based parallel matrix multiplication may Cannon algorithm implementation of the program and the MPI-based Boost algorithm achieved Cannon was parallel to the matrix of quadratur
pdks
- LBM可压缩流模拟程序。基本特点为: 1 支持二维单块贴体网格plot3d格式 2 支持多个可压缩LBM模型 3 支持I方向网格分块MPI并行 4 支持http://www.math.tu-cottbus.de/~berti/gral中的control-device -LBM compressible flow simulation program. Basic features: 1 support two-dimensional single-block body-fit
MPI_sample
- MPI例子程序,带有13个MPI并行程序,对学习MPI并行编程大有裨益-MPI example program, with 13 MPI parallel program to the study of great benefit to MPI parallel programming
sorting
- Assumptions There are p processors sorting n numbers. Each processor begins with n=p numbers stored in the array x All numbers are in the range 0 : : : M 1 When the sorting algorithm ends, each processors has a sorted list o
kursak
- MPI program to illustrate paralel computation of two matrix multiplying on ikosaedr
mpi
- 基于MPI多线程的矩阵高斯消去算法,是一种并行程序设计思想!-Matrix Gaussian elimination algorithm based on MPI multi-threaded, a parallel program design ideas!
mpi-pi
- 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
kursak
- MPI program to illustrate paralel computation of two matrix multiplying on ikosaedr
MPI-with-Fortran
- MPI与Fortran的并行程序实例,SU最新源码,实用 -MPI parallel program with Fortran instance, SU the latest source code, and practical
mpi-pi
- 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
mpi-pi
- 是在linux系统下用c+mpi并行计算pi的程序。-Linux system c+mpi parallel computing pi program.
test-mpi-LU
- 用mpi实现的并行LU分解测试程序,win7系统,vs2013平台-Using mpi to achieve the parallel LU decomposition test program, win7 system, vs2013 platform
the
- Game Of Life 的并行程序 在MPI的下设计的C语言程序-Game Of Life under the MPI parallel program design Of C language program
CTA_MPI
- 用于对ECT或者PET图像心肌层提取并与整体心脏融合(The program can be used to extract LV wall from MPI images and fuse the LV wall with whole heart label)
Mpi Send.tar
- This is a program that show how to use send receive scatter gather
