搜索资源列表
serachforzero
- 利用分治算法求一个数组首个零的位置,MPI算法,数组长度可以上万-partition algorithm using an array for the first zero position, MPI algorithm, the array length can be up to 10,000
MPI_array
- MPI array to calculate the diffrent in numbers
image
- 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
Q2
- parallel array search MPI program that searches for an element in an integer array of N elements.
Q3
- parallel MPI program that finds the maximum element in an integer array of N elements
addition
- Parallel C++ Program with MPI to add numbers in an array
MPI.Heat
- 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
sat1
- 這是一個mpi寫的平行計算程式 程式內容為電路的檢查 電路輸入為一個陣列v[1]v[2]..v[16] 這陣列間需要符合規則我們才將答案印出來 這規則可以看程式內副程式 check_circuit()-This is an mpi parallel computing programs written for circuit checking. The contents of the circuit as a circuit input array v [1] v [2
int
- /* 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. -
teste-mpi
- MPI Implementation to the problem of find the higher element in a unsorted array
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
MPI-max_in_array
- find max element from huge array list. using MULTIPLE PROCESSORS...MPI
Assignment-Sharp6
- This simple array search using MPI API. Array is 2D.-This is simple array search using MPI API. Array is 2D.
hypercube_array_sum
- MPI paralle c code for hypercube array sum
array_sum
- parallel array sum c code with MPI
mpi_arr
- a sample MPI program with c that calc array sum
khademi_p1a
- This is sum array in mpi with send &recv
mm_naive
- 用C语言实现简单的数组相乘计算的并行算法,应用经典的naive分块法,在一定程度上,提高并行之后的计算效率。-C language through parallel MPI way to achieve simple array calculated by multiplying.
jcs
- MPI编程,实现数组中每一个元素加一个常数。-MPI programming, each element in the array plus a constant.
sortquick
- 在linux环境下,采用mpi并行,C语言,实现对数组的快速排序。输出结果为数组从小到大排序的结果。可以实现多处理器共同对一组数的排序。-In linux environment, using mpi parallel, C language, to achieve quick sort the array. The output is an array of small to large results. Can achieve more together on a number of gro