Description: sin(x)的并行程序,用mpi库和c语言编程-sin (x) of the parallel program, using mpi library and c language programming Platform: |
Size: 1024 |
Author:阿妍 |
Hits:
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:
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:
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:
Description: Tittle: MPI based parallel program to calculate the value of PI using monte-carlo simulation method Platform: |
Size: 20480 |
Author:Tinni |
Hits:
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:
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:
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:
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:
Description: 使用mpi编写的进行矩阵乘法运算的并行程序。(An parallel program using MPI to realize the multiplication of matrices.) Platform: |
Size: 2048 |
Author:Teresa123
|
Hits: