diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-03 20:32:48 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-04 17:53:41 +0700 |
commit | 081192fb228624896ebc7f782f9ea5ada214adff (patch) | |
tree | 1f803adeb8102befd5a025b95ab3f63e1f2f0edb /libraries/hpx/README | |
parent | 3c198cf9685024be53d100c66d412d09c1fed668 (diff) |
libraries/hpx: Removed (orphaned and FTB).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/hpx/README')
-rw-r--r-- | libraries/hpx/README | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/libraries/hpx/README b/libraries/hpx/README deleted file mode 100644 index 95e30e83b2fa9..0000000000000 --- a/libraries/hpx/README +++ /dev/null @@ -1,23 +0,0 @@ -HPX is a C++ Standards Library for Concurrency and Parallelism. It -implements all of the corresponding facilities as defined by the -C++ Standard. Additionally, in HPX we implement functionalities -proposed as part of the ongoing C++ standardization process. We also -extend the C++ Standard APIs to the distributed case. - -The goal of HPX is to create a high quality, freely available, open -source implementation of a new programming model for conventional -systems, such as classic Linux based Beowulf clusters or multi-socket -highly parallel SMP nodes. At the same time, we want to have a very -modular and well designed runtime system architecture which would -allow us to port our implementation onto new computer system -architectures. We want to use real world applications to drive the -development of the runtime system, coining out required -functionalities and converging onto a stable API which will provide -a smooth migration path for developers. - -The API exposed by HPX is not only modelled after the interfaces -defined by the C++11/14 ISO standard, it also adheres to the -programming guidelines used by the Boost collection of C++ libraries. -We aim improve the scalability of today's applications and to expose -new levels of parallelism which are necessary to take advantage of -the exascale systems of the future. |