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

Splitting documentation generation steps on CircleCI

14ce7eea7304007069036be190e6c2df86d695b7 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5854 from STEllAR-GROUP/counter_type_enum

Fixing left-overs from changing counter_type to enum class

777d0dd26ccaf9241d3b83857f58b214a8b01aa6 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Clang-format perf_counters sources

84dfea70d3f531d9ac5c22a969a1412329cd9202 authored over 2 years ago by gonidelis <[email protected]>
Fixing left-overs from changing counter_type to enum class

560091abd6f7855d0eda208dd1079c517741ba0b authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5848 from STEllAR-GROUP/fedora

Fedora related fixes

f40c8e72a44408e4263e481b80eaa3f72403abe2 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5850

5850: Convert perf_counters::counter_type enum to enum class. r=hkaiser a=gonidelis

Convert `pe...

f8030f92ab97791c677e83e483fb96beda3557d2 authored over 2 years ago by StellarBot <[email protected]>
Remove counter_ prefix from performance counters type.

64a78d25d9f6c929a5567fad7aa91b89e891f2a9 authored over 2 years ago by gonidelis <[email protected]>
Merge #5847

5847: Fix API, troubleshooting & people r=hkaiser a=dimitraka

The following changes are include...

0d2c88d31792ad2a71cb79682be5e5e05517914b authored over 2 years ago by StellarBot <[email protected]>
Merge #5849

5849: Update LCI parcelport to LCI v1.7.1 r=hkaiser a=JiakunYan

Accommodate a breaking change i...

cfef524bd1412e0b24e15c9706d7b3cb31156807 authored over 2 years ago by StellarBot <[email protected]>
Convert perf_counters::counter_type enum to enum class.

c9c43f90e2dac50a4a76f31bac78eba40e9985c4 authored over 2 years ago by gonidelis <[email protected]>
Accommodate a breaking change in LCI v1.7.1, where FindFabric.cmake no longer exists.

LCI v1.7.1 removes all the compilation warning messages.
Most notably, the newly added LCI_USE_A...

a4950ad01926cf927364b31fd0db1aa3d1e488f5 authored over 2 years ago by Jiakun Yan <[email protected]>
Split API pages

d47c2f383dd9c6fc3838d2ca7a1c66b34864258c authored over 2 years ago by kadimitra <[email protected]>
Supressing gcc warning about ABI problem with std::destructive_interference_size

2acff8ab3bf715d67f239a71084b5acdca27600d authored over 2 years ago by Hartmut Kaiser <[email protected]>
Minor changes troubleshooting & people

cf07b2592a92002cbda300eb0c686d231c5d48cc authored over 2 years ago by kadimitra <[email protected]>
Merge pull request #5844 from STEllAR-GROUP/segmented_timeouts

Attempting to fix timeouts of segmented iterator tests

85ea286b8243f46b715b1370d1ed78dbf7537517 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5839 from STEllAR-GROUP/synchronization

Moving a list of synchronization primitives into namespace hpx

85fdb87aed89a0cae7d10391fcbf9a2bccca21da authored over 2 years ago by Hartmut Kaiser <[email protected]>
Attempting to fix timeouts of segmented iterator tests

- flyby: add missing dependency to segmented_algorithm module

6e83a9aacb2913256a3e99cbac618398fd8aa6ff authored over 2 years ago by Hartmut Kaiser <[email protected]>
Moving a list of synchronization primitives into namespace hpx

- hpx::binary_semaphore
- hpx::condition_variable
- hpx::counting_semaphore
- hpx::mutex, hpx::r...

10791e3479f9c0c50a8ee446cad150da894ab954 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5840 from STEllAR-GROUP/wait_xxx

wait_xxx_nothrow functions return whether one of the futures is exceptional

81dff2488b516ef91e74a2a12ebd352a81f903b7 authored over 2 years ago by Hartmut Kaiser <[email protected]>
wait_xxx_nothrow functions return whether one of the futures is exceptional

b4c214247a13ce71febf2cc51574865638ea71ca authored over 2 years ago by Hartmut Kaiser <[email protected]>
Fixing CMakeLists formatting

9b43f25055de7e34e21791ef1807933d6cd10e48 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5841 from STEllAR-GROUP/split_future

Move the split_future facilities into the namespace hpx

b989ee63c614419549391aaf36a6ec7551d9b801 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5826 from STEllAR-GROUP/partitioners

Reduce number of allocations while calling async_bulk_execute

5bce49ec7b09c834d3ac6106f7d483e623134392 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Reduce number of allocations while calling async_bulk_execute

- return hpx::future<void> for bulk execution of chunks that have a
return type of void
- mode...

1d4a4069b0517208df8c16d4d28e3e624db3859d authored over 2 years ago by Hartmut Kaiser <[email protected]>
Move the split_future facilities into the namespace hpx

- flyby: modernize split_future

aac9a2ca2083060a27d759b73b89eb2d8262eea7 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5837 from STEllAR-GROUP/latch

Moving latch types to hpx and hpx::distributed namespaces

610d59a14edd926800ccb88248c8b61d4e3a2935 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5831

5831: Further improvement actions to rotate r=hkaiser a=hcq9102

Aim to further improve **_rota...

ac6357813095067ef5fc1560dfae8c0fa842d9fa authored over 2 years ago by StellarBot <[email protected]>
Merge #5842

5842: change the default value of HPX_WITH_LCI_TAG to v1.7 r=hkaiser a=JiakunYan

Change the def...

17087e5da7665f67f76e989629686637652fb040 authored over 2 years ago by StellarBot <[email protected]>
change the default value of HPX_WITH_LCI_TAG to v1.7

7a3fb3116edeb51d70b49cc66522dcee936040f0 authored over 2 years ago by Jiakun Yan <[email protected]>
Adding missing (dummy) implementations for unseq policies to support rebinding

- fixing has_async_execution_policy traits to support policies that expose a
dummy implementat...

6ebf05ec2655da8b3834834ae4164f5a7b2163a3 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5830 from STEllAR-GROUP/zero_copy_serialization_threshold

Exposing zero-copy serialization threshold through configuration option

e3f7d50e33580f45772e7866807079c8b7b6d8d1 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Moving latch types to hpx and hpx::distributed namespaces

aca5413ff3edc848ec65705b35dd4b30b46f9bd9 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5835 from STEllAR-GROUP/id_type_management_type

Add missing compatibility layer for id_type::management_type values

732b73c48b7350294ea60fbcee0ff707f2a74274 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Add missing compatibility layer for id_type::management_type values

40f66bd6af5e044db0f8d666724b62db1bdc77b8 authored over 2 years ago by Hartmut Kaiser <[email protected]>
update execution_policy

97f5f4e85cc85f9a7b8440945a79944d8e5b7a70 authored over 2 years ago by chuanqiu <[email protected]>
update

ea9655fd3c5190ba3280ddf37f7e72cc7841a526 authored over 2 years ago by chuanqiu <[email protected]>
further improvement actions to rotate

0663f7a3d829d80faffc1582ccb2d52fb9b7297c authored over 2 years ago by chuanqiu <[email protected]>
Exposing zero-copy serialization threshold through configuration option

- this adds a new configuration option hpx.parcel.zero_copy_serialization_threshold
- flyby: ren...

f846d9febc45c5f691e6273f88957be3e8b9918f authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5822 from STEllAR-GROUP/fixing_4992

Clang-format remaining files

c7fff4286292db05a12dbbd6cc47021ff610e3bd authored over 2 years ago by Hartmut Kaiser <[email protected]>
Fixing clang-format issue

eb5843d6b28a13cebde38152cc6b59cf6b7b3969 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5834

5834: API docs changes r=hkaiser a=dimitraka

Fixes #
- Table names in Public API page

## Pr...

9279e7b60cc2bb806def074aef6a1b8b6f097aa5 authored over 2 years ago by StellarBot <[email protected]>
Merge pull request #5825 from STEllAR-GROUP/numa_stealing

Steal from neighboring NUMA domain only

8ff7f905f6f00852e21f3a73b482350cba5ed883 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Apply clang-format to inspect sources

2294b759fa301e75b4acdd164b64b6f6ed9e8ca0 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Apply clang-format for the remaining files

- enable clang-format check for all files

32e3c1ee8e6222117922b0664e711908f581b8ff authored over 2 years ago by Hartmut Kaiser <[email protected]>
Add header file, github link

7fae3735d2322b03eac2b48c9b0b23af8ef01dff authored over 2 years ago by kadimitra <[email protected]>
Merge pull request #5715 from uiuc-hpc/hpx-lci

The new LCI parcelport for HPX

8a25db1ae1264d293bdaf8df7ca4599d93303ed5 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5829 from STEllAR-GROUP/fixing_5828

Attempting to fix failing barrier test

8d7c22010c8fe72b546fc4a3a607c44be74df80d authored over 2 years ago by John Biddiscombe <[email protected]>
add a new LCI parcelport to HPX.

009747248d6ef9bbc6844b09a9d21e4f8b77a61b authored over 2 years ago by Jiakun Yan <[email protected]>
Attempting to fix failing barrier test

e0d743dbd48e9e0ad0f38248109d61e0007a29cd authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5820 from STEllAR-GROUP/throwmode

Convert throwmode enum to enum class

e96cc9c5311699970131bdbf24466c11a3da4170 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5827

5827: Add back explicit template parameter to `ignore_while_checking` to compile with nvcc r=hka...

5d0593b0ced4e204c10dd6e4972a0e05ed05b9f3 authored over 2 years ago by StellarBot <[email protected]>
Merge pull request #5819 from STEllAR-GROUP/intrusive_ptr

Marking customization points for intrusive_ptr as noexcept

d12398a81ff50acbb50f24ae041407f2fb47e1ab authored over 2 years ago by Hartmut Kaiser <[email protected]>
Convert throwmode enum to enum class

642fa686181087a68cd7292bfcef4ed7f6914336 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5823 from STEllAR-GROUP/build_system

Remove obsolete directories and adjust build system

87cc4f929608d420d0c62f5453b9a45ecbf68c91 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Steal from neighboring NUMA domain only

- flyby: disable code not needed if stealing counts are disabled

5f65912a732f532366c0d3ec479cf0caedfb5f71 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5821 from STEllAR-GROUP/fixing_4994

Enable permissive- flag on Windows GitHub actions builders

fbae101b0c4c1170dc5f7f48e5e91e61f85eaf63 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Remove obsolete directories and adjust build system

c5c0fe779620d86bf73659c00c6e9968da84dd9d authored over 2 years ago by Hartmut Kaiser <[email protected]>
Enable permissive- flag on Windows GitHub actions builders

- this supersedes #4994

3691db557e795193936d26a6ae8a6e01b9631a33 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Marking customization points for intrusive_ptr as noexcept

- moving hpx::memory::intrusive_ptr to hpx::intrusive_ptr
- flyby: mark all deallocate() functio...

d0703b116b7304ea10c7c94b9c5bf0dc3521400e authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5817 from STEllAR-GROUP/naming_modules

Modernize naming modules

4b087d4341b65e4ae8c5fa636a3978c8f45aaa1c authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5813 from STEllAR-GROUP/cuda_problem

The CUDA problem is not fixed in V11.5 yet...

936c249f6b9eaf851b0d8d91ab4f852c5d46e4cf authored over 2 years ago by Hartmut Kaiser <[email protected]>
Modernize naming modules

- flyby: moving hpx::naming::id_type to hpx::id_type

a66e9ea38648e9abde0a0241547d400ad9ad7e9c authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge #5709

5709: Update the MPI cmake setup r=hkaiser a=aurianer

Fixes #4484

Co-authored-by: aurianer <au...

5d1135b00ca628f95c853c15af86430f34f81331 authored over 2 years ago by StellarBot <[email protected]>
Merge pull request #5818 from STEllAR-GROUP/attributes

Unconditionally use C++17 attributes

c27a1ee1ac9521fa27e8bd1f97a1a12f49f100f4 authored over 2 years ago by Hartmut Kaiser <[email protected]>
The CUDA problem is not fixed in V11.5 yet...

2bdcb13f2d76e7587ccc77341f3fe0426c0640be authored over 2 years ago by Hartmut Kaiser <[email protected]>
Cleaning up usage of SetupMPI

ad7584e92ade264923dd1ae4e2773490e273006e authored over 2 years ago by Hartmut Kaiser <[email protected]>
Update the MPI cmake setup

76c5e57147a6ef1a840a297b8ecd63a375536219 authored over 2 years ago by aurianer <[email protected]>
Merge #5762

5762: Fix Public API main page r=hkaiser a=dimitraka

Fixes #
- Add links to C++ standard
- Sp...

fab009e01fcbb1cbc0414c8a2c46827d821f918d authored over 2 years ago by StellarBot <[email protected]>
Merge pull request #5815 from STEllAR-GROUP/leftovers_5467

Reapply flyby changes from #5467

1768e1f311a3e8e6e863bcb4af06e03486933874 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5816 from STEllAR-GROUP/modernize_cache_module

Modernize cache module

9d6b515cd60421c023d3cc2f696e441b71f49dfa authored over 2 years ago by Hartmut Kaiser <[email protected]>
Unconditionally use C++17 attributes

5a3f3e4ba2307098d3510af4f8a78a9d8c1bb11f authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5814 from STEllAR-GROUP/serialize_buffer

Avoid test timeouts by reducing test sizes

acfa936fdaddb53223c77e2213e8a7271fe2d22a authored over 2 years ago by Hartmut Kaiser <[email protected]>
Reapply flyby changes from #5467

151036f6f59991fb22fffeb1713a8db698de4d59 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Modernize cache module

5e50812ec5407a386f2d7332b486c70e278dfed7 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Avoid timeouts by reducing test sizes

b15e8acb6a725c5a83b079e66931541affb2d336 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Fix full API

3e21e8b130a58a9a3c6f486afd0fdaca48b22617 authored over 2 years ago by kadimitra <[email protected]>
Fix namespaces and add links

67a65bf766070eab441f25b896807e85b50503bc authored over 2 years ago by kadimitra <[email protected]>
Fix Public API main page

ffaad12b92345b1b193c924ae47a45366e1eb72f authored over 2 years ago by kadimitra <[email protected]>
Add link to header files

90b3654c07131da259b2989c62bb4b5e85d4832c authored over 2 years ago by kadimitra <[email protected]>
Add cpp reference links

264d737595509588d209b2d24bd53303ee650392 authored over 2 years ago by kadimitra <[email protected]>
Remove local header files

357a8d01e12bcaccd143a3efc0429a1e0b0b7df3 authored over 2 years ago by kadimitra <[email protected]>
Merge pull request #5811 from STEllAR-GROUP/accumulate

Make sure reduction value is properly moved, when possible

1cae4c24496769304d0384ecdd6f453e2bd46b2c authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5805 from STEllAR-GROUP/lci_test_failure

Attempting to fix a test failure when using the LCI parcelport

a8323f4e16d06d643b899c7071409b9b57ba15c5 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Make sure reduction value is properly moved, when possible

- fix problem in util::accumulate

7f74ba484ad15010848243b5d4503d3a4f0aef1f authored over 2 years ago by Hartmut Kaiser <[email protected]>
Add back explicit template parameter to ignore_while_checking to compile with nvcc

826dcee06b5da442b7d89e320b24f3d19313a300 authored over 2 years ago by Mikael Simberg <[email protected]>
Merge pull request #5806 from STEllAR-GROUP/promise_packaged_task

Moving promise and packaged_task to new namespaces

6838eb077e9752b798b1da91db59bd11112dfbfc authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5809 from STEllAR-GROUP/scheduler_enums

Converting scheduler enums into enum class

b20a5b9dc7d06d7eff42e529574f466d5ee0aaa1 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5810 from STEllAR-GROUP/hip_init

Improve error reporting during device initialization in HIP environments

9acb8a85b932613fbfdff1ce6beec19457aad35c authored over 2 years ago by Hartmut Kaiser <[email protected]>
Improve error reporting during device initialization in HIP environments

281c9fd376e9fc2bcd917c95ced3c359cf407e1a authored over 2 years ago by Hartmut Kaiser <[email protected]>
Moving promise and packaged_task to new namespaces

- hpx::lcos::promise --> hpx::distributed::promise
- hpx::lcos::local::promise --> hpx::promise
...

155da1b6530950ffdb3bd76564381fece83a38d3 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Converting hpx::state into enum class

1879db8d4270b5e819e7d51ef75525025dbb0b3a authored over 2 years ago by Hartmut Kaiser <[email protected]>
Converting scheduler_mode into enum class

- flyby: remove obsolete code

62ed322b38466864075fb199a65e5b058a1f9868 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5808 from STEllAR-GROUP/fixing_4736

Deprecate hpx::flush and friends

e8ebf6283cf52b7e7ecba580c754cb8c38a7a050 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5807 from STEllAR-GROUP/source_location

Use C++20 std::source_location, if available

f7f72d349bef18a8ef229ae6c83f5149508e04b9 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Attempting to fix a test failure when using the LCI parcelport

08bce12ea49b8950e17309c29c33d0bb2d3d544b authored over 2 years ago by Hartmut Kaiser <[email protected]>
Deprecate hpx::flush and friends

71940c73904ccd4d1732da419393926cb555eac1 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Use C++20 std::source_location, if available

- move hpx::assertion::source_location to hpx::source_location
- adding hpx/source_location.hpp ...

4583171b42c077fd645c970893167c4d0a1ea6eb authored over 2 years ago by Hartmut Kaiser <[email protected]>
Adding missing #include

280c06a12c0d7ffb0a86dd609199ada5a97f1169 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Merge pull request #5803 from STEllAR-GROUP/cuda_problems

Attempt to fix CUDA related OctoTiger problems

acb504581725ded7f537f0df605e2b566cd94191 authored over 2 years ago by Hartmut Kaiser <[email protected]>
Attempt to fix CUDA related OctoTiger problems

dcf4b5264f627af62296e8a19aba7a8dbc77c376 authored over 2 years ago by Hartmut Kaiser <[email protected]>