Evgeny Efimenko
Russian Academy of Sciences
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by Evgeny Efimenko.
Physical Review E | 2015
Arkady Gonoskov; Sergey Bastrakov; Evgeny Efimenko; Antony Ilderton; Mattias Marklund; Iosif Meyerov; A. Muraviev; A. Sergeev; Igor Surmin; Erik Wallin
We review common extensions of particle-in-cell (PIC) schemes which account for strong field phenomena in laser-plasma interactions. After describing the physical processes of interest and their numerical implementation, we provide solutions for several associated methodological and algorithmic problems. We propose a modified event generator that precisely models the entire spectrum of incoherent particle emission without any low-energy cutoff, and which imposes close to the weakest possible demands on the numerical time step. Based on this, we also develop an adaptive event generator that subdivides the time step for locally resolving QED events, allowing for efficient simulation of cascades. Further, we present a unified technical interface for including the processes of interest in different PIC implementations. Two PIC codes which support this interface, PICADOR and ELMIS, are also briefly reviewed.
Computer Physics Communications | 2016
Igor Surmin; Sergey Bastrakov; Evgeny Efimenko; Arkady Gonoskov; A. V. Korzhimanov; Iosif Meyerov
This paper concerns the development of a high-performance implementation of the Particle-in-Cell method for plasma simulation on Intel Xeon Phi coprocessors. We discuss the suitability of the method for Xeon Phi architecture and present our experience in the porting and optimization of the existing parallel Particle-in-Cell code PICADOR. Direct porting without code modification gives performance on Xeon Phi close to that of an 8-core CPU on a benchmark problem with 50 particles per cell. We demonstrate step-by-step optimization techniques, such as improving data locality, enhancing parallelization efficiency and vectorization leading to an overall 4.2 x speedup on CPU and 7.5 x on Xeon Phi compared to the baseline version. The optimized version achieves 16.9 ns per particle update on an Intel Xeon E5-2660 CPU and 9.3 ns per particle update on an Intel Xeon Phi 5110P. For a real problem of laser ion acceleration in targets with surface grating, where a large number of macroparticles per cell is required, the speedup of Xeon Phi compared to CPU is 1.6x.
Physical Review X | 2017
Arkady Gonoskov; Aleksei Bashinov; Sergey Bastrakov; Evgeny Efimenko; Antony Ilderton; A. V. Kim; Mattias Marklund; Iosif Meyerov; A. Muraviev; A. Sergeev
Electromagnetic cascades have the potential to act as a high-energy photon source of unprecedented brightness. Such a source would offer new experimental possibilities in fundamental science, but in the cascade process radiation reaction and rapid electron-positron plasma production seemingly restrict the efficient production of photons to sub-GeV energies. Here, we show how to overcome these energetic restrictions and how to create a directed GeV photon source, with unique capabilities as compared to existing sources. Our new source concept is based on a controlled interplay between the cascade and anomalous radiative trapping. Using specially designed advanced numerical models supported with analytical estimates, we demonstrate that the concept becomes feasible at laser powers of around 7 PW, which is accessible at soon-to-be-available facilities. A higher peak power of 40 PW can provide 10(9) photons with GeV energies in a well-collimated 3-fs beam, achieving peak brilliance 9 x 10(24) ph s(-1) mrad(-2) mm(-2)/0.1%BW.
international conference on algorithms and architectures for parallel processing | 2016
Igor Surmin; Sergey Bastrakov; Zakhar Matveev; Evgeny Efimenko; Arkady Gonoskov; Iosif Meyerov
Three dimensional particle-in-cell laser-plasma simulation is an important area of computational physics. Solving state-of-the-art problems requires large-scale simulation on a supercomputer using specialized codes. A growing demand in computational resources inspires research in improving efficiency and co-design for supercomputers based on many-core architectures. This paper presents first performance results of the particle-in-cell plasma simulation code PICADOR on the recently introduced Knights Landing generation of Intel Xeon Phi. A straightforward rebuilding of the code yields a 2.43 x speedup compared to the previous Knights Corner generation. Further code optimization results in an additional 1.89 x speedup. The optimization performed is beneficial not only for Knights Landing, but also for high-end CPUs and Knights Corner. The optimized version achieves 100 GFLOPS double precision performance on a Knights Landing device with the speedups of 2.35 x compared to a 14-core Haswell CPU and 3.47 x compared to a 61-core Knights Corner Xeon Phi.
parallel computing technologies | 2015
Igor Surmin; Alexei Bashinov; Sergey Bastrakov; Evgeny Efimenko; Arkady Gonoskov; Iosif Meyerov
This paper considers load balancing in Particle-in-Cell plasma simulation on cluster systems. We propose a dynamic load balancing scheme based on rectilinear partitioning and discuss implementation of efficient imbalance estimation and rebalancing. We analyze the impact of load balancing on performance and accuracy. On a test plasma heating problem dynamic load balancing yields nearly 2 times speedup and better scaling. On the real-world plasma target irradiation simulation load balancing allows to mitigate particle resampling and thus improve accuracy of the simulation without increasing the runtime. Balancing-related overhead in both cases are under 1.5i¾?% of total run time.
Jetp Letters | 2015
A. Muraviev; Sergey Bastrakov; Aleksei Bashinov; Arkady Gonoskov; Evgeny Efimenko; A. V. Kim; Iosif Meyerov; A. Sergeev
The self-consistent dynamics of an electron–positron plasma, which is formed during the generation of quantum-electrodynamic cascades, in a superstrong field of counterpropagating linearly polarized waves is examined. It is shown that the formation of thin (on a wavelength scale) current sheets which generate quasistatic magnetic fields comparable to the corresponding fields of incident waves plays an important role in the dynamics of a cascade for fields above a certain threshold. The fraction of the laser energy transformed into the energy of quasistatic magnetic fields can exceed 20%.
Scientific Reports | 2018
Evgeny Efimenko; Aleksei Bashinov; Sergei I. Bastrakov; Arkady Gonoskov; A. Muraviev; Iosif Meyerov; A. V. Kim; Alexander M. Sergeev
Triggering vacuum breakdown at laser facility is expected to provide rapid electron-positron pair production for studies in laboratory astrophysics and fundamental physics. However, the density of the produced plasma may cease to increase at a relativistic critical density, when the plasma becomes opaque. Here, we identify the opportunity of breaking this limit using optimal beam configuration of petawatt-class lasers. Tightly focused laser fields allow generating plasma in a small focal volume much less than λ3 and creating extreme plasma states in terms of density and produced currents. These states can be regarded to be a new object of nonlinear plasma physics. Using 3D QED-PIC simulations we demonstrate a possibility of reaching densities over 1025 cm−3, which is an order of magnitude higher than expected earlier. Controlling the process via initial target parameters provides an opportunity to reach the discovered plasma states at the upcoming laser facilities.
international conference on parallel processing | 2017
Anton Larin; Sergey Bastrakov; Aleksei Bashinov; Evgeny Efimenko; Igor Surmin; Arkady Gonoskov; Iosif Meyerov
Particle-in-cell plasma simulation is an important area of computational physics. The particle-in-cell method naturally allows parallel processing on distributed and shared memory. In this paper we address the problem of load balancing on multicore systems. While being well-studied for many traditional applications of the method, it is a relevant problem for the emerging area of particle-in-cell simulations with account for effects of quantum electrodynamics. Such simulations typically produce highly non-uniform, and sometimes volatile, particle distributions, which could require custom load balancing schemes. In this paper we present a computational evaluation of several standard and custom load balancing schemes for the particle-in-cell method on a high-end system with 96 cores on shared memory. We use a test problem with static non-uniform particle distribution and a real problem with account for quantum electrodynamics effects, which produce dynamically changing highly non-uniform distributions of particles and workload. For these problems the custom schemes result in increase of scaling efficiency by up to 20% compared to the standard OpenMP schemes.
parallel computing technologies | 2017
Sergey Bastrakov; Igor Surmin; Evgeny Efimenko; Arkady Gonoskov; Iosif Meyerov
We present a computational comparison of collocated and staggered uniform grids for particle-in-cell plasma simulation. Both types of grids are widely used, and numerical properties of the corresponding solvers are well-studied. However, for large-scale simulations performance is also an important factor, which is the focus of this paper. We start with a baseline implementation, apply widely-used techniques for performance optimization and measure their efficacy for both grids on a high-end Xeon CPU and a second-generation Xeon Phi processor. For the optimized version the collocated grid outperforms the staggered one by about 1.5 x on both Xeon and Xeon Phi. The speedup on the Xeon Phi processor compared to Xeon is about 1.9 x.
international conference laser optics | 2014
A. V. Korzhimanov; Evgeny Efimenko; A. V. Kim; Sv Golubev
The recent progress in theoretical investigation of ion acceleration by high-intensity lasers irradiating multicomponent structured targets will be presented with the emphasis on the possibility to produce monoenergetic beams of highly charged mid-Z ions.