Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update exception_list.hpp #6570

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update exception_list.hpp #6570

wants to merge 2 commits into from

Conversation

aksl4
Copy link

@aksl4 aksl4 commented Nov 10, 2024

No description provided.

This update refines the exception_list class in the HPX namespace by addressing threading and copy/move semantics. The class acts as a container for std::exception_ptr objects, allowing parallel algorithms to store and manage exceptions encountered during execution
@aksl4 aksl4 requested a review from hkaiser as a code owner November 10, 2024 22:07
@StellarBot
Copy link

Can one of the admins verify this patch?

@hkaiser hkaiser added type: compatibility issue category: general Everything not fitting into any other label labels Nov 10, 2024
@hkaiser
Copy link
Member

hkaiser commented Nov 10, 2024

@aksl4 what's the difference between this PR and #6568?

@aksl4
Copy link
Author

aksl4 commented Nov 10, 2024

@hkaiser how to run the tests in local machine ?
I'm doing this first time and need some help in understanding
Thank you

@Pansysk75
Copy link
Member

@hkaiser how to run the tests in local machine ? I'm doing this first time and need some help in understanding Thank you

You'll have to compile HPX with tests ( set the CMake variable: HPX_WITH_TESTS=ON), then compile the test targets and run them using ctest.
You may also find some information in the documentation:
https://hpx-docs.stellar-group.org/latest/html/contributing/testing_hpx.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: general Everything not fitting into any other label type: compatibility issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants