SearcharxivSearch

arXiv subjects

Frank Jenko

Publications and source records attributed to Frank Jenko.

At least 19 recordsLinked to original sources

High-Performance Resilient Multi-GPU Hybrid Particle-in-Cell Monte Carlo Simulations at Scale

The increasing demand for high-performance computing in plasma physics has driven scalable and resilient simulation methods capable of efficiently exploiting modern multi-GPU architectures. This work extends a portable hybrid MPI+OpenMP implementation of BIT1, focusing on high-performance resilience for accelerated Particle-in-Cell (PIC) Monte Carlo (MC) simulations under both uniform and non-uniform load conditions. Scalable particle load balancing and robust checkpoint/restart mechanisms across Nvidia and AMD accelerators are integrated with standardized I/O using openPMD and ADIOS2. This leverages BP4 for high-performance file-based checkpointing and SST for in-memory data streaming, enabling efficient data movement, resilient large-scale execution, seamless continuation from existing checkpoints, and effective handling of computational and I/O workloads. Advanced HPC profiling and tracing tools, including Nvidia Nsight Systems and AMD ROC-Profiler with Perfetto, provide detailed insights into computation, communication, and system-level behavior for optimization. Performance results on Frontier (OLCF-5), MN5, and LUMI-G demonstrate strong and weak scaling up to 800 GPUs, validating the framework for large-scale PIC MC simulations, while in-situ analysis and visualization using scalable I/O further enhance scientific insight without interrupting multi-GPU execution on current and future exascale systems.

physics.plasm-ph

How Fusion-Born Alpha Particles Suppress Microturbulence in Burning Plasmas

A central unresolved question in fusion energy research is whether energetic alpha particles, the primary products of deuterium-tritium fusion reactions, enhance or degrade plasma confinement. In burning plasmas, the operating regime of future devices such as ITER and SPARC, alpha particles become the dominant heating source, yet their impact on confinement has remained uncertain. Here, we present self-consistent simulations of burning plasmas that simultaneously evolve microturbulence, alpha-particle heating, and macroscopic plasma profiles to steady state, and find that alpha particles can substantially improve confinement. Fusion-born alpha particles weakly destabilize toroidal Alfven eigenmodes (TAEs), which nonlinearly enhance zonal flows that shear apart and suppress ion-scale turbulence. The resulting reduction in turbulent heat transport drives stronger core profile peaking, increasing alpha heating by up to 25% and establishing a self-reinforcing feedback loop. This mechanism has no direct analogue in present-day experiments, where external heating dominates, and reveals an intrinsic pathway toward improved confinement in burning plasmas.

physics.plasm-ph

Post-Moore Technologies for Plasma Simulation: A Community Roadmap

Plasma simulations are among the most computationally demanding scientific workloads, combining high-dimensional kinetic evolution, particle-mesh coupling, field solves, and data-intensive communication. As general-purpose processor scaling slows, post-Moore technologies are being explored to address bottlenecks in data movement, memory access, and power consumption. This paper provides a community perspective on the role of these technologies in plasma simulation, assessing three major classes: reconfigurable and data-path accelerators, non-von Neumann architectures, and quantum computing. Each is evaluated, in a co-design approach, against representative plasma workloads spanning particle-in-cell, continuum Vlasov, gyrokinetic, fluid/MHD, hybrid, and warm dense matter methods. We find that no single technology can replace existing HPC platforms. Instead, three tiers of opportunity emerge: FPGA-class and data-path accelerators offer near-term kernel offload and workflow-level data services, non-von Neumann architectures represent medium-term directions for operator-level acceleration, and quantum computing, although the least mature, is potentially the most disruptive for warm dense matter and inertial confinement fusion microphysics. We outline best practices for selective adoption and identify focused demonstrators, benchmarking, and modular software ecosystems as immediate community priorities.

cs.ET

iGENE: A Differentiable Flux-Tube Gyrokinetic Code in TensorFlow

We present iGENE, a fully-differentiable TensorFlow implementation of the electromagnetic local nonlinear gyrokinetic model, which allows us to compute gradients of any simulation output with respect to any input via automatic differentiation. We show that even if the stochastic nature of turbulence prevents the exact evaluation of gradients of nonlinear quantities of interest, they can still be successfully used to perform outer-loop tasks, such as profile predictions. This work enables the integration of gyrokinetics into automated parameter optimization, uncertainty quantification, sensitivity analysis, and AI workflows.

physics.plasm-ph

Multi-GPU Hybrid Particle-in-Cell Monte Carlo Simulations for Exascale Computing Systems

Particle-in-Cell (PIC) Monte Carlo (MC) simulations are central to plasma physics but face increasing challenges on heterogeneous HPC systems due to excessive data movement, synchronization overheads, and inefficient utilization of multiple accelerators. In this work, we present a portable, multi-GPU hybrid MPI+OpenMP implementation of BIT1 that enables scalable execution on both Nvidia and AMD accelerators through OpenMP target tasks with explicit dependencies to overlap computation and communication across devices. Portability is achieved through persistent device-resident memory, an optimized contiguous one-dimensional data layout, and a transition from unified to pinned host memory to improve large data-transfer efficiency, together with GPU Direct Memory Access (DMA) and runtime interoperability for direct device-pointer access. Standardized and scalable I/O is provided using openPMD and ADIOS2, supporting high-performance file I/O, in-memory data streaming, and in-situ analysis and visualization. Performance results on pre-exascale and exascale systems, including Frontier (OLCF-5) for up to 16,000 GPUs, demonstrate significant improvements in run time, scalability, and resource utilization for large-scale PIC MC simulations.

physics.plasm-ph

Turbulent Nature of the Quasicontinuous Exhaust Regime for Fusion Plasmas

We demonstrate a turbulence mechanism that reconciles high plasma confinement with efficient heat exhaust -- a central challenge for fusion energy. Global two-fluid turbulence simulations of the reactor-relevant Quasicontinuous Exhaust regime on the ASDEX Upgrade tokamak reveal that a quasicoherent mode drives mesoscopic oscillations of the pedestal boundary across the magnetic separatrix and ejects ballistic filaments (blobs), reproducing both the mean profiles and turbulent fluctuations observed experimentally. This behavior arises from a synergistic interplay between kinetic ballooning modes and resistive X-point modes straddling the separatrix. These first-principles results place extrapolations to future fusion reactors on a firm physical footing.

physics.plasm-ph

Influence of ion motion in a resonantly driven wakefield accelerator

Several different schemes for plasma wakefield acceleration using a train of drivers have been pursued, based on the resonant excitation of a plasma wave. Since these schemes rely on the plasma electron wave surviving for many periods, the motion of the plasma ions can have a significant impact on the beam--plasma interaction. In this work, simulations are used to study the impact of this ion motion on the development of the self-modulation of a long beam, directly applicable to recent experiments. It is shown that two related but distinct effects contribute to the suppression of the wakefield excitation: the loss of resonance between the drive beam and the plasma wave it excites, and phase mixing due to transverse wavebreaking. Although only the latter has previously been investigated, we show that the two effects follow the same scaling with ion mass.

physics.plasm-ph

Integrating High Performance In-Memory Data Streaming and In-Situ Visualization in Hybrid MPI+OpenMP PIC MC Simulations Towards Exascale

Efficient simulation of complex plasma dynamics is crucial for advancing fusion energy research. Particle-in-Cell (PIC) Monte Carlo (MC) simulations provide insights into plasma behavior, including turbulence and confinement, which are essential for optimizing fusion reactor performance. Transitioning to exascale simulations introduces significant challenges, with traditional file input/output (I/O) inefficiencies remaining a key bottleneck. This work advances BIT1, an electrostatic PIC MC code, by improving the particle mover with OpenMP task-based parallelism, integrating the openPMD streaming API, and enabling in-memory data streaming with ADIOS2's Sustainable Staging Transport (SST) engine to enhance I/O performance, computational efficiency, and system storage utilization. We employ profiling tools such as gprof, perf, IPM and Darshan, which provide insights into computation, communication, and I/O operations. We implement time-dependent data checkpointing with the openPMD API enabling seamless data movement and in-situ visualization for real-time analysis without interrupting the simulation. We demonstrate improvements in simulation runtime, data accessibility and real-time insights by comparing traditional file I/O with the ADIOS2 BP4 and SST backends. The proposed hybrid BIT1 openPMD SST enhancement introduces a new paradigm for real-time scientific discovery in plasma simulations, enabling faster insights and more efficient use of exascale computing resources.

