SEAIDCLGSep 15, 2025

From Legacy Fortran to Portable Kokkos: An Autonomous Agentic AI Workflow

arXiv:2509.12443v34 citationsh-index: 3Has Code
Originality Incremental advance
AI Analysis

This addresses the urgent need for porting legacy scientific applications to heterogeneous hardware, though it is incremental as it builds on existing LLM and Kokkos frameworks.

The paper tackles the problem of modernizing legacy Fortran code for GPU-accelerated HPC systems by developing an autonomous agentic AI workflow that translates Fortran kernels into portable Kokkos C++ programs, resulting in performance-portable codes that surpassed Fortran baselines and cost only a few dollars to generate using paid models like GPT-5.

Scientific applications continue to rely on legacy Fortran codebases originally developed for homogeneous, CPU-based systems. As High-Performance Computing (HPC) shifts toward heterogeneous GPU-accelerated architectures, many accelerators lack native Fortran bindings, creating an urgent need to modernize legacy codes for portability. Frameworks like Kokkos provide performance portability and a single-source C++ abstraction, but manual Fortran-to-Kokkos porting demands significant expertise and time. Large language models (LLMs) have shown promise in source-to-source code generation, yet their use in fully autonomous workflows for translating and optimizing parallel code remains largely unexplored, especially for performance portability across diverse hardware. This paper presents an agentic AI workflow where specialized LLM "agents" collaborate to translate, validate, compile, run, test, debug, and optimize Fortran kernels into portable Kokkos C++ programs. Results show the pipeline modernizes a range of benchmark kernels, producing performance-portable Kokkos codes across hardware partitions. Paid OpenAI models such as GPT-5 and o4-mini-high executed the workflow for only a few U.S. dollars, generating optimized codes that surpassed Fortran baselines, whereas open-source models like Llama4-Maverick often failed to yield functional codes. This work demonstrates the feasibility of agentic AI for Fortran-to-Kokkos transformation and offers a pathway for autonomously modernizing legacy scientific applications to run portably and efficiently on diverse supercomputers. It further highlights the potential of LLM-driven agentic systems to perform structured, domain-specific reasoning tasks in scientific and systems-oriented applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes