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

Fix the user-triggered termination test #664

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 12, 2024

  1. Fix the user-triggered termination test

     - Make sure the parsec context is started only after the taskpool
       is created as the taskpool will register active message handlers
       for the first time via the user-triggered option in PTG
     - Correctly compute the number of local tasks instead of assuming
       a run at a given world size; compute that number on all ranks
       and check that all ranks have a correct value
     - have all MPI rank return the same return code for consistency
     - Free the taskpool when it's not used anymore to remove assertion.
    therault committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    dfa9427 View commit details
    Browse the repository at this point in the history