GALARIO: a GPU accelerated library for analysing radio interferometer observations
Abstract
We present GALARIO, a computational library that exploits the power of modern graphical processing units (GPUs) to accelerate the analysis of observations from radio interferometers like Atacama Large Millimeter and sub-millimeter Array or the Karl G. Jansky Very Large Array. GALARIO speeds up the computation of synthetic visibilities from a generic 2D model image or a radial brightness profile (for axisymmetric sources). On a GPU, GALARIO is 150 faster than standard PYTHON and 10 times faster than serial C++ code on a CPU. Highly modular, easy to use, and to adopt in existing code, GALARIO comes as two compiled libraries, one for Nvidia GPUs and one for multicore CPUs, where both have the same functions with identical interfaces. GALARIO comes with PYTHON bindings but can also be directly used in C or C++. The versatility and the speed of GALARIO open new analysis pathways that otherwise would be prohibitively time consuming, e.g. fitting high-resolution observations of large number of objects, or entire spectral cubes of molecular gas emission. It is a general tool that can be applied to any field that uses radio interferometer observations. The source code is available online at http://github.com/mtazzari/galario under the open source GNU Lesser General Public License v3.
- Publication:
-
Monthly Notices of the Royal Astronomical Society
- Pub Date:
- June 2018
- DOI:
- 10.1093/mnras/sty409
- arXiv:
- arXiv:1709.06999
- Bibcode:
- 2018MNRAS.476.4527T
- Keywords:
-
- methods: numerical;
- techniques: interferometric;
- submillimetre: general;
- Astrophysics - Instrumentation and Methods for Astrophysics;
- Astrophysics - Cosmology and Nongalactic Astrophysics;
- Astrophysics - Earth and Planetary Astrophysics;
- Astrophysics - Astrophysics of Galaxies;
- Astrophysics - Solar and Stellar Astrophysics
- E-Print:
- 17 pages, 10 figures. MNRAS Accepted. Code at https://github.com/mtazzari/galario and documentation at https://mtazzari.github.io/galario/