Open Access. Powered by Scholars. Published by Universities.®

Engineering Commons

Open Access. Powered by Scholars. Published by Universities.®

Electrical and Computer Engineering

LSU Master's Theses

Theses/Dissertations

2014

Data distribution

Articles 1 - 1 of 1

Full-Text Articles in Engineering

Data Distribution In Hpx, Bibek Ghimire Jan 2014

Data Distribution In Hpx, Bibek Ghimire

LSU Master's Theses

High Performance Computation (HPC) requires a proper and efficient scheme for distribution of the computational workload across different computational nodes. The HPX (High Performance ParalleX) runtime system currently lacks a module that automates data distribution process so that the programmer does not have to manually perform data distribution. Further, there is no mechanism allowing to perform load balancing of computations. This thesis addresses that issue by designing and developing a user friendly programming interface conforming to the C++11/14 Standards and integrated with HPX which enables to specify various distribution parameters for a distributed vector. We present the three different distribution …