mpisourceprogram

所属分类:超算/并行计算
开发工具:Visual C++
文件大小:827KB
下载次数:580
上传日期:2006-12-05 10:57:53
上 传 者yuyueer
说明:  并行计算算法实践源程序,mpi源程序,包括经常使用的一些经典程序,很实用,能够帮助想要学习使用mpi编程的人员使用
(practice of parallel computing algorithm source code, mpi source, including frequent use of some of the classic program, very practical, to help those who want to learn how to use mpi programming staff)

文件列表:
并行算法实践-mpi源程序\22-2\dataIn.txt (54, 2003-07-14)
并行算法实践-mpi源程序\22-2\dwt.c (4419, 2003-07-14)
并行算法实践-mpi源程序\22-2 (0, 2006-03-13)
并行算法实践-mpi源程序\22-1\dataIn.txt (24, 2003-07-14)
并行算法实践-mpi源程序\22-1\fft.c (10722, 2003-07-14)
并行算法实践-mpi源程序\22-1 (0, 2006-03-13)
并行算法实践-mpi源程序\21-4\dataIn.txt (28, 2003-07-14)
并行算法实践-mpi源程序\21-4\qr_value.c (17110, 2003-07-14)
并行算法实践-mpi源程序\21-4 (0, 2006-03-13)
并行算法实践-mpi源程序\21-3\dataIn.txt (40, 2003-07-14)
并行算法实践-mpi源程序\21-3\single.c (6913, 2003-07-14)
并行算法实践-mpi源程序\21-3 (0, 2006-03-13)
并行算法实践-mpi源程序\21-2\cjacobi.c (23028, 2003-07-14)
并行算法实践-mpi源程序\21-2\dataIn.txt (132, 2003-07-14)
并行算法实践-mpi源程序\21-2 (0, 2006-03-13)
并行算法实践-mpi源程序\21-1\dataIn.txt (80, 2003-07-14)
并行算法实践-mpi源程序\21-1\power.c (3829, 2003-07-14)
并行算法实践-mpi源程序\21-1 (0, 2006-03-13)
并行算法实践-mpi源程序\20-3\dataIn.txt (82, 2003-07-14)
并行算法实践-mpi源程序\20-3\relaxation.c (7185, 2003-07-14)
并行算法实践-mpi源程序\20-3 (0, 2006-03-13)
并行算法实践-mpi源程序\20-2\dataIn.txt (145, 2003-07-14)
并行算法实践-mpi源程序\20-2\seidel.c (6654, 2003-07-14)
并行算法实践-mpi源程序\20-2 (0, 2006-03-13)
并行算法实践-mpi源程序\20-1\dataIn.txt (118, 2003-07-14)
并行算法实践-mpi源程序\20-1\jacobi.c (7308, 2003-07-14)
并行算法实践-mpi源程序\20-1 (0, 2006-03-13)
并行算法实践-mpi源程序\19-2\dataIn.txt (72, 2003-07-14)
并行算法实践-mpi源程序\19-2\jordan.c (8071, 2003-07-14)
并行算法实践-mpi源程序\19-2 (0, 2006-03-13)
... ...

1. compile: mpicc dwt.c -o dwt 2. run: mpirun -np 4 dwt 3. result: One dimensional wavelet transform's input data from file dataIn.txt h[] : -1 0 1 2 g[] : 1 1 0 3 c[] : 1 4 2 5 4 6 7 8 Running after loop 1 c[] : 11 14 19 2 d[] : 20 25 34 27 Running after loop 2 c[] : 12 20 d[] : 31 63 Running after loop 3 c[] : 40 d[] : 92

近期下载者

相关文件


收藏者