说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 并行编程
1)  parallel programming
并行编程
1.
Architecture of teaching experiment environment system with MPI parallel programming;
一种MPI并行编程教学实验环境系统的架构
2.
The Parallel Programming Technology of PVM on Cluster;
基于机群系统的PVM并行编程技术研究
3.
Design and Implementation of a Lightweight Grid-Enabled MPI-Like Parallel Programming Framework;
适用于网格环境的类MPI轻量级并行编程框架的设计与实现
2)  SPMD parallel programming paradigm
SPMD并行编程
3)  PVM/MPI parallel programming
PVM/MPI并行编程
4)  parallel programming pattern
并行编程模式
1.
The design and implementation of parallel programming patterns is stressed and described.
介绍该方法中并行编程模式的设计与实现,以2个典型应用实例说明使用其进行问题的并行求解与并行程序开发的过程。
5)  parallel programming model
并行编程模型
1.
Two parallel programming models of shared-memory and message-passing are widely adopted.
共享存储和消息传递是目前两种主流的并行编程模型。
2.
Study the system structure of MDSP deeply, and do some statistics and analysis on the performance for different communications among the DSPs in MDSP, the parallel programming model and the data communication scheme has been designed;3.
深入研究MDSP体系结构,对MDSP内部各处理器之间不同通信方式的性能进行统计与分析,设计了基于MDSP的并行编程模型和数据通信方案;3。
3.
With multi-core processors becoming more popular,developing high efficient and easy-to-use parallel programming model poses brand new challenges.
随着多核处理器日渐普及,开发高效易用的并行编程模型成为新的挑战。
6)  parallel programming environment
并行编程环境
1.
This paper briefly introduces the state of arts and developing trend in the international research on High Performance Computer,parallel algorithm,parallel programming environment as well as HPC(high performance computing) applications.
简要介绍了当前高性能计算机、并行算法、并行编程环境和高性能计算应用的国际研究现状和发展趋势,阐述了近几年中科院高性能计算环境建设和高性能计算应用的发展情况,最后对我院发展高性能计算技术及应用给出了几点思考。
补充资料:并行程序设计语言


并行程序设计语言
parallel programming language

b ingxing ehengxu sheji yuyan并行程序设计语言(p姗llel Pr雌n”nnungIang”age)一种用于并行程序设计的语言。并行程序设计语言可分为显式并行语言和具有并行编译功能的串行语言。显式并行程序设计语言可以用传统串行语言加上并行语句等扩充的办法形成,也可以设计一个全新的具有并行功能的语言。这种语言有SISAL,FORCE,LINDA,PARLOC和PCF POR-TRAN等等。具有并行编译功能的串行语言从用户使用角度看是一个传统的串行语言,但它的编译程序可将程序分解为并行执行的部分。 使用显式并行语言进行程序设计时用户要解决以下三个间题:①逻辑分解,即寻找一种适应并行处理的代码和数据划分。②从逻辑分解到处理系统的映射,即从资源分配负载均衡等考虑各程序部分怎样分布在系统的各台处理机上。③数据的定位。虽然上述三问题很难,但是如果程序员的水平较高,采用显式并行语言可达较高的并行度从而较高地提高系统的效率。 并行编译的过程可分为三个阶段:词法和语法分析,优化以及并行代码生成。优化是并行编译的主体,它包括以下三部分:依赖关系分析,识别;程序转换,主要是循环转换;进程的分配及调度。70年代末美国1llinois大学首先开展了向量化和并行化的工作。随之出现了许多RI形1、RAN向量化、并行化的工具,为后面的工作奠定了基础。80年代末并行化的工作已较多地开展起来。如Al〕CFOR-TRAN,交互式并行化工具lq毛OL和PA’1,等。90年代以来并行处理技术已成为计算机的一种关键技术,并行程序设计语言将会有较大的发展。 (孙钟秀)
说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条