Ecosyste.ms: OpenCollective

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

HPX

The C++ Standard Library for Parallelism and Concurrency
Collective - Host: opensource - https://opencollective.com/hpx - Website: https://hpx.stellar-group.org/ - Code: https://github.com/STEllAR-GROUP/hpx

Minor fixes

Replace use of std::size_t with int for datapar equal unit tests as Vc does not support
Remove u...

github.com/STEllAR-GROUP/hpx - c6e50cc6c079cf7e9f2c27735ea74da870b1cd4d authored about 3 years ago
Add missing header

github.com/STEllAR-GROUP/hpx - 3189d88ded09892d18ed820b34578d1e5421f569 authored about 3 years ago
fallback traits for bool

github.com/STEllAR-GROUP/hpx - f40d2c0747043accec068a757ee23dadeeb00b2e authored about 3 years ago
Add missing header

github.com/STEllAR-GROUP/hpx - adbb28c02fb1e1ec665241b392448d9570f03daf authored about 3 years ago
Convert sequential_mismatch into CPO

github.com/STEllAR-GROUP/hpx - 00c102b987fdde3d144b9e45643578fb0d6ec275 authored about 3 years ago
Adapt datapar mismatch unit tests

Replaced std::size_t with int for Vc
Added datapar mismatch unit tests
Minor fixes in mismatch h...

github.com/STEllAR-GROUP/hpx - 3d0695b63c6159931aec57fffdb606924ea03696 authored about 3 years ago
fallback traits for bool

github.com/STEllAR-GROUP/hpx - a995346d1976140b1f4c9d2baad5d8bf357557fa authored about 3 years ago
Adapt datapar mismatch

github.com/STEllAR-GROUP/hpx - dbb21a39b6380b8c70b9ad362100061c528ec6ed authored about 3 years ago
Split mismatch unit tests into header and source

This enables to use existing facilites for datapar mismatch unit tests

github.com/STEllAR-GROUP/hpx - 3ba507c8a77e90fb6f558894dc18cf6fa8592df9 authored about 3 years ago
Switch to use generic rostam SLURM partitions

github.com/STEllAR-GROUP/hpx - 66885e2b72d86e604e4889141d06eb6785f0409e authored about 3 years ago
Adding in_place stop token facilities from P2300

- flyby: more noexcept for intrusive_ptr
- flyby: fixing a race condition in the stop_token impl...

github.com/STEllAR-GROUP/hpx - 68460d560d52cb4babdeb9b8f99f81a32a2b9cc0 authored about 3 years ago
Adding environmental query CPOs

- flyby: fixing global_fixture linking problems with MSVC

github.com/STEllAR-GROUP/hpx - be5b90ff478deaebeefc8d8eb3e841470de8031b authored about 3 years ago
Fixing clang-format problems

github.com/STEllAR-GROUP/hpx - ec0ec0febf2412d35fd22ec9d675c51282e34314 authored about 3 years ago
Merge pull request #5748 from STEllAR-GROUP/p2300

Adding environmental query CPOs

github.com/STEllAR-GROUP/hpx - 48e4d00cac0188cfe02559145cd226312687c248 authored about 3 years ago
Merge pull request #5757 from dimitraka/api_links

Fix missing links in Public API

github.com/STEllAR-GROUP/hpx - f11b483d62c5f02010d6a0f8dc3655a7a2f2d433 authored about 3 years ago
Merge pull request #5750 from STEllAR-GROUP/mpi_init

Make sure required MPI initialization flags are properly applied and supported

github.com/STEllAR-GROUP/hpx - 13ad9f9535c5dbe0ae6c9b76c704b1721d86a3ca authored about 3 years ago
Fix missing links functions

github.com/STEllAR-GROUP/hpx - a5d543f13ee3d16190b0d1f55cc6e74fc91e9c0a authored about 3 years ago
Adding environmental query CPOs

- flyby: fixing global_fixture linking problems with MSVC

github.com/STEllAR-GROUP/hpx - 573e48f23407fe5a7227ca53adc5f1228c211a3b authored about 3 years ago
Make sure required MPI initialization flags are properly applied and supported

github.com/STEllAR-GROUP/hpx - 59ecab0719fea95057391837e986dedff528595c authored about 3 years ago
Merge pull request #5751 from STEllAR-GROUP/mpi_dependencies

