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

[MRG] Fix GUI MPI available cores #871

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

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    9efe7f7 View commit details
    Browse the repository at this point in the history
  2. feat: created a static method to count the number of available cores …

    …based on the operation system
    gtdang committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5e717b3 View commit details
    Browse the repository at this point in the history
  3. feat: added number of available cores as an attribute and applied the…

    … attribute where relevant.
    gtdang committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bf002ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea55a18 View commit details
    Browse the repository at this point in the history
  5. fix: updated the gui compose so that backend sub-options are displaye…

    …d on start-up
    
    Previously the sub-options were hidden by default and only displayed when the backend dropdown was changed. This hid the number of cores option for the default joblib backend on start-up.
    gtdang committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    acaca23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a385faa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0954871 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5a07da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6159e1f View commit details
    Browse the repository at this point in the history