Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/STEllAR-GROUP/hpx

The C++ Standard Library for Parallelism and Concurrency
https://github.com/STEllAR-GROUP/hpx

Merge #6225

6225: Make heap fails in par for small sized heaps #6217 r=hkaiser a=Johan511

Fixes #6217

##...

1ff18c26654ab4a4ff92a651a96fefbb92ade6ac authored over 1 year ago by StellarBot <[email protected]>
Modernize and streamline MPI parcelport

- adding more locking where needed, more sanity tests
- adding HPX_LOGGING_WITH_SEPARATE_DESTINA...

98e219d13d8babede39c7d36dd136133afd3d3a5 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Merge #6228

6228: Fixing algorithms for zero length sequences when run with s/r scheduler r=hkaiser a=hkaise...

df76d15beab0349486c69edf11186bfe85756f41 authored over 1 year ago by StellarBot <[email protected]>
remove parallelism/modules.rst

87de8ff076f07d593d391163e472eba9bbca1f23 authored over 1 year ago by dimitraka <[email protected]>
Fixing algorithms for zero length sequences when run with s/r scheduler

6fd11be4488ff865dbc799452725b4aa85bc599b authored over 1 year ago by Hartmut Kaiser <[email protected]>
Reliably disable background work when no networking is enabled

c82e8f3bc59b2dd2794fed07a364f34720dff411 authored over 1 year ago by Hartmut Kaiser <[email protected]>
removed endline whitespace

Signed-off-by: Johan511 <[email protected]>

ec01019a918315ddd30c7fa896c6a0fb07c1c623 authored over 1 year ago by Johan511 <[email protected]>
added comment

Signed-off-by: Johan511 <[email protected]>

68140cd05edabe36873871fc7a4a0bdded1ded3b authored over 1 year ago by Johan511 <[email protected]>
added better comments, fixed line length limit inspect failure

Signed-off-by: Johan511 <[email protected]>

966488d1ad049b0997b42da2781759fe88a95cfa authored over 1 year ago by Johan511 <[email protected]>
Re-enable dependency on segmented algorithms on CircleCI

a1843cf37f996e90a786174ca4984161f3d13e6a authored over 1 year ago by Hartmut Kaiser <[email protected]>
Merge #6216

6216: added tests for set_difference, updated set_operation.hpp to fix #6198 r=hkaiser a=Johan51...

55eb97552f3d2594294070e1bb882631036ed564 authored over 1 year ago by StellarBot <[email protected]>
fixed narrowing cast warning

Signed-off-by: Johan511 <[email protected]>

43f72323eced2c6af6716f5b9e1ea461e20e1cf1 authored over 1 year ago by Johan511 <[email protected]>
fixed adding test_utils.hpp which does not exist for regression tests

Signed-off-by: Johan511 <[email protected]>

e645ce1e04eef061c4095c7076a12dc857e27d42 authored over 1 year ago by Johan511 <[email protected]>
fixed negative overflow bug in std::size_t len

Signed-off-by: Johan511 <[email protected]>

cc52024845f8bff7c0c18f9d667de52ee1085a41 authored over 1 year ago by Johan511 <[email protected]>
forgot to call test

Signed-off-by: Johan511 <[email protected]>

28b82a50b11d926eff94cf2bf2c6c26d1917bbf2 authored over 1 year ago by Johan511 <[email protected]>
added deterministic test which was known to previously fail

Signed-off-by: Johan511 <[email protected]>

b6b4beb935fa49cc0301f3a068d1d01d462eeecb authored over 1 year ago by Johan511 <[email protected]>
changed rand() to mt::rand()

Signed-off-by: Johan511 <[email protected]>

