{ "id": "2506.21524", "version": "v1", "published": "2025-06-26T17:44:13.000Z", "updated": "2025-06-26T17:44:13.000Z", "title": "Benchmarking and Parallelization of Electrostatic Particle-In-Cell for low-temperature Plasma Simulation by particle-thread Binding", "authors": [ "Libn Varghese", "Bhaskar Chaudhury", "Miral Shah", "Mainak Bandyopadhyay" ], "categories": [ "physics.comp-ph", "cs.DC", "physics.plasm-ph" ], "abstract": "The Particle-In-Cell (PIC) method for plasma simulation tracks particle phase space information using particle and grid data structures. High computational costs in 2D and 3D device-scale PIC simulations necessitate parallelization, with the Charge Deposition (CD) subroutine often becoming a bottleneck due to frequent particle-grid interactions. Conventional methods mitigate dependencies by generating private grids for each core, but this approach faces scalability issues. We propose a novel approach based on a particle-thread binding strategy that requires only four private grids per node in distributed memory systems or four private grids in shared memory systems, enhancing CD scalability and performance while maintaining conventional data structures and requiring minimal changes to existing PIC codes. This method ensures complete accessibility of grid data structure for concurrent threads and avoids simultaneous access to particles within the same cell using additional functions and flags. Performance evaluations using a PIC benchmark for low-temperature partially magnetized E x B discharge simulation on a shared memory as well as a distributed memory system (1000 cores) demonstrate the method's scalability, and additionally, we show the method has little hardware dependency.", "revisions": [ { "version": "v1", "updated": "2025-06-26T17:44:13.000Z" } ], "analyses": { "keywords": [ "low-temperature plasma simulation", "simulation tracks particle phase", "pic simulations necessitate parallelization", "particle phase space information", "particle-thread binding" ], "note": { "typesetting": "TeX", "pages": 0, "language": "en", "license": "arXiv", "status": "editable" } } }