Propagate MPI dependencies to command line handling

github.com/STEllAR-GROUP/hpx - 701b026cc927a25a41f37ae0cd637339d4500402 authored about 3 years ago
Merge pull request #5739 from STEllAR-GROUP/attach_debugger_on_sigseg

Enable the option to attach a debugger on a segmentation fault (linux)

github.com/STEllAR-GROUP/hpx - e9a05a452b7f059c77ae4bbcdc41b679c75563c3 authored about 3 years ago
Formatting and minor fixes

github.com/STEllAR-GROUP/hpx - 8018178f79d18eff573a99bce363658a4ecd4c1f authored about 3 years ago
Split equal algorithm unit tests into header and source

This enables to use existing facilites for datapar mismatch unit tests

github.com/STEllAR-GROUP/hpx - bcdb98038f149278b3f9914c40cc238596f518a1 authored about 3 years ago
Adapt datapar equal

github.com/STEllAR-GROUP/hpx - fc69549e501063447c8e405a13e5bcfcb0c43c15 authored about 3 years ago
Adapt datapar equal unit tests

github.com/STEllAR-GROUP/hpx - 2b784ae63119a84809638ff97d0aee6e7f27a28a authored about 3 years ago
Convert sequential equal to CPO

This enables tag_invoke for data-parllel overloads.

github.com/STEllAR-GROUP/hpx - 68ba12a8da061b7167a42bd1effeefe960d3f044 authored about 3 years ago
Merge pull request #5747 from STEllAR-GROUP/rename_set_done

Renaming set_done to set_stopped (as per P2300)

github.com/STEllAR-GROUP/hpx - a227235c7e806ec5554d576b2950d61b669f87b2 authored about 3 years ago
Merge pull request #5745 from STEllAR-GROUP/modernize_serialization

Modernize serialization module

github.com/STEllAR-GROUP/hpx - a3280f7e6e189abcb38fa916cbb6ec9e731e83d3 authored about 3 years ago
Merge pull request #5723 from STEllAR-GROUP/moving_tests

Moving more tests to modules

github.com/STEllAR-GROUP/hpx - 49365fbd06a6e5a36032e8eefeb83348f58925c1 authored about 3 years ago
Propagate MPI dependencies to command line handling

github.com/STEllAR-GROUP/hpx - 05392798333395de72c5d50dad8f0aab20519a55 authored about 3 years ago
Modernize serialization module

- adding a test combining serialization of all-types-assumed-to-be-bitwise-serializable, with
...

github.com/STEllAR-GROUP/hpx - 8c2ebbf20d6edd32c0a9220a3a1fbba6f7d9fbce authored about 3 years ago
Enable the option to attach a debugger on a segmentation fold (linux)

- flyby: rename HPX_LOCAL_ option to HPX_

github.com/STEllAR-GROUP/hpx - 870ffb5d78e610f9cc68b8e5eb887d76bcf1f788 authored about 3 years ago
Moving more tests to modules

github.com/STEllAR-GROUP/hpx - e590ee710d69c644aee91ae1b2de692273e256fb authored about 3 years ago
Merge #5746

5746: Add C++ Standard - HPX relation in API r=hkaiser a=dimitraka

## Proposed Changes
Explain...

github.com/STEllAR-GROUP/hpx - 26b3291c0eec199328b98e6e54e06f14cfdd4dc2 authored about 3 years ago
Renaming set_done to set_stopped (as per P2300)

github.com/STEllAR-GROUP/hpx - 0a0db077877c550aa021cb1341f89c1719c5d5b9 authored about 3 years ago
Add C++ HPX relation

github.com/STEllAR-GROUP/hpx - 5179d613e0143e760a8567156ae5187a2740217f authored about 3 years ago
Merge pull request #5732 from STEllAR-GROUP/cdash_submit

Attempt to improve build-id reporting to cdash

github.com/STEllAR-GROUP/hpx - af206bb87302514f9f857e55dee0bb439ecc07ea authored about 3 years ago
Merge pull request #5729 from STEllAR-GROUP/object_libraries

Workaround for CMake/Ninja generator OOM problem

github.com/STEllAR-GROUP/hpx - d15611bb40801867c0817e76893063dbbb6386bf authored about 3 years ago
Merge pull request #5741 from STEllAR-GROUP/hpx_5651

