Chrome Extension
WeChat Mini Program
Use on ChatGLM

Performance Evaluation of Unified Parallel C Collective Communications

Seoul(2009)

Cited 11|Views0
No score
Abstract
Unified Parallel C (UPC) is an extension of ANSI C designed for parallel programming. UPC collective primitives, which are part of the UPC standard, increase programming productivity while reducing the communication overhead. This paper presents an up-to-date performance evaluation of two publicly available UPC collective implementations on three scenarios: shared, distributed, and hybrid shared/distributed memory architectures. The characterization of the throughput of collective primitives is useful for increasing performance through the runtime selection of the appropriate primitive implementation, which depends on the message size and the memory architecture, as well as to detect inefficient implementations. In fact, based on the analysis of the UPC collectives performance, we proposed some optimizations for the current UPC collective libraries. We have also compared the performance of the UPC collective primitives and their MPI counterparts, showing that there is room for improvement. Finally, this paper concludes with an analysis of the influence of the performance of the UPC collectives on a representative communication-intensive application, showing that their optimization is highly important for UPC scalability.
More
Translated text
Key words
ANSI standards,C language,distributed shared memory systems,memory architecture,parallel programming,software libraries,software performance evaluation,ANSI C,MPI,UPC collective library,hybrid shared/distributed memory architecture,parallel programming,performance evaluation,unified parallel C collective communication
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Chat Paper
Summary is being generated by the instructions you defined