physics.plasm-ph

Machine Learning for Electron-Scale Turbulence Modeling in W7-X

Constructing reduced models for turbulent transport is essential for accelerating profile predictions and enabling many-query tasks such as parameter exploration and design optimization. This work investigates machine-learning-driven reduced models for Electron Temperature Gradient (ETG) turbulence in the Wendelstein 7-X (W7-X) stellarator. We develop physics-guided scaling laws to predict the ETG heat flux at seven radial locations as functions of three key plasma parameters: the normalized electron temperature gradient ($\omega_{T_e}$), the ratio of normalized electron temperature and density gradients ($\eta_e$), and the electron-to-ion temperature ratio ($\tau$). The model coefficients are determined through regression combined with an active learning strategy. The procedure initializes the scaling laws using low-cardinality sparse-grid training data and iteratively enriches the training set by selecting maximally informative samples from an existing simulation database. The predictive performance of the models is assessed using out-of-sample datasets comprising more than $393$ points per radial location. Using the coefficients identified at the seven training radial locations, we further derive regression-based parameterizations for the scaling-law coefficients as functions of radial position. The resulting models are then evaluated at three additional radial locations not used during training, including both interpolation and moderate extrapolation cases. Overall, our reduced models demonstrate good predictive performance and achieve accuracy comparable to the original reference simulations, including in interpolation and moderate extrapolation regimes. An important finding is that a single radius-independent model cannot adequately describe ETG transport across the W7-X core, suggesting the presence of geometry-dependent physics not captured by the present formulation.

physics.plasm-ph

The impact of plasma turbulence on atomic reaction rates in the detached ASDEX Upgrade divertor

Numerical modeling of the edge and scrape-off layer (SOL) must account for atomic processes such as hydrogenic ionization and recombination, charge-exchange, and line radiation. Their reaction rates depend non-linearly on density and temperature and are thus sensitive to turbulent fluctuations, whose inclusion/omission may significantly affect model outcomes. We quantify the impact of fluctuations by studying global turbulence simulations of the edge and SOL of ASDEX Upgrade in both attached and detached divertor conditions. While the effect of fluctuations is minimal for the attached state, pronounced localized discrepancies emerge in colder, detached conditions. The inclusion of turbulent fluctuations, when compared to mean-field calculations, causes a factor of 2 reduction in ionization and radiation rates local to the detachment front in the confined edge region. The effect arises from fluctuations crossing below the ionization energy threshold, facilitated by low mean temperature and increased fluctuation amplitudes at the detachment front. The rate reduction (rather than rate increase) is explained by the character of divertor fluctuations (negative density-temperature correlation, i.e., cold and dense blobs), notably distinct from characteristic fluctuations found at the outboard-midplane (positive correlation, i.e., hot and dense blobs). Furthermore, the cold and dense fluctuations enable efficient plasma recombination even at average temperatures above the recombination threshold. In detached conditions, the combined plasma particle source from ionization and recombination is, therefore, effectively reduced by at least 50% when compared to the standard mean-field source.

physics.plasm-ph

On the mechanism of Pedestal Relaxation Events -- Insights gained by turbulence simulations with GRILLIX

