Abstract
Rapidly changing computer architectures, such as those found at high-performance computing (HPC) facilities, present the need for mini-applications (miniapps) that capture essential algorithms used in large applications to test program performance and portability, aiding transitions to new systems. The COVID-19 pandemic has fueled a flurry of activity in computational drug discovery, including the use of supercomputers and GPU acceleration for massive virtual screens for therapeutics. Recent work targeting COVID-19 at the Oak Ridge Leadership Computing Facility (OLCF) used the GPU-accelerated program AutoDock-GPU to screen billions of compounds on the Summit supercomputer. In this paper we present the development of a new miniapp, miniAutoDock-GPU, that can be used to evaluate the performance and portability of GPU-accelerated protein-ligand docking programs on different computer architectures. These tests are especially relevant as facilities transition from petascale systems and prepare for upcoming exascale systems that will use a variety of GPU vendors. The key calculations, namely, the Lamarckian genetic algorithm combined with a local search using a Solis-Wets based random optimization algorithm, are implemented. We developed versions of the miniapp using several different programming models for GPU acceleration, including a version using the CUDA runtime API for NVIDIA GPUs, and the Kokkos middle-ware API which is facilitated by C++ template libraries. A third version, currently in progress, uses the HIP programming model. These efforts will help facilitate the transition to exascale systems for this important emerging HPC application, as well as its use on a wide range of heterogeneous platforms.
Original language | English |
---|---|
Title of host publication | Proceedings of P3HPC 2020 |
Subtitle of host publication | International Workshop on Performance, Portability, and Productivity in HPC, Held in conjunction with SC 2020: The International Conference for High Performance Computing, Networking, Storage and Analysis |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 36-44 |
Number of pages | 9 |
ISBN (Electronic) | 9781665422871 |
DOIs | |
State | Published - Nov 2020 |
Event | 2020 IEEE/ACM International Workshop on Performance, Portability, and Productivity in HPC, P3HPC 2020 - Virtual, Atlanta, United States Duration: Nov 13 2020 → … |
Publication series
Name | Proceedings of P3HPC 2020: International Workshop on Performance, Portability, and Productivity in HPC, Held in conjunction with SC 2020: The International Conference for High Performance Computing, Networking, Storage and Analysis |
---|
Conference
Conference | 2020 IEEE/ACM International Workshop on Performance, Portability, and Productivity in HPC, P3HPC 2020 |
---|---|
Country/Territory | United States |
City | Virtual, Atlanta |
Period | 11/13/20 → … |
Bibliographical note
Publisher Copyright:© 2020 IEEE.
Keywords
- drug discovery
- heterogeneous system
- high-performance computing
- hybrid parallel programming model
- molecular docking
- performance portability