Support for data-parallelism for adjacent find

github.com/STEllAR-GROUP/hpx - 29307a2b97ca713fc07f760d268199b419c827e8 authored about 3 years ago
Merge branch 'hpx_5651' of https://github.com/STEllAR-GROUP/hpx into hpx_5651

github.com/STEllAR-GROUP/hpx - d8746e2ed40aca748c4978fb6f7500def6ea0ed1 authored about 3 years ago
Apply clang-format

github.com/STEllAR-GROUP/hpx - 863328b5285eb24235dd7ecfe1fd288e0b49e73e authored about 3 years ago
Do not forward pred_projected

github.com/STEllAR-GROUP/hpx - 47c6f243dc0bee0aae5c60d9e41d211759dabee6 authored about 3 years ago
Explicity call parallel::distance

github.com/STEllAR-GROUP/hpx - 54d9bf7df3f6295e074fcb58cd73d814b01bd68d authored about 3 years ago
Add CPO to adjacent find

github.com/STEllAR-GROUP/hpx - dd2dd9db45bcd346c6e5f459e5e0c9521fc89c4b authored about 3 years ago
Minor fixes

Replace std::distance with parallel::detail::distance
Replace include/datapar.hpp with parallel/...

github.com/STEllAR-GROUP/hpx - 239b7266be6a7820f59f2fa9cacd32bab59f44ef authored about 3 years ago
Replace HPX_INLINE_CONSTEXPR_VARIABLE with inline constexpr

github.com/STEllAR-GROUP/hpx - 5f4bca173ceb966745383bc23d076aea44ef6984 authored about 3 years ago
Adapt datapar adjacent find

github.com/STEllAR-GROUP/hpx - 0e81f4e8776d0efbb64f55d5c87b7c895203f843 authored about 3 years ago
Fallback using sequential policies when iterator is not datapar compatible

github.com/STEllAR-GROUP/hpx - ee55428289c1dfdffb81e735e5b5a0d32483252e authored about 3 years ago
Fixing problems created by moving PR to new repository

github.com/STEllAR-GROUP/hpx - 48fb6645313efea7e06b9c7376083987bfdf0068 authored about 3 years ago
Split adjacent find unit tests into header and source

github.com/STEllAR-GROUP/hpx - 79b6102e18632d598e99c560e62fad53d89b057c authored about 3 years ago
Add unit tests for datapar adjacentfind

github.com/STEllAR-GROUP/hpx - 6d8f78ce00060f329f2c4d811319ff9501e3fb46 authored about 3 years ago
Merge pull request #5738 from STEllAR-GROUP/spell_check

Fixing spell-checking errors

github.com/STEllAR-GROUP/hpx - ed720a9207487d4725d64217f2a77627dccba086 authored about 3 years ago
Merge pull request #5742 from STEllAR-GROUP/remove_cpuid

Remove obsolete files related to cpuid, etc.

github.com/STEllAR-GROUP/hpx - 4296a7b02eb0fc48fd97c81fffc5678eeeb5b173 authored about 3 years ago
Merge #5743

5743: Add check for MPICH and set the correct env to suport multi-threaded r=hkaiser a=diehlpk

...

github.com/STEllAR-GROUP/hpx - 55baa07325c9c2f31cab90e4150b2cd0a8722c18 authored about 3 years ago
Merge #5727

5727: Moving compression plugins to components directory r=hkaiser a=hkaiser

- flyby: removing ...

github.com/STEllAR-GROUP/hpx - 7858b39ede547cbe79e8c5d69c16aee6fca9fc1b authored about 3 years ago
Add check for MPICH and set the correct env to suport multi-threaded

github.com/STEllAR-GROUP/hpx - 743cddbbb622beb91850deb5105d015a475b1400 authored about 3 years ago
Add copyright

github.com/STEllAR-GROUP/hpx - 662002543954ea254cefa27be426d27fbf5791df authored about 3 years ago
Add check for MPICH and set the correct env to suport multi-threaded

github.com/STEllAR-GROUP/hpx - 2ddb9aa045b40b1f221cb917b91f025a20b7acf5 authored about 3 years ago
Fixing spell-checking errors

github.com/STEllAR-GROUP/hpx - 899f67b4b392b1aa6dd9cf8fe4fe213e1a8215ea authored about 3 years ago
Attempt to improve build-id reporting to cdash

