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

Wrap the MPI handles #677

Merged
merged 10 commits into from
Jun 26, 2023
Merged

Wrap the MPI handles #677

merged 10 commits into from
Jun 26, 2023

Commits on Jun 15, 2023

  1. Wrap communicator handles into its own type

    Improves the type safety within the code and prepares switching to the mpi_f08 module.
    Frederick Stein committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    83bf61f View commit details
    Browse the repository at this point in the history
  2. Make communicator handle private

    Frederick Stein committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    997802a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Refactor request handles

    Frederick Stein committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    dfcc8fe View commit details
    Browse the repository at this point in the history
  2. Refactor window handle

    Frederick Stein committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    36ee1be View commit details
    Browse the repository at this point in the history
  3. Refactor file handles

    Frederick Stein committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7f65e18 View commit details
    Browse the repository at this point in the history
  4. Make type-bound procedures elemental for performance

    Frederick Stein committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    51d4b9b View commit details
    Browse the repository at this point in the history
  5. Remove never used symbols in tensor code

    Frederick Stein committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    240bec8 View commit details
    Browse the repository at this point in the history
  6. Prevent loading unused symbols

    Frederick Stein committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6457a46 View commit details
    Browse the repository at this point in the history
  7. Fix serial build

    Frederick Stein committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    64a170c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b440f8 View commit details
    Browse the repository at this point in the history