Skip to content

Export WRITE_PARALLEL from mapl_base3g umbrella module (#4771)#4772

Closed
tclune wants to merge 2 commits intorelease/MAPL-v3from
feature/4771-export-write-parallel
Closed

Export WRITE_PARALLEL from mapl_base3g umbrella module (#4771)#4772
tclune wants to merge 2 commits intorelease/MAPL-v3from
feature/4771-export-write-parallel

Conversation

@tclune
Copy link
Copy Markdown
Collaborator

@tclune tclune commented May 5, 2026

Summary

  • Adds WRITE_PARALLEL from mapl3g_FileIO to mapl_base3g (base3g/API.F90)
  • Makes WRITE_PARALLEL accessible via use MAPL without requiring direct use of internal mapl3g_* modules

Motivation

Components migrating from MAPL2 to MAPL3 need access to WRITE_PARALLEL through the MAPL umbrella module. Previously it was only available by importing mapl3g_FileIO directly, violating the intended API boundary.

Depends on

Nothing — this can merge independently.

Blocked by

None.

Closes #4771

WRITE_PARALLEL from mapl3g_FileIO was not accessible via 'use MAPL',
forcing components to import internal mapl3g_* modules directly.
Adding it to mapl_base3g makes it available through the MAPL umbrella.
@tclune tclune requested a review from a team as a code owner May 5, 2026 00:25
@github-actions github-actions Bot added the 📈 MAPL3 MAPL 3 Related label May 5, 2026
@tclune tclune added 0 Diff The changes in this pull request have verified to be zero-diff with the target branch. Changelog Skip Skips the Changelog Enforcer labels May 5, 2026
@tclune
Copy link
Copy Markdown
Collaborator Author

tclune commented May 5, 2026

Superseded by #4773 which already includes this change.

@tclune tclune closed this May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0 Diff The changes in this pull request have verified to be zero-diff with the target branch. Changelog Skip Skips the Changelog Enforcer 📈 MAPL3 MAPL 3 Related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant