English

Advancing the distributed Multi-GPU ChASE library through algorithm optimization and NCCL library

Distributed, Parallel, and Cluster Computing 2023-09-28 v1 Computational Engineering, Finance, and Science

Abstract

As supercomputers become larger with powerful Graphics Processing Unit (GPU), traditional direct eigensolvers struggle to keep up with the hardware evolution and scale efficiently due to communication and synchronization demands. Conversely, subspace eigensolvers, like the Chebyshev Accelerated Subspace Eigensolver (ChASE), have a simpler structure and can overcome communication and synchronization bottlenecks. ChASE is a modern subspace eigensolver that uses Chebyshev polynomials to accelerate the computation of extremal eigenpairs of dense Hermitian eigenproblems. In this work we show how we have modified ChASE by rethinking its memory layout, introducing a novel parallelization scheme, switching to a more performing communication-avoiding algorithm for one of its inner modules, and substituting the MPI library by the vendor-optimized NCCL library. The resulting library can tackle dense problems with size up to N=O(106)N=\mathcal{O}(10^6), and scales effortlessly up to the full 900 nodes -- each one powered by 4×\timesA100 NVIDIA GPUs -- of the JUWELS Booster hosted at the J\"ulich Supercomputing Centre.

Keywords

Cite

@article{arxiv.2309.15595,
  title  = {Advancing the distributed Multi-GPU ChASE library through algorithm optimization and NCCL library},
  author = {Xinzhe Wu and Edoardo Di Napoli},
  journal= {arXiv preprint arXiv:2309.15595},
  year   = {2023}
}

Comments

8 pages, accepted at the proceedings of ScalAH23 workshop within the SC23 conference