Pedestal Relaxation Events (PREs) appear in I-mode discharges close to the I-H transition. Although they show certain similarities with Edge Localised Modes (ELMs), i.e. periodic energy ejections, the underlying mechanism seems to be very different from the mechanism responsible for ELMs. In this manuscript, we present global trans-collisional fluid simulations of an I-mode discharge in ASDEX Upgrade using GRILLIX. We observe multiple PREs during the simulation, which reproduce a range of experimentally observed PRE characteristics. Furthermore, a detailed analysis of various mode properties in our simulation allows us to pinpoint the underlying mechanism responsible for triggering PREs to Micro-Tearing Modes (MTMs). The system is analysed dynamically by evaluating density and electron temperature gradient lengths at the OMP position, where the MTM is located and grows over time. The path taken by the system in gradient length space is compared to a growth-rate estimate calculated by linear theory in simplified slab geometry, providing excellent agreement. Building on these insights, we sketch a qualitative picture of a full PRE cycle. Finally, we discuss the influence of the recently implemented Landau-fluid closure and the challenges of simulating low collisionality regimes with trans-collisional fluid models, like the one employed by GRILLIX.

physics.plasm-ph

Verification of the PICLS electromagnetic upgrade in mixed variables

The gyrokinetic particle-in-cell code PICLS is a full-f finite element tool to simulate turbulence in the tokamak scrape-off layer. During the previous year, the capability of PICLS was extended to encompass electromagnetic effects. Successful tests using the method of manufactured solutions were conducted on the freshly added Amp\`ere's-law-solver, and shear Alfv\'en waves were simulated to verify the new electromagnetic time step. However, as a code based on the $p_{||}$-formulation of the gyrokinetic equations, PICLS is affected by the Amp\`ere-cancellation problem. In order to bring higher-beta simulations within reach of our computational capacity, we implemented the mixed-variable formulation with pullback-scheme in a similar fashion to, e.g., EUTERPE, ORB5, or XGC. Here, we present the successful verification of the different electromagnetic formulations of PICLS by simulating shear-Alfv\'en waves in a test setup designed to minimize kinetic effects.

physics.plasm-ph

On the proper treatment of magnetic fluctuations in full-$f$ field-aligned turbulence codes

Plasma turbulence in the edge of magnetic confinement devices is customarily treated as full-$f$ due to large fluctuations. For computational efficiency, field-aligned coordinates are employed, separating the magnetic field into equilibrium $B_0$ and delta-f perturbations which are handled by the magnetic flutter operators. Evolving the full-$f$ pressure with delta-$f$ magnetic perturbations can cause inconsistency since the latter contain background components such as the Shafranov shift, which are actually parts of the equilibrium magnetic field. Such background components ($B_s$) contained in the magnetic perturbations undermine the field-aligned numerics when treated as flutter: errors arise if $B_s/B_0\ll l_\perp/h_\parallel$ is not satisfied, with the perpendicular turbulence scale $l_\perp$ and the parallel grid distance $h_\parallel$. We find that the commonly used removal of $B_s$ by subtracting the toroidal average of magnetic perturbations intervenes in the Alfv\'en dynamics, causing spurious $E\times B$ transport. Instead, we propose an improved method to dynamically filter out the evolving background from the turbulent magnetic fluctuations in the time domain. The filter is verified in both low and high confinement tokamak conditions, confirming its capability to preserve the turbulence fidelity, provided sufficient filter width.

physics.plasm-ph

Reduced kinetic modelling of shattered pellet injection in ASDEX Upgrade

Plasma-terminating disruptions represent a critical outstanding issue for reactor-relevant tokamaks. ITER will use shattered pellet injection (SPI) as its disruption mitigation system to reduce heat loads, vessel forces, and to suppress the formation of runaway electrons. In this paper we demonstrate that reduced kinetic modelling of SPI is capable of capturing the major experimental trends in ASDEX Upgrade SPI experiments, such as dependence of the radiated energy fraction on neon content, or the current quench dynamics. Simulations are also consistent with the experimental observation of no runaway electron generation with neon and mixed deuterium-neon pellet composition. We also show that statistical variations in the fragmentation process only have a notable impact on disruption dynamics at intermediate neon doping, as was observed in experiments.

physics.plasm-ph

Wakefield-driven filamentation of warm beams in plasma

Charged and quasi-neutral beams propagating through an unmagnetised plasma are subject to numerous collisionless instabilities on the small scale of the plasma skin depth. The electrostatic two-stream instability, driven by longitudinal and transverse wakefields, dominates for dilute beams. This leads to modulation of the beam along the propagation direction and, for wide beams, transverse filamentation. A three-dimensional spatiotemporal two-stream theory for warm beams with a finite extent is developed. Unlike the cold beam limit, diffusion due to a finite emittance gives rise to a dominant wavenumber, and a cut-off wavenumber above which filamentation is suppressed. Particle-in-cell simulations with quasineutral electron-positron beams in the relativistic regime give excellent agreement with the theoretical model. This work provides deeper insights into the effect of diffusion on filamentation of finite beams, crucial for comprehending plasma-based accelerators in laboratory and cosmic settings.

physics.plasm-ph

Advanced surrogate model for electron-scale turbulence in tokamak pedestals

We derive an advanced surrogate model for predicting turbulent transport at the edge of tokamaks driven by electron temperature gradient (ETG) modes.Our derivation is based on a recently developed sensitivity-driven sparse grid interpolation approach for uncertainty quantification and sensitivity analysis at scale, which informs the set of parameters that define the surrogate model as a scaling law.Our model reveals that ETG-driven electron heat flux is influenced by the safety factor $q$, electron beta $\beta_e$, and normalized electron Debye length $\lambda_D$, in addition to well-established parameters such as the electron temperature and density gradients. To assess the trustworthiness of our model's predictions beyond training, we compute prediction intervals using bootstrapping. The surrogate model's predictive power is tested across a wide range of parameter values, including within-distribution testing parameters (to verify our model) as well as out-of-bounds and out-of-distribution testing (to validate the proposed model). Overall, validation efforts show that our model competes well with, or can even outperform, existing scaling laws in predicting ETG-driven transport.

physics.plasm-ph

Accelerating Particle-in-Cell Monte Carlo Simulations with MPI, OpenMP/OpenACC and Asynchronous Multi-GPU Programming

As fusion energy devices advance, plasma simulations are crucial for reactor design. Our work extends BIT1 hybrid parallelization by integrating MPI with OpenMP and OpenACC, focusing on asynchronous multi-GPU programming. Results show significant performance gains: 16 MPI ranks plus OpenMP threads reduced runtime by 53% on a petascale EuroHPC supercomputer, while OpenACC multicore achieved a 58% reduction. At 64 MPI ranks, OpenACC outperformed OpenMP, improving the particle mover function by 24%. On MareNostrum 5, OpenACC async(n) delivered strong performance, but OpenMP asynchronous multi-GPU approach proved more effective at extreme scaling, maintaining efficiency up to 400 GPUs. Speedup and parallel efficiency (PE) studies revealed OpenMP asynchronous multi-GPU achieving 8.77x speedup (54.81% PE), surpassing OpenACC (8.14x speedup, 50.87% PE). While PE declined at high node counts due to communication overhead, asynchronous execution mitigated scalability bottlenecks. OpenMP nowait and depend clauses improved GPU performance via efficient data transfer and task management. Using NVIDIA Nsight tools, we confirmed BIT1 efficiency for large-scale plasma simulations. OpenMP asynchronous multi-GPU implementation delivered exceptional performance in portability, high throughput, and GPU utilization, positioning BIT1 for exascale supercomputing and advancing fusion energy research. MareNostrum 5 brings us closer to achieving exascale performance.

cs.DC

Global gyrokinetic analysis of Wendelstein 7-X discharge: unveiling the importance of trapped-electron-mode and electron-temperature-gradient turbulence

We present the first nonlinear, gyrokinetic, radially global simulation of a discharge of the Wendelstein 7-X-like stellarator (W7-X), including kinetic electrons, an equilibrium radial electric field, as well as electromagnetic and collisional effects. By comparison against flux-tube and full-flux-surface simulations, we assess the impact of the equilibrium ExB-flow and flow shear on the stabilisation of turbulence. In contrast to the existing literature, we further provide substantial evidence for the turbulent electron heat flux being driven by trapped-electron-mode (TEM) and electron-temperature-gradient (ETG) turbulence in the core of the plasma. The former manifests as a hybrid together with ion-temperature-gradient (ITG) turbulence and is primarily driven by the finite electron temperature gradient, which has largely been neglected in nonlinear stellarator simulations presented in the existing literature.

physics.plasm-ph