pith. sign in

arxiv: 2505.19467 · v1 · pith:5IYHDGV6new · submitted 2025-05-26 · 💻 cs.DC

GPU acceleration of non-equilibrium Green's function calculation using OpenACC and CUDA FORTRAN

classification 💻 cs.DC
keywords computationalcudafortranimplementationsopenaccperformancesystemsapproaches
0
0 comments X
read the original abstract

The numerical solution of the Kadanoff-Baym nonlinear integro-differential equations, which yields the non-equilibrium Green's functions (NEGFs) of quantum many-body systems, poses significant computational challenges due to its high computational complexity. In this work, we present efficient implementations of a numerical method for solving these equations on distributed-memory architectures, including many-core CPUs and multi-GPU systems. For CPU-based platforms, we adopt a hybrid MPI/OpenMP programming model to exploit both inter-node and intra-node parallelism. On GPU-accelerated systems, we implement the method using two distinct approaches: MPI/OpenACC and MPI/CUDA FORTRAN. Several optimization strategies are employed to enhance GPU performance, including techniques to maximize computational resource utilization and minimize the overhead associated with kernel launches and memory management. Although OpenACC is easy to use, CUDA FORTRAN provides more advanced features for configuring and managing multiple levels of concurrency, while also simplifying memory allocation and data movement between host and device. This flexibility translates into significant performance improvements. We compare the performance of the three implementations and demonstrate that the GPU-based approaches achieve substantial speedups over CPU-based implementations. Furthermore, both CPU and GPU versions exhibit excellent strong and weak scaling, confirming the scalability and efficiency of our approach for large-scale NEGF computations.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Revisiting recursive methods for Dyson and Keldysh in NEGF: Part I

    math.NA 2026-05 unverdicted novelty 5.0

    The authors reformulate the Recursive Green's Function method via domain decomposition to support block n-diagonal systems and derive a parallel DDRGF algorithm for NEGF simulations.