Skip to content

Replace USE MAPL_ShmemMod with USE MAPL in interp_restarts.F90 #390

@tclune

Description

@tclune

Problem

interp_restarts.F90 uses an internal MAPL module directly:

use MAPL_ShmemMod,  only: MAPL_GetNodeInfo, MAPL_InitializeShmem, MAPL_FinalizeShmem

All MAPL references should go through the public wrapper module (USE MAPL or USE MAPL_Constants), not internal submodules.

Required Change

Merge the USE MAPL_ShmemMod symbols into the existing USE MAPL statement so that MAPL_GetNodeInfo, MAPL_InitializeShmem, and MAPL_FinalizeShmem are accessed via the public MAPL interface.

Affected Lines

  • interp_restarts.F90 line 15 (declaration), lines 193, 194, 773 (call sites)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions