Skip to content

Module definition visibility #58

@ivan-pi

Description

@ivan-pi

Currently, the mpi_f08 module just re-exports everything. It would be prudent to export the only entities which are meant to be public.

For instance, symbols from mpi_core_f including the names ending in _f08, global_handles_are_initialized, F_Check_design_assumptions, and others are included.

What would be the preferred approach to handle this?

  • adding only: ... clauses each imported module in mpi_f08?
  • adding private/public to each module (this might conflict with any unit tests)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions