Back to Search
Start Over
Global Data Re-allocation via Communication Aggregation in Chapel.
- Source :
- 2012 IEEE 24th International Symposium on Computer Architecture & High Performance Computing; 1/ 1/2012, p235-242, 8p
- Publication Year :
- 2012
-
Abstract
- Chapel is a parallel programming language designed to improve the productivity and ease of use of conventional and parallel computers. This language currently delivers sub optimal performance when executing codes that perform global data re-allocation operations on distributed memory architectures. This is mainly due to data communication that is done without aggregation (one message for each remote array element). In this work, we analyze Chapel's standard Block and Cyclic distribution modules and optimize the communication routines for array assignments by performing aggregation. Thanks to the expressive power of Chapel, the compiler and runtime have enough information to do communication aggregation without user intervention. The runtime relies on the low-level GAS Net networking layer, whose versions of one-sided bulk put/get routines that support strides are particularly useful for us. Experimental results conducted on Hector (a Cray XE6) and Jaguar (Cray XK6)reveal that the implemented techniques can lead to significant reductions in communication time. [ABSTRACT FROM PUBLISHER]
Details
- Language :
- English
- ISBNs :
- 9781467347907
- Database :
- Complementary Index
- Journal :
- 2012 IEEE 24th International Symposium on Computer Architecture & High Performance Computing
- Publication Type :
- Conference
- Accession number :
- 86539153
- Full Text :
- https://doi.org/10.1109/SBAC-PAD.2012.18