Welcome![Sign In][Sign Up]
Location:
Search - parallel program using mpi

Search list

[MPIMPI_struct

Description: 一个MPI并行程序,用与传递自定义数据结构-A MPI parallel program, using and passing custom data structure
Platform: | Size: 1024 | Author: menglige | Hits:

[MPIsinx

Description: sin(x)的并行程序,用mpi库和c语言编程-sin (x) of the parallel program, using mpi library and c language programming
Platform: | Size: 1024 | Author: 阿妍 | Hits:

[MPIbubblesort

Description: Bubble Sorting using MPI libraries
Platform: | Size: 1024 | Author: Chitra | Hits:

[MPIQuick.c

Description: Quick Sorting using MPI libraries
Platform: | Size: 3072 | Author: Chitra | Hits:

[MPIBinarySearch

Description: A program written by C++ which is used to search using binary search concept on parallel processes,,,,wishing it is useful
Platform: | Size: 2048 | Author: Mohammad Abdelwahab | Hits:

[MPIMPI.Heat

Description: This a parallel program that solve the heat distribution problem in array mode.the 6.11 prorblem of chapter 6 in parallel programing techniques and application using networked workstations and parallel copmuters by barry wilkinson -This is a parallel program that solve the heat distribution problem in array mode.the 6.11 prorblem of chapter 6 in parallel programing techniques and application using networked workstations and parallel copmuters by barry wilkinson
Platform: | Size: 1024 | Author: Navid Yamini | Hits:

[MPImpi

Description: 本书介绍目前最常见的并行程序—MPI并行程序的设计方法它适合高校三四年级本科 生非计算机专业研究生作为教材和教学自学参考书也适合于广大的并行计算高性能计 算用户作为自学参考书使用对于有FORTRAN和C编程经验的人员都可以阅读并掌握 本书的内容-This book describes the most common parallel program-MPI parallel program design method is suitable for non-college 34-year undergraduate computer science graduate students as teaching materials and reference books are also suitable for self-extensive parallel high-performance computing users as a self-reference using a FORTRAN and C programming for experienced personnel can read and grasp the contents of the book
Platform: | Size: 825344 | Author: baolon | Hits:

[MPIMPI

Description: 采用MPI接口函数编写一个计算矩阵向量相乘的并行程序-Using MPI interface functions compute the matrix vector multiplication to write a parallel program
Platform: | Size: 13312 | Author: yantingting | Hits:

[MPIques_1

Description: Tittle: MPI based parallel program to calculate the value of PI using monte-carlo simulation method
Platform: | Size: 20480 | Author: Tinni | Hits:

[Linux drivermpims

Description: 使用mpi 并行运算归并排序的c语言程序,mpicc编译,mpi 运行-Mpi parallel computing using merge sort of c language program, mpicc compile, mpi run
Platform: | Size: 1024 | Author: xiao ni | Hits:

[Software EngineeringMPI

Description: 介绍目前最常见的并行程序 —MPI并行程序的设计方法 它适合高校三四年级本科 生 非计算机专业研究生作为教材和教学自学参考书 也适合于广大的并行计算 高性能计 算 用户作为自学参考书使用-Describes the most common parallel programming parallel program design methods-MPI it fit three or four-year undergraduate college graduate as a non-computer professional textbooks and teaching self-reference is also suitable for the majority of high-performance parallel computing using computing users as self-reference
Platform: | Size: 825344 | Author: assdsa | Hits:

[MPIFinalTest-A

Description: 里面包含两个并行经理程序。分别是利用MPI和OpenMP来计算PI值,程序无误可用。-Which contains two parallel program manager. MPI and OpenMP are using to calculate the value of PI, correct procedures are available.
Platform: | Size: 1024 | Author: 刘建凯 | Hits:

[MPImpi_wave

Description: mpi fortran wave equation solver code !cc MAIN is the main program for WAVE_MPI. !c !c Discussion: !c !c WAVE_MPI solves the wave equation in parallel using MPI. !c !c Discretize the equation for u(x,t): !c d^2 u/dt^2 - c^2 * d^2 u/dx^2 = 0 for 0 < x < 1, 0 < t !c with boundary conditions: !c u(0,t) = u0(t) = sin ( 2 * pi * ( 0 - c * t ) ) !c u(1,t) = u1(t) = sin ( 2 * pi * ( 1 - c * t ) ) !c and initial conditions: !c u(x,0) = g(x,t=0) = sin ( 2 * pi * ( x - c * t ) ) !c dudt(x,0) = h(x,t=0) = - 2 * pi * c * cos ( 2 * pi * ( x - c * t ) ) !c !c by: !c !c alpha = c * dt / dx. !c !c U(x,t+dt) = 2 U(x,t) - U(x,t-dt) !c + alpha^2 ( U(x-dx,t) - 2 U(x,t) + U(x+dx,t) ). !c !c Licensing: !c !c This code is distributed under the GNU LGPL license. !c !c Modified: !c !c 17 November 2013 !c !c Author: !c reza-mpi fortran wave equation solver code !cc MAIN is the main program for WAVE_MPI. !c !c Discussion: !c !c WAVE_MPI solves the wave equation in parallel using MPI. !c !c Discretize the equation for u(x,t): !c d^2 u/dt^2 - c^2 * d^2 u/dx^2 = 0 for 0 < x < 1, 0 < t !c with boundary conditions: !c u(0,t) = u0(t) = sin ( 2 * pi * ( 0 - c * t ) ) !c u(1,t) = u1(t) = sin ( 2 * pi * ( 1 - c * t ) ) !c and initial conditions: !c u(x,0) = g(x,t=0) = sin ( 2 * pi * ( x - c * t ) ) !c dudt(x,0) = h(x,t=0) = - 2 * pi * c * cos ( 2 * pi * ( x - c * t ) ) !c !c by: !c !c alpha = c * dt / dx. !c !c U(x,t+dt) = 2 U(x,t) - U(x,t-dt) !c + alpha^2 ( U(x-dx,t) - 2 U(x,t) + U(x+dx,t) ). !c !c Licensing: !c !c This code is distributed under the GNU LGPL license. !c !c Modified: !c !c 17 November 2013 !c !c Author: !c reza
Platform: | Size: 4096 | Author: reza | Hits:

[Windows Developtest-mpi-LU

Description: 用mpi实现的并行LU分解测试程序,win7系统,vs2013平台-Using mpi to achieve the parallel LU decomposition test program, win7 system, vs2013 platform
Platform: | Size: 1184768 | Author: shen | Hits:

[MPImpi_mat_vect_time

Description: 使用mpi编写的进行矩阵乘法运算的并行程序。(An parallel program using MPI to realize the multiplication of matrices.)
Platform: | Size: 2048 | Author: Teresa123 | Hits:

[MPIMPI多机并行程序

Description: 基于mpich2实现对多个生物样本 使用多机并行处理,此程序为并行数据分发及消息发送与接收(using mpich2 parallel program deal with big data)
Platform: | Size: 2048 | Author: 拓子 | Hits:

CodeBus www.codebus.net