f2f8bca6f668bd8d14db76edf7a1cc940445cb3b authored over 1 year ago by Johan511 <[email protected]>
added tests for small heaps, make_heap`

Signed-off-by: Johan511 <[email protected]>

fda700b1262b4df24e2b78bb7148126f14e1f6be authored over 1 year ago by Johan511 <[email protected]>
end exclusive becomes has negative overflow bug for small values of start

Signed-off-by: Johan511 <[email protected]>

52cdfd9e3900b30244e1c86ff009ab9e166e516e authored over 1 year ago by Johan511 <[email protected]>
end exclusive becomes has negative overflow bug for small values of start

Signed-off-by: Johan511 <[email protected]>

0c47698d171d2c112fc60cb40f76f823ea227d0a authored over 1 year ago by Johan511 <[email protected]>
Merge #6221

6221: Fix segmented algorithms tests r=hkaiser a=Pansysk75

Fixes a group of tests for HPX segme...

2c83e2d91f7ab7a72d5d59bc8433c875606adafe authored over 1 year ago by StellarBot <[email protected]>
Merge #6218

6218: Creating INSTALL component 'runtime' to enable installing binaries only r=hkaiser a=hkaise...

06324f8c644560b1087b529e9cd2eb0db141bccf authored over 1 year ago by StellarBot <[email protected]>
Fix segmented algorithm tests

9b7f2f57f8c501adcc03e2acd34a7f2cb228e2d4 authored over 1 year ago by Panos Syskakis <[email protected]>
Fix compilation of segmented algorithm tests on MSVC

6aa72a554a69131c4d7a15510defe5c7d11905cf authored over 1 year ago by Panos <[email protected]>
Creating INSTALL component 'runtime' to enable installing binaries only

00bc0a5c85f03a738042357118b489ad4b80c7bc authored over 1 year ago by Hartmut Kaiser <[email protected]>
Add hpx::post documentation

563889fe8a013a974e580043314e3aa728be8efb authored over 1 year ago by dimitraka <[email protected]>
Remove unnecessary README.rst files

6f52c863919ab36588edc58ad3034ba4ad5e743f authored over 1 year ago by dimitraka <[email protected]>
Move README docs to index files

020acc3b72ab66ce994d41d5c8e209d68a2ac3e0 authored over 1 year ago by dimitraka <[email protected]>
Merge branch 'master' of https://github.com/STEllAR-GROUP/hpx into doc_manual

6acd40dcf5b23f0a1f080b6b1b66ccd0cad91e6a authored over 1 year ago by dimitraka <[email protected]>
Merge #6192

6192: Fix page `Writing single-node applications` r=hkaiser a=dimitraka

- Remove locks and unlo...

ff8ad23d200a76b1b4343da20c982c41df29ffa2 authored over 1 year ago by StellarBot <[email protected]>
Fixing #includes in new example

49756e1f3110629017b35ea8088f8d1bca21d2d3 authored over 1 year ago by Hartmut Kaiser <[email protected]>
fixed warning bugprone-narrowing-conversions

Signed-off-by: Johan511 <[email protected]>

344666158c2248747aacaf61c9032e495a51e543 authored over 1 year ago by Johan511 <[email protected]>
clang format

Signed-off-by: Johan511 <[email protected]>

5a6404b01f125ca3cd1f37f6a052fe7868f38b7f authored over 1 year ago by Johan511 <[email protected]>
changing static const to static constexpr

Signed-off-by: Johan511 <[email protected]>

0623b8c86b3c72847f4a974a975b32b5ce1a3907 authored over 1 year ago by Johan511 <[email protected]>
fix inspect test failures

Signed-off-by: Johan511 <[email protected]>

5eab464560d268537e121d01238c182f0875944a authored over 1 year ago by Johan511 <[email protected]>
Merge branch 'master' of https://github.com/STEllAR-GROUP/hpx into doc_manual

268891f9b357dab9c41c9bfb8eb81cad2f16b7f0 authored over 1 year ago by dimitraka <[email protected]>
include execution header only if HPX_WITH_CXX17_STD_EXECUTION_POLICES is defined

Signed-off-by: Johan511 <[email protected]>

7cc227f2e5282fcb90ac015235f1204758487e0c authored over 1 year ago by Johan511 <[email protected]>
added tests for set_difference, updated set_operation.hpp to fix #6198

dbf42fe414a6a4516d0d6dc7fde6f1bba6c01083 authored over 1 year ago by Johan511 <[email protected]>
Add and explain example for_each

d1db150cf572432c8733c9a9d17a2937c0a8428e authored over 1 year ago by dimitraka <[email protected]>
Add release candidate 2

7476fc8455f1b1feb7159a4076b9e40320b35539 authored over 1 year ago by STE||AR Group <[email protected]>
Merge #6211

6211: Modernize modules of level 11, 12, and 13 r=hkaiser a=hkaiser

Working towards #5497

Co-a...

43f99bc189114a8d888c0ba44b1c82d0a0b20b10 authored over 1 year ago by StellarBot <[email protected]>
Modernize modules of level 11, 12, and 13

95bbf4b8b79eef9a71d20488332e52f73a4a2295 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Update release notes, people and release number references for 1.9.0 rc1

34d93c730c103314fac95f9be9825c66476e6cd7 authored over 1 year ago by gonidelis <[email protected]>
Add 'v' prefix before release tagging to conform to GitHub's default convention

ddec604f3af790a3845485e088c83e67c4016773 authored over 1 year ago by gonidelis <[email protected]>
Add extended release notes for V1.9.0

83009f195719410fdef113840f013120d351404a authored over 1 year ago by gonidelis <[email protected]>
Fixing clang-format issue

6094a2ab21beafdd341e359540929bde5bca6150 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Merge #6200 #6205 #6206

6200: Par link jobs r=hkaiser a=Johan511

Added cmake Option HPX_PARALLEL_LINK_JOBS to limit num...

9d24289847595e7e70350c607b47b0232c2fb4b6 authored over 1 year ago by StellarBot <[email protected]>
Merge #6209

6209: Prevent thread stealing during scheduler shutdown r=hkaiser a=hkaiser

- flyby: slight cle...

9b37522825b195757ade90032b6c06a725c68c71 authored over 1 year ago by StellarBot <[email protected]>
Prevent thread stealing during scheduler shutdown

- flyby: slight cleanup of scheduler loop

db49982202e29a8997ce26916b14d4b9af9c2bda authored over 1 year ago by Hartmut Kaiser <[email protected]>
Merge #6210

6210: Fixing MPI parcelport initialization if MPI is initialized outside of HPX r=hkaiser a=hkai...

5ea9a16ab6675bd525e29755762e580106d6a1d3 authored over 1 year ago by StellarBot <[email protected]>
Fixing MPI parcelport initialization if MPI is initialized outside of HPX

671ce6f54b4d7437638921701e4ccf83d654d762 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Merge #6201

6201: Update the LCI parcelport documents r=hkaiser a=JiakunYan

Update the document.

The new...

4e009626fca38f746e6b937d9f1d52d8103e559a authored over 1 year ago by StellarBot <[email protected]>
Merge #6207

6207: Automatically enable Boost.Context when compiling for arm64. r=hkaiser a=JiakunYan

Fixes ...

a0aa3f18b6e42c3bc2040bd5a44763716849dc5a authored over 1 year ago by StellarBot <[email protected]>
Merge #6208

6208: Fix the compilation warning in the MPI parcelport with gcc 11.2 r=hkaiser a=JiakunYan

Wit...

6626392cc93a3b0f834cb01273c7c2398e58f5a1 authored over 1 year ago by StellarBot <[email protected]>
Fix the compilation warning in the MPI parcelport with gcc 11.2

Without this change, it will give me

/XXX/hpx/libs/full/parcelport_mpi/include/hpx/parcelport_m...

8ef7c279fe4c5f1120733caf24a2455272f711d2 authored over 1 year ago by Jiakun Yan <[email protected]>
Automatically enable Boost.Context when compiling for arm64

1c5ebf17f6e6f55330521aa77682c983c908563b authored over 1 year ago by Jiakun Yan <[email protected]>
Update CMakeLists.txt

Updating to latest APEX release

7bb68709ffec09773c341c7c9ba53ed7d5e21e91 authored over 1 year ago by Kevin Huck <[email protected]>
Merge #6204

6204: Use LRT_ instead of LAPP_ logging in barrier implementation r=hkaiser a=hkaiser

Fixes #61...

e8b37817576f5edf7d537ddf424cea0892f690ba authored over 1 year ago by StellarBot <[email protected]>
Do not generate hpxcxx if support for pkgconfig was disabled

d140a57c42b66618eb8cf4cf10479b3bf05aedf2 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Use LRT_ instead of LAPP_ logging in barrier implementation

5dd50be8b727135fb9f2a55c12bc966c5723875a authored over 1 year ago by Hartmut Kaiser <[email protected]>
Merge #6202

6202: Fixing Fedora build errors on Power systems r=hkaiser a=hkaiser

Co-authored-by: Hartmut...

9b177f5e96066407851bd75f15bcb089b203e9cc authored over 1 year ago by StellarBot <[email protected]>
Merge #6187

6187: Enable using for_loop with range generators r=hkaiser a=hkaiser

- flyby: adding C++23 gen...

9df11d7055f03d9c7af3360c8b388b0fbe1fe69d authored over 1 year ago by StellarBot <[email protected]>
Enable using for_loop with range generators

- flyby: adding C++23 generator<>
- flyby: moving coroutine facilities to namespace hpx
- flyby:...

3398a408faabbaa8d213d72bdc56fdc68ad7730b authored over 1 year ago by Hartmut Kaiser <[email protected]>
Update the LCI parcelport documents

066d16cec3427f4a2655ea4ab5970d833f351588 authored over 1 year ago by Jiakun Yan <[email protected]>
Fixing Fedora build errors on Power systems

e64301df470f66aecfc4d8ef2ec8056921d4d838 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Fixing #include's in examples needed for documentation

c6c37565575ae83054d0688f0e15d596839a4da9 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Merge #6193 #6197

6193: Tune lsu perf-test parameters to reduce inconsistency r=hkaiser a=Pansysk75

After investi...

3b1a6e13bf013c692214ef504662b6a72b9d42a6 authored over 1 year ago by StellarBot <[email protected]>
Merge #6085

6085: Add experimental sycl integration/executor r=hkaiser a=G-071

## This pull request adds a ...

2f5186696f529a9c099b557b898a8990565d77ae authored over 1 year ago by StellarBot <[email protected]>
formatted cmake file

Signed-off-by: Johan511 <[email protected]>

4ce94abc4f06d37eed82a5232ce1be6e83caf72a authored over 1 year ago by Johan511 <[email protected]>
updated default to 2

Signed-off-by: Johan511 <[email protected]>

fb8eb838eb089d6397f8692a7170980f887d0dec authored over 1 year ago by Johan511 <[email protected]>
updated default link jobs to 2

Signed-off-by: Johan511 <[email protected]>

b74a6f3796030bfa62691cca93885baf144d62ce authored over 1 year ago by Johan511 <[email protected]>
added option to limit number of parallel link jobs for ninja generator

Signed-off-by: Johan511 <[email protected]>

46f39af77237c6768e898e2784f7cc4a8e72d131 authored over 1 year ago by Johan511 <[email protected]>
Upgrade to LCI v1.7.4 which greatly improve the ease-of-use of LCI.

Remove the HPX_WITH_PARCELPORT_LCI_BACKEND cmake variable,
since we no longer need it in LCI v1....

2047198ac1bc963724de1458dc6c2c00d14250ab authored over 1 year ago by Jiakun Yan <[email protected]>
Merge #6189

6189: Making sure restricted_thread_pool_executor properly reports used number of cores r=hkaise...

f0d9721704b60371c983d8e395a9327b67b0711f authored over 1 year ago by StellarBot <[email protected]>
Merge #6195

6195: Change the default tag of autofetch LCI to v1.7.3. r=hkaiser a=JiakunYan

LCI v1.7.3 provi...

8219e8e0d95ce3ef17acf16e37469b48c1024a4d authored over 1 year ago by StellarBot <[email protected]>
Disable perf-test error status when performance change is undetermined

de426d5d6a11e76c37ad2df5891c7b7b70220934 authored over 1 year ago by Panos Syskakis <[email protected]>
Change the default tag of autofetch LCI to v1.7.3

0fd7d783785c8b9c72f92a793ed7b0e3773cd897 authored over 1 year ago by Jiakun Yan <[email protected]>
Add missing headers

34d3af243b3b0c027dcca635174fe8c19d4168e8 authored over 1 year ago by Gregor Daiß <[email protected]>
Fix cmake format

fbf97f6e8cfcb5f3ed19596b1b6fa263102b87c2 authored over 1 year ago by Gregor Daiß <[email protected]>
Add for_each example

9d51a9373cfd5cb6ca450f13c9cd9dc451720354 authored over 1 year ago by dimitraka <[email protected]>
Document future functions

f71dafb2441602b61898618c97d3528830572782 authored over 1 year ago by dimitraka <[email protected]>
Update docs

b92a877bf6be3c24c8d99a23a6817bc98c2e7864 authored over 1 year ago by dimitraka <[email protected]>
Merge branch 'master' into add_sycl_executor

bcef142fbc43c9a325d38812eb3229be4eef7267 authored over 1 year ago by Gregor Daiss <[email protected]>
Tune lsu perf-test parameters to reduce inconsistency

74b3361e681fdc780fc46975089d70728c504506 authored over 1 year ago by Panos Syskakis <[email protected]>
Merge pull request #6180 from STEllAR-GROUP/fixing_for_loop

Fixing use of for_loop with rebound execution policy (using `.with()`)

15a04a7d3a2079592586e6619964b162ddf4e927 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Merge pull request #6139 from SAtacker/satacker_dev

[P2300] execution: Cleanup coroutines integration and improve ADL isolation

5a811611ffc33faabf2aa1a16d114ecb9bab5928 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Making sure restricted_thread_pool_executor properly reports used number of cores

f3f1700ea115ce9d144f8f39b444f03711f9ff17 authored over 1 year ago by Hartmut Kaiser <[email protected]>
Merge #6185

6185: Fix EVE datapar with cxx_standard less than 20 r=hkaiser a=PoroCoco

Fixes issue #6164 by...

b0a6149f9c4d104d9c06976011a35e529a64e22a authored over 1 year ago by StellarBot <[email protected]>
Remove lock mutex

334df4e48409405f98bdab66035d1a95e8a80f81 authored over 1 year ago by dimitraka <[email protected]>
Fix cmake/clang format again

535aefef3a1fd1a6e5ef98fe360245d274a61fbd authored over 1 year ago by Gregor Daiß <[email protected]>
Check for synchronous SYCL exceptions

32524e615e28069ae286fa150894c8a20c5448b1 authored over 1 year ago by Gregor Daiß <[email protected]>
Fix format of the SYCL files

ddf2f62e71dd6a364b15a19248432616496d0b94 authored over 1 year ago by Gregor Daiß <[email protected]>
Removing unneeded code

afcb5ff0732b5705b98f6d794949e776beb01ecd authored over 1 year ago by Gregor Daiß <[email protected]>
Make enable_user_polling explicit

Co-authored-by: Hartmut Kaiser <[email protected]>

3ac5e3cfd48d958f410b152f9afd191f9075d69b authored over 1 year ago by Gregor Daiß <[email protected]>
Do not use host_tasks with hipSYCL

152e18be0aed68b7fe2eddfef52ee70e0722d689 authored over 1 year ago by Gregor Daiß <[email protected]>
[P2300] Fix tag_invoke that declares a non-template function

Signed-off-by: Shreyas Atre <[email protected]>

5c5128e3c674e0adb6d44e400acc7c4cec6d4c21 authored over 1 year ago by Shreyas Atre <[email protected]>
Use is_same_v in static_assert

Co-authored-by: Hartmut Kaiser <[email protected]>

2fd75bed610852341a41cb6621dd49c48c194910 authored over 1 year ago by Gregor Daiß <[email protected]>
Use conditional_t and is_trivial_v

Co-authored-by: Hartmut Kaiser <[email protected]>

4d8571bceb090cc9f2a39c3c312a1a7054c9f85d authored over 1 year ago by Gregor Daiß <[email protected]>
[P2300] Fix extra ‘;’

Signed-off-by: Shreyas Atre <[email protected]>

d5b8ce8d49f8879c4ae6fea2206b4698bd459f30 authored over 1 year ago by Shreyas Atre <[email protected]>
[P2300] Remove extra ;

Signed-off-by: Shreyas Atre <[email protected]>

3ab1c20dfecddf101631f7e33df8608d288899bb authored over 1 year ago by Shreyas Atre <[email protected]>