English
 
Help Privacy Policy Disclaimer
  Advanced SearchBrowse

Item

ITEM ACTIONSEXPORT

Released

Journal Article

Potential of the Julia Programming Language for High Energy Physics Computing

MPS-Authors

Eschle, 
Max Planck Institute for Physics, Max Planck Society and Cooperation Partners;

et al., 
Max Planck Institute for Physics, Max Planck Society and Cooperation Partners;

External Resource
No external resources are shared
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
Fulltext (public)
There are no public fulltexts stored in PuRe
Supplementary Material (public)
There is no public supplementary material available
Citation

Eschle, & et al. (2023). Potential of the Julia Programming Language for High Energy Physics Computing. Comput.Softw.Big Sci., 7, 10. doi:10.1007/s41781-023-00104-x.


Cite as: https://hdl.handle.net/21.11116/0000-000F-1182-A
Abstract
Research in high energy physics (HEP) requires huge amounts of computing and storage, putting strong constraints on the code speed and resource usage. To meet these requirements, a compiled high-performance language is typically used; while for physicists, who focus on the application when developing the code, better research productivity pleads for a high-level programming language. A popular approach consists of combining Python, used for the high-level interface, and C++, used for the computing intensive part of the code. A more convenient and efficient approach would be to use a language that provides both high-level programming and high-performance. The Julia programming language, developed at MIT especially to allow the use of a single language in research activities, has followed this path. In this paper the applicability of using the Julia language for HEP research is explored, covering the different aspects that are important for HEP code development: runtime performance, handling of large projects, interface with legacy code, distributed computing, training, and ease of programming. The study shows that the HEP community would benefit from a large scale adoption of this programming language. The HEP-specific foundation libraries that would need to be consolidated are identified.