Skip to content

Complete WRITE_PARALLEL migration: expose from MAPL3, remove from MAPL2 #4756

@tclune

Description

@tclune

As part of the base3g migration (see PR for commit ee68795), WRITE_PARALLEL was added to base3g/FileIO.F90 (mapl3g_FileIO) but intentionally not re-exported from base3g/API.F90 yet.

This is because clients that use MAPL and use MAPL2 simultaneously would see ambiguous interfaces (write_parallel_string vs write_parallel_string_0).

Steps to complete the swap

  1. Migrate all remaining MAPL2 clients that call WRITE_PARALLEL to use MAPL instead
  2. Add WRITE_PARALLEL back to base3g/API.F90 public exports
  3. Remove WRITE_PARALLEL from MAPL2's top-level re-export (or from FileIOSharedMod entirely)

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions