Unified Parallel C Unified Parallel C
Unified Parallel C(缩写为 UPC),C语言的扩展,其设计目的支持大规模的并行计算。由ISO C99标准,进行扩展,增加了许多特色,包括支持平行运算模型,共享地址空间,同步及内存一致模型,行程间通信与内存管理功能等。
单词 | Parallel C |
释义 |
Parallel C
中文百科
Unified Parallel C Unified Parallel C(重定向自Parallel C)
Unified Parallel C(缩写为 UPC),C语言的扩展,其设计目的支持大规模的并行计算。由ISO C99标准,进行扩展,增加了许多特色,包括支持平行运算模型,共享地址空间,同步及内存一致模型,行程间通信与内存管理功能等。
英语百科
Unified Parallel C Unified Parallel C(重定向自Parallel C)
Unified Parallel C (UPC) is an extension of the C programming language designed for high-performance computing on large-scale parallel machines, including those with a common global address space (SMP and NUMA) and those with distributed memory (e.g. clusters). The programmer is presented with a single shared, partitioned address space, where variables may be directly read and written by any processor, but each variable is physically associated with a single processor. UPC uses a Single Program Multiple Data (SPMD) model of computation in which the amount of parallelism is fixed at program startup time, typically with a single thread of execution per processor. |
随便看 |
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。