资源列表
cuda_by_example
- Cuda by example, the sourcecode of this book. Simple but useful~
cudastep2
- cuda学习第二步,很不错的入门资料,cuda是以后的大势所趋-the cuda learning a second step, a very good introductory information, cuda is the future trend
cudastep3
- cuda学习第三步,很不错的入门资料,cuda是以后的大势所趋-cuda to learn the third step, a very good introductory information, cuda is the future trend
GOL
- Implementation of Game Of life using MPI
Mandelbrot_core
- Calculation of mandelbrot set using openMP
genetic_TSP
- Implementation of TSP using genetic algorithm using MPI (syn comunications)
MATLABalfx
- matlab源码,适用于数学建模计算等多功能实现-matlab source code
computePI
- 用于计算pi值的经典数值算法,使用mpich2实现。算法在8台1.6Ghz机器上运行令计算精度达到小数点后10位耗时10min-algorithms for computing pi.
TSP
- 经典旅行商问题的并行解法。精确旅行商问题是NP问题,这里使用并行的办法获得一个精确解,大概在15个节点用8台1.7Ghz节点运行耗时30min-basic tsp algorithm code. using mpich2.
cheapTSP1
- 旅行商问题的近似解答。使用mpich2实现。计算100个节点使用7台机器大概需要10min。使用的模拟退火算法。-basic tsp problem solution using mpich2
sorting-algorithms
- 三种并行排序算法的实现及比较:快速排序,冒泡排序,桶排序,使用mpich2实现-3 sorting algorithms: quicksort, bubble sort, bucket sort
MPI_Gaussian
- Gaussian theory with MPI
