搜索资源列表
Gaussian03intro
- gaussian03程序的应用 各种方法的实现 并行计算的实现方式-gaussian03 their application in a variety of methods to achieve the realization of parallel computing methods
FEM-seismic
- 杜世通老师的学生博士论文,可以作为并行计算和有限元方法的参考资料-graduate thesis from a student of Prf. Shitong Du, which could be reference for FEM
ForLBM2
- LBM方法的CPU实现,能正常运行,LBM是计算流体力学的一种新方法,它基于动理学模型,利用分布函数来描述由粒子组成的离散系统,通过计算机并行计算得到流场的各种参数-The realization the LBM method of CPU run correctly, LBM is a new method for computational fluid dynamics, based on the kinetic model using the distribution function d
cuda_based
- 并行计算中如何进行矩阵运算,文档详细介绍了矩阵运算的并行方法。-A good document on how to realize metrix plus on GPU
simlymath
- xml计算相似度的一种方法,智能处理相似度的具体方法及程序-A Recursive Methed to Computer Similarity of XML Document
cuda2
- 最简单的矩阵并行计算方法,很简单 调用CUDA计算得到的 非常简单-The easiest parallel matrix calculation method is very simple call to get a very simple calculation CUDA
diameter_basic_GraphChi
- 使用GraphChi计算图直径的估值。方法是Magnien 等人提出的 Double Sweep 算法,即两次BFS算法,一次向前一次向后。-Diameter valuation of a Graph using GraphChi framework. Using the method of Double Sweep that Magnien proposed, which is two bfs process.
FLUX.f90.tar
- CFD计算中,构造流动通量的一种方法,利用了特征分裂的二维计算-a method constructing flux in CFD
parallel
- 一种多进程进行并行计算的程序,不采用线程池方法。用多进程并行计算加快运行速度。例子中采用并行多进程取最大值。-A multi-process procedure performed in parallel computing, do not use the thread pool method. Parallel computing using multiple processes to run faster. Examples of parallel multi-process takes a
Colfax-HOW-Day-04
- 引入了线程并行,OpenMP并行框架。讨论的主题包括:使用线程来利用多个处理器内核,线程和数据并行,协调使用OpenMP线程的创建和团队他们处理循环和树木的任务。OpenMP的讨论提到控制线程的数量,控制变量条款和范围的共享,循环调度模式,使用互斥锁来保护竞争的条件,并与线程私有变量减少并行可扩展的方法。讲座部分的结论与讨论的一般方法来实现在计算应用中的并行的机会。动手部分演示了使用OpenMP并行串行计算和论证了循环变量共享,在一个应用实例进行数值积分的互斥和并行还原。-Session 4 i
Gauss_Seidel
- 用于求解线性方程组,采用快速的迭代方法,能够有效的减少迭代次数,尽快获得收敛解。(It is used to solve linear equations and adopts a fast iterative method, which can effectively reduce the number of iterations and obtain a convergent solution as soon as possible.)