English

ZMCintegral: a Package for Multi-Dimensional Monte Carlo Integration on Multi-GPUs

Computational Physics 2022-09-19 v2

Abstract

We have developed a Python package ZMCintegral for multi-dimensional Monte Carlo integration on multiple Graphics Processing Units(GPUs). The package employs a stratified sampling and heuristic tree search algorithm. We have built three versions of this package: one with Tensorflow and other two with Numba, and both support general user defined functions with a user-friendly interface. We have demonstrated that Tensorflow and Numba help inexperienced scientific researchers to parallelize their programs on multiple GPUs with little work. The precision and speed of our package is compared with that of VEGAS for two typical integrands, a 6-dimensional oscillating function and a 9-dimensional Gaussian function. The results show that the speed of ZMCintegral is comparable to that of the VEGAS with a given precision. For heavy calculations, the algorithm can be scaled on distributed clusters of GPUs.

Keywords

Cite

@article{arxiv.1902.07916,
  title  = {ZMCintegral: a Package for Multi-Dimensional Monte Carlo Integration on Multi-GPUs},
  author = {Hong-Zhong Wu and Jun-Jie Zhang and Long-Gang Pang and Qun Wang},
  journal= {arXiv preprint arXiv:1902.07916},
  year   = {2022}
}

Comments

18 pages, 9 figures

R2 v1 2026-06-23T07:46:50.949Z