github.com/STEllAR-GROUP/hpx - 1f15a90631bd49870c76ec51259c47e71bd19e49 authored about 3 years ago
CMake runs out of memory when using the Ninja generator if the modules

are being built as OBJECT libraries. In this case the fallback is to
build STATIC (whole-archive)...

github.com/STEllAR-GROUP/hpx - 78d10f639f6ff64322e41169dfeea8456a6c5af9 authored about 3 years ago
Apply clang-format

github.com/STEllAR-GROUP/hpx - 76a55ec9b19921aaa67d02e045ee52bd1f50f653 authored about 3 years ago
Merge pull request #5740 from STEllAR-GROUP/hpx_5650

Support for data-parallelism for find algorithms

github.com/STEllAR-GROUP/hpx - 09376be154d736bc996955838d3cf0cfef96b0f3 authored about 3 years ago
Remove obsolete files related to cpuid, etc.

# Conflicts:
# libs/core/hardware/include/hpx/hardware/cpuid/msvc.hpp

github.com/STEllAR-GROUP/hpx - 44570a4450f41572ef2c9b21ce5335795ba34aa3 authored about 3 years ago
Do not forward pred_projected

github.com/STEllAR-GROUP/hpx - 6f89289092627e36a5655b861c627e985370f508 authored about 3 years ago
Minor fixes

Replace std::distance with parallel::detail::distance
Replace include/datapar.hpp with parallel/...

github.com/STEllAR-GROUP/hpx - 59e401670d4fe787b78a626964bb9efc07f9e41c authored about 3 years ago
Fixing problems created by moving PR to new repository

github.com/STEllAR-GROUP/hpx - 974693d019cce7747d970edb8381030efa25e358 authored about 3 years ago
Fallback using sequential policies when iterator is not datapar compatible

github.com/STEllAR-GROUP/hpx - c9a3bca7990bcc942652497edbf72743243c468a authored about 3 years ago
Replace HPX_INLINE_CONSTEXPR_VARIABLE with inline constexpr

github.com/STEllAR-GROUP/hpx - f2b82862fbc661a97a51a1e66f51af366ebc73e6 authored about 3 years ago
Add unit tests for datapar adjacentfind

github.com/STEllAR-GROUP/hpx - 8d01344e172d2f2f0db0a0b71b859af3b3d3c2d2 authored about 3 years ago
Split adjacent find unit tests into header and source

github.com/STEllAR-GROUP/hpx - 99a0bbf60100daa666c3fd1649b989e0dcf05a9c authored about 3 years ago
Adapt datapar adjacent find

github.com/STEllAR-GROUP/hpx - d36593161645cf234f9c621b7d4477420f68258b authored about 3 years ago
Add CPO to adjacent find

github.com/STEllAR-GROUP/hpx - e9249f1a75d7d503736ea02f8ad628a1bcb7ebdc authored about 3 years ago
Apply clang-format

github.com/STEllAR-GROUP/hpx - 0e1c304e9023703491141429d805dfa989bd5f58 authored about 3 years ago
Fix header includes in datapar unit tests

Replace include/datapar.hpp with parallel/datapar.hpp

github.com/STEllAR-GROUP/hpx - 218ba7e9b9a51fba475f7527e5a2fb328b199295 authored about 3 years ago
Added comment for GCC error for HPX_INVOKE()

github.com/STEllAR-GROUP/hpx - 9229ead5836e43751ceb54f02496500e607c22df authored about 3 years ago
Fixing problems created by moving PR to new repository

github.com/STEllAR-GROUP/hpx - bc6d12dcdf33e8dc00a95d641c7bd28109e09c46 authored about 3 years ago
Mordenize various facilites

Replace hpx::util::invoke with HPX_INVOKE
Replace std::forward with HPX_FORWARD

# Conflicts:
# ...

github.com/STEllAR-GROUP/hpx - 5554835dcec232ce98f0bcae56ce5f72e2d0fb6f authored about 3 years ago
Replace with `if constexpr`

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

github.com/STEllAR-GROUP/hpx - 644e4835ddb3f691180c23d7558d766fa546e76e authored about 3 years ago
Fallback using sequential policies when iterator is not datapar compatible

Enables forward iterator unit tests

github.com/STEllAR-GROUP/hpx - 4c445839817401944b31408691cb2da7167f7029 authored about 3 years ago
Replace HPX_INLINE_CONSTEXPR_VARIABLE with inline constexpr

github.com/STEllAR-GROUP/hpx - 5f9586a99b21d445c81b4eff79a991662a57de74 authored about 3 years ago
Update find.hpp

github.com/STEllAR-GROUP/hpx - c35c00b79f6314c7b9b314e87192b0e1725e6bd2 authored about 3 years ago
Adapt unit tests for datapar find

github.com/STEllAR-GROUP/hpx - ca93087e2dff093b658a7c8f9250bb69b4955a82 authored about 3 years ago
Split find unit tests into header and source

Splits into header and source
Replaces std::size_t with int for Vc datapar compatibility

github.com/STEllAR-GROUP/hpx - 7713f9eb04ecd8c5413dfd832488cd081c8dfaf1 authored about 3 years ago
Adapt datapar find

# Conflicts:
# libs/core/algorithms/include/hpx/parallel/algorithms/find.hpp

github.com/STEllAR-GROUP/hpx - ccdb63e66c98a1018d9469b3eb75b7a2aed73f03 authored about 3 years ago
Moving compression plugins to components directory

- flyby: removing obsolete #include files

github.com/STEllAR-GROUP/hpx - e4951d2947f862cf83c7c188d435d6ffe72facc4 authored about 3 years ago
Merge #5736

5736: Set commit status from Jenkins also for special branches r=hkaiser a=msimberg

`@hkaiser`...

github.com/STEllAR-GROUP/hpx - 3a001a962f2cb422b8a14e3c4f5d42c2490b6801 authored about 3 years ago
Merge pull request #5737 from STEllAR-GROUP/migrate_component

Attempt to fix migrate_component issue

github.com/STEllAR-GROUP/hpx - 42bd987e4e5b3220c29ab1ac5ce48db951c5aef1 authored about 3 years ago
Attempt to fix migrate_component issue

github.com/STEllAR-GROUP/hpx - ac3ec0b1b65900c54a7721db066de22a39645c1a authored about 3 years ago
Merge #5734

5734: Revert #5586 r=hkaiser a=msimberg

`@hkaiser` this is everything "obvious" reverted, plus ...

github.com/STEllAR-GROUP/hpx - ae45453ace32e6f5da0af9b63e09cae0876e3ada authored about 3 years ago
Set GitHub commit status from Jenkins also for non-pull request builds

github.com/STEllAR-GROUP/hpx - 4a8eab7cface6bf4f8458dcfb4e096e064fc0641 authored about 3 years ago
Update foreach_report reference

github.com/STEllAR-GROUP/hpx - 69edf4d26d467dcad62c9893c044db18693f953a authored about 3 years ago
Fix build with distributed runtime off

github.com/STEllAR-GROUP/hpx - bad309b9bb1f565c75813a44eea522fc8913ac9e authored about 3 years ago
Actually use adl barrier for variant

github.com/STEllAR-GROUP/hpx - a369c33d8226836e7ec6e03fa9cc873b6426f0ce authored about 3 years ago
Don't use performance counters with distributed runtime off in hpx_init.cpp

github.com/STEllAR-GROUP/hpx - 757e6c7415fc8cd6f12398dd8d6e571a39ddf7e6 authored about 3 years ago
Add dependencies explicitly to hpx_core when modules are static libraries

github.com/STEllAR-GROUP/hpx - 4e44298d78afa7e55556691ff349ecdab33ce7c8 authored about 3 years ago
Fix missing spaces for arguments lsu CI scripts

github.com/STEllAR-GROUP/hpx - db04fc7c98eed9b09f1f0544773f4bc15d34f7ed authored about 3 years ago
Format CMake files

github.com/STEllAR-GROUP/hpx - 063e0cd3729a5e527903ddc846d4e76a109234e7 authored about 3 years ago
Remove hpx_version and hpx_config modules from libs/full module dependencies

github.com/STEllAR-GROUP/hpx - 266e4ed0e546bb039433b551500bf15810d49c20 authored about 3 years ago
Revert remaining HPXLocal changes

github.com/STEllAR-GROUP/hpx - c72d258d00c6fa06da420d09e801b73e1ccff67b authored about 3 years ago