We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

physics.comp-ph

Change to browse by:

References & Citations

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Physics > Computational Physics

Title: On the design of Monte-Carlo particle coagulation solver interface: a CPU/GPU Super-Droplet Method case study with PySDM

Abstract: Super-Droplet Method (SDM) is a probabilistic Monte-Carlo-type model of particle coagulation process, an alternative to the mean-field formulation of Smoluchowski. SDM as an algorithm has linear computational complexity with respect to the state vector length, the state vector length is constant throughout simulation, and most of the algorithm steps are readily parallelizable. This paper discusses the design and implementation of two number-crunching backends for SDM implemented in PySDM, a new free and open-source Python package for simulating the dynamics of atmospheric aerosol, cloud and rain particles. The two backends share their application programming interface (API) but leverage distinct parallelism paradigms, target different hardware, and are built on top of different lower-level routine sets. First offers multi-threaded CPU computations and is based on Numba (using Numpy arrays). Second offers GPU computations and is built on top of ThrustRTC and CURandRTC (and does not use Numpy arrays). In the paper, the API is discussed focusing on: data dependencies across steps, parallelisation opportunities, CPU and GPU implementation nuances, and algorithm workflow. Example simulations suitable for validating implementations of the API are presented.
Comments: accepted to ICCS 2021
Subjects: Computational Physics (physics.comp-ph)
Journal reference: Lecture Notes in Computer Science, vol 12743 (2021)
DOI: 10.1007/978-3-030-77964-1_2
Cite as: arXiv:2101.06318 [physics.comp-ph]
  (or arXiv:2101.06318v2 [physics.comp-ph] for this version)

Submission history

From: Piotr Bartman [view email]
[v1] Fri, 15 Jan 2021 22:49:50 GMT (320kb,D)
[v2] Sat, 3 Apr 2021 12:45:01 GMT (351kb,D)

Link back to: arXiv, form interface, contact.