-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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 inmpi_f08
? - adding
private
/public
to each module (this might conflict with any unit tests)?
Metadata
Metadata
Assignees
Labels
No labels