HPX

Scientific computing program From Wikipedia, the free encyclopedia

HPX, short for High Performance ParalleX, is a runtime system for high-performance computing. It is currently under active development by the STE||AR group[2] at Louisiana State University. Focused on scientific computing, it provides an alternative execution model to conventional approaches such as MPI. HPX aims to overcome the challenges MPI faces with increasing large supercomputers by using asynchronous communication between nodes and lightweight control objects instead of global barriers, allowing application developers to exploit fine-grained parallelism.[3][4][5]

DevelopersThe STEllAR Group, archived from the original on 2019-04-03, retrieved 2019-04-03
LSU Center for Computation and Technology
Initial release2008 (2008)
Stable release
1.10.0 / May 29, 2024; 21 months ago (2024-05-29)
Written inC++
Quick facts Developers, Initial release ...
HPX
DevelopersThe STEllAR Group, archived from the original on 2019-04-03, retrieved 2019-04-03
LSU Center for Computation and Technology
Initial release2008 (2008)
Stable release
1.10.0 / May 29, 2024; 21 months ago (2024-05-29)
Written inC++
Operating systemMicrosoft Windows
Linux
Mac OS X
TypePartitioned global address space
Parallel programming
Runtime System
LicenseBoost Software License[1]
Websitehpx.stellar-group.org
Repositorygithub.com/STEllAR-GROUP/hpx
Close

HPX is developed in idiomatic C++ and released as open source under the Boost Software License, which allows usage in commercial applications.

Applications

Though designed as a general-purpose environment for high-performance computing, HPX has primarily been used in

References

Related Articles

Wikiwand AI