Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

Simplex Parallelization in a Fully Hybrid Hardware Platform

Author 1: Basilis Mamalis Author 2: Marios Perlitis
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 8, No. 4 · Published 2017

DOI: https://doi.org/10.14569/IJACSA.2017.080449

Abstract

The simplex method has been successfully used in solving linear programming (LP) problems for many years. Parallel approaches have also extensively been studied due to the intensive computations required, especially for the solution of large LP problems. Furthermore, the rapid proliferation of multicore CPU architectures as well as the computational power provided by the massive parallelism of modern GPUs have turned CPU / GPU collaboration models increasingly into focus over the last years for better performance. In this paper, a highly scalable implementation framework of the standard full tableau simplex method is first presented, over a hybrid parallel platform which consists of multiple multicore nodes interconnected via a high-speed communication network. The proposed approach is based on the combined use of MPI and OpenMP, adopting a suitable column-based distribution scheme for the simplex tableau. The parallelization framework is then extended in such a way that it can exploit concurrently the full power of the provided resources on a multicore single-node environment with a CUDA-enabled GPU (i.e. using the CPU cores and the GPU concurrently), based on a suitable hybrid multithreading/GPU offloading scheme with OpenMP and CUDA. The corresponding experimental results show that the hybrid MPI+OpenMP based parallelization scheme leads to particularly high speed-up and efficiency values, considerably better than in other competitive approaches, and scaling well even for very large / huge linear problems. Furthermore, the performance of the hybrid multithreading/GPU offloading scheme is clearly superior to both the OpenMP-only and the GPU-only based implementations in almost all cases, which validates the worth of using both resources concurrently. The most important, when it is used in combination with MPI in a multi-node (fully hybrid) environment, it leads to substantial improvements in the speedup achieved for large and very large LP problems.

Keywords

How to Cite this Article

Mamalis, B., & Perlitis, M. (2017). Simplex Parallelization in a Fully Hybrid Hardware Platform. International Journal of Advanced Computer Science and Applications, 8(4). https://doi.org/10.14569/IJACSA.2017.080449

Mamalis, Basilis, and Marios Perlitis. "Simplex Parallelization in a Fully Hybrid Hardware Platform." International Journal of Advanced Computer Science and Applications, vol. 8, no. 4, 2017, https://doi.org/10.14569/IJACSA.2017.080449.

@article{Mamalis2017,
  title     = {Simplex Parallelization in a Fully Hybrid Hardware Platform},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {8},
  number    = {4},
  year      = {2017},
  publisher = {The Science and Information Organization},
  author    = {Basilis Mamalis and Marios Perlitis},
  doi       = {10.14569/IJACSA.2017.080449},
  url       = {https://doi.org/10.14569/IJACSA.2017.080449}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.