搜索资源列表
从体系结构的演变看高性能微处理器的发展趋势
- 随着高性能计算的需求,计算机体系结构发生了很大变化。作为计算机核心部件的微处理器,其性能和复杂性(晶体管数、时钟频率和峰值)也按照摩尔定律增长。微处理器性能的改善在很大程度上归功于体系结构的发展和VLSI工艺的改进。体系结构的发展主要体现在三个方面,即超流水、多指令发射和多指令操作。 -With the demand for high-performance computing, computer architecture undergone great changes. As the co
2004HCP
- 中科院关于高性能计算的培训,主要是MPI的编程方面,对进行高性能编程非常有用-CAS on the training of high-performance computing, mainly MPI programming, Programming for High Performance very useful
CAEruanjian
- 设计、分析、优化一体化是CAE软件的重要发展方向 随着一体化发展和高性能计算的普及必然引起高性能CAE钦件的 开发与发展。本文作者给出了一种开发高性能CAE软件的途径,可供借鉴。-design, analysis, Optimization of CAE software integration is an important development direction with the development and integration of high-performance comp
mpi5
- 高性能计算程序示例之五-examples of high-performance computing procedures 5
mpi4
- 高性能计算程序示例之四-high-performance computing procedures example 4
mpi24
- 高性能计算程序示例之24-examples of high-performance computing open for 24 procedures
高性能计算高斯消去解方程组c++程序
- 高性能计算高斯消去解方程组c++程序(复杂度 n^3-high-performance computing solutions Gaussian Elimination equations c (n ^ complex 3
高性能计算并行编程技术—MPI并行程序设计
- 高性能计算并行编程技术—MPI并行程序设计 呵呵,我还没看呢!大家一起看吧!!!哈哈 废话一大堆,其实我也讨厌说,但是本站要求-parallel programming high-performance computing technology - MPI parallel programming Oh, I do not! Everyone sees! ! ! Haha lot of nonsense, in fact, I hate that, but the site required!
高性能计算之并行编程技术—— MPI并
- 清华都志辉作品,基于MPI并行计算的最佳书籍《高性能计算之并行编程技术—— MPI并行程序设计》-Qinghua DU works MPI parallel computation based on the best books "high-performance calculation parallel programming techniques -- MPI parallel programming"
高性能计算导论\高性能并行集群的性能测试与优化研究
- 文章对高性能并行集群的性能测试与优化进行了分析研究
PARD
- 大规模稀疏矩阵的求解是高性能计算中的一个常见问题。本文介绍了用直接法求解矩阵的一些问题以及使用Intel MKLPARDISO 接口求解稀疏矩阵的方法。 -Large-scale sparse matrix is a high-performance computing to solve a common problem. This paper introduces the direct matrix method and the use of some of the problems In
genetic_arithmetic
- 遗传算法作为具有系统优化、适应和学习的高性能计算和建模方法的研究渐趋成熟。在介绍遗传算法的产生和发展历史之后,慨述厂遗传算法的理论和应用情况-Genetic algorithm as a system optimization, adaptation and learning of high-performance computing and modeling method of maturing. In introducing the genetic algorithm generation
HPC-buaa-PPT
- 北京航空航天大学计算机学院高性能计算体系结构课程PPT,祝明发教授讲解,其内容丰富,可供正在学习并行计算、高性能计算体系结构及云计算等的同学参考。-Beijing University of Aeronautics and Astronautics School of Computer Science high performance computing architecture courses PPT, ZHU hair professors to speak, its rich conten
cluster
- 集群并行计算,高性能计算平台,云计算搭建等。-Cluster parallel computing, high-performance computing platforms, cloud computing and other structures.
High-Performance-Computing-
- 一本关于高性能计算的好书,国外大牛写的,通俗易懂,全面而不繁琐。读懂它你就能写好自己的算法-A good book on high performance computing, foreign, Daniel, and user-friendly, comprehensive but not cumbersome. Read it you will be able to write their own algorithms
GPU高性能编程CUDA实战中文版
- 并行计算新手入门书籍,分析的简单透彻,实例举一反三,CUDA入门的好书(Parallel computing novice entry books, analysis of simple and thorough, examples of drawing inferences from others, CUDA entry of good books)
_基于云仿真平台的高可用技术研究
- 云仿真平台架构分析,云仿真技术先进性描述,为仿真专业和高性能计算相结合的应用。(The architecture analysis of cloud simulation platform and the advanced descr iption of cloud simulation technology are applied to the combination of simulation and high performance computing.)
GPU高性能编程CUDA实战—示例代码
- 结合GPU高性能编程,提供实战样例程序,包含矩阵乘法,原子操作,热传导,多GPU,多流的代码(Combined with GPU high performance programming, it provides actual sample program, including matrix multiplication, atomic operation, heat conduction, multi GPU, and multi stream code.)
什么是高性能计算,涉及哪些技术和知识
- 高性能计算(HPC) 指通常使用很多处理器(作为单个机器的一部分)或者某一集群中组织的几台计算机(作为单个计算资源操作)的计算系统和环境。高性能集群上运行的应用程序一般使用并行算法,把一个大的普通问题根据一定的规则分为许多小的子问题,在集群内的不同节点上进行计算,而这些小问题的处理结果,经过处理可合并为原问题的最终结果。由于这些小问题的计算一般是可以并行完成的,从而可以缩短问题的处理时间。
高性能计算自选题目实验报告
- 对于一副图像,比如8000*5333分辨率,我们在处理时,通常思路是从第1个像素开始,一直计算到最后一个像素。其实,目前不论手机还是个人电脑,处理器都是多核。那么完全可以将整副图像分成若干块,比如cpu为4核处理器,那么可以分成4块,每块图像大小为2000*5333,这样程序可以创建4个线程,每个处理器执行一个线程,每个线程处理一个图像块。虽然这样操作后,运算速度不会显著提升4倍,因为线程创建、释放、上下文切换都要耗些时间。但运算速度还是将明显提升,一般4核 vs 1核,运算时间将降低一半。(F