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

Investigate slowness on PLMPISlaveProgressionManager::IsInterruptionRequested #140

Closed
folmos-at-orange opened this issue Jan 31, 2024 · 1 comment
Assignees
Labels
Type/Research An investigation or impact analysis v11 Issue for Khiops 11
Milestone

Comments

@folmos-at-orange
Copy link
Member

Description

In mpich 3.4.3 PLMPISlaveProgressionManager::IsInterruptionRequested() takes 2 orders of magnitude longer than in mpich 4.1.1. This is due the two calls to MPI_IProbe within the method.

The idea is to investigate if it is possible reprogram the method to avoid the delay whatever version of mpich.

Related to #139

Questions/Ideas

  • TBD

Context

  • Khiops version: dev
  • MPI: 3.4.3
  • OS: macOS but also observed in Linux
@folmos-at-orange
Copy link
Member Author

Closed by #197

@folmos-at-orange folmos-at-orange added v11 Issue for Khiops 11 and removed v11 Issue for Khiops 11 labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type/Research An investigation or impact analysis v11 Issue for Khiops 11
Projects
None yet
Development

No branches or pull requests

3 participants