vivek dubey

Results 12 comments of vivek dubey

i want to work on this issues please assign me this issue.

These variables might include options like HPX_WITH_PARCELPORT_MPI or HPX_WITH_ASYNC_MPI. Verify that the values are set as expected and that the necessary MPI-related options are enabled.

i want to work on this issues please assignees me this issue

Double-check that the build directory you are using (/disk-samsung/freebsd-ports/devel/hpx/work/.build/) is the correct directory where the executables should be located. If the build directory has changed or if the executables are...

I'll check it. On Wed, 23 Aug, 2023, 12:33 am ***@***.***, ***@***.***> wrote: > @hkaiser Tests still fail with the above > mentioned patch: > > Start 429: tests.unit.modules.functional.nothrow_swap >...

The specific changes required in your stream benchmark code may vary depending on the implementation details. You may need to update other parts of the benchmark code that interact with...

Please give me some project to solve the problem.

i want to work on this issues please assign me this issue.

Suggested changes for the each name. --> hpx::is_bind_expression --> hpx::is_placeholder --> hpx::bind_back --> hpx::mem_fn (already deprecated) --> hpx::invoke, hpx::invoke_r (already deprecated) --> hpx::invoke_fused (already deprecated) --> No need to change...

Update the CMakeLists.txt file of your project to set the appropriate C++ standard and compiler flags. Add the following lines to enable C++23 features: set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_EXTENSIONS OFF) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}...