๐ค AI Summary
Addressing the challenges of concurrent scheduling and low resource utilization for hybrid HPC and machine learning tasks in scientific workflows, this paper proposes a hierarchical, cooperative runtime integration framework. It achieves the first deep coupling of RADICAL-Pilot, Flux, and Dragonโenabling high-throughput, dynamic scheduling of heterogeneous workloads. Evaluated on the Frontier exascale supercomputer, the integrated RP+Flux system sustains 930 tasks/sec, while RP+Flux+Dragon scales to over 1,500 tasks/sec with >99.6% resource utilization. In a real-world drug discovery workflow, end-to-end task completion time is reduced by 30โ60%, and throughput increases by more than 4ร. The core innovation lies in cross-layer resource abstraction and co-optimized scheduling for ultra-large-scale task graphs, significantly outperforming conventional Slurm/srun-based approaches in both scalability and efficiency.
๐ Abstract
Scientific workflows increasingly involve both HPC and machine-learning tasks, combining MPI-based simulations, training, and inference in a single execution. Launchers such as Slurm's srun constrain concurrency and throughput, making them unsuitable for dynamic and heterogeneous workloads. We present a performance study of RADICAL-Pilot (RP) integrated with Flux and Dragon, two complementary runtime systems that enable hierarchical resource management and high-throughput function execution. Using synthetic and production-scale workloads on Frontier, we characterize the task execution properties of RP across runtime configurations. RP+Flux sustains up to 930 tasks/s, and RP+Flux+Dragon exceeds 1,500 tasks/s with over 99.6% utilization. In contrast, srun peaks at 152 tasks/s and degrades with scale, with utilization below 50%. For IMPECCABLE.v2 drug discovery campaign, RP+Flux reduces makespan by 30-60% relative to srun/Slurm and increases throughput more than four times on up to 1,024. These results demonstrate hybrid runtime integration in RP as a scalable approach for hybrid AI-HPC workloads.