Skip to content

Conversation

@pchakraborty
Copy link
Contributor

Types of change(s)

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Trivial change (affects only documentation or cleanup)
  • Refactor (no functional changes, no api changes)

Checklist

  • Tested this change with a run of GEOSgcm
  • Ran the Unit Tests (make tests)

Description

Related Issue

@pchakraborty pchakraborty self-assigned this Dec 10, 2025
@pchakraborty pchakraborty requested a review from a team as a code owner December 10, 2025 22:33
@pchakraborty pchakraborty added 0 Diff The changes in this pull request have verified to be zero-diff with the target branch. 📈 MAPL3 MAPL 3 Related Changelog Skip Skips the Changelog Enforcer labels Dec 10, 2025
2. Changed some logger info calls to debug
@pchakraborty pchakraborty requested a review from tclune December 15, 2025 15:35
Copy link
Collaborator

@tclune tclune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code is ok, but the new procedure names need to be modified. I did a few using the GitHub markup, but it will be easier for you to do in your own IDE.

@pchakraborty pchakraborty requested a review from tclune December 16, 2025 12:44
Copy link
Collaborator

@tclune tclune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One straightforward, but important change requested. See inline comment.

@pchakraborty pchakraborty requested a review from tclune December 19, 2025 16:28
@mathomp4
Copy link
Member

Note: It looks like NAG is unhappy:

[borgq064:164856:0:164856] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x8)
==== backtrace (tid: 164856) ====
 0 0x0000000000016910 __funlockfile()  ???:0
 1 0x00000000001abf3d mapl_distributedprofiler_MP_copy()  /gpfsm/dnb33/gmao_ci/runners/nccs-discover-5/actions-runner/_work/MAPL/MAPL/profiler/DistributedProfiler.F90:92
 2 0x0000000000317f90 mapl3g_genericgridcomp_MP_create_grid_comp_primary()  /gpfsm/dnb33/gmao_ci/runners/nccs-discover-5/actions-runner/_work/MAPL/MAPL/generic3g/GenericGridComp.F90:122
 3 0x00000000004b3b72 mapl3g_drivercap_MP_make_driver()  /gpfsm/dnb33/gmao_ci/runners/nccs-discover-5/actions-runner/_work/MAPL/MAPL/Apps/MAPL_Component_Driver/DriverCap.F90:239
 4 0x00000000004bd47d mapl3g_drivercap_MP_mapl_run_driver()  /gpfsm/dnb33/gmao_ci/runners/nccs-discover-5/actions-runner/_work/MAPL/MAPL/Apps/MAPL_Component_Driver/DriverCap.F90:51

@pchakraborty pchakraborty merged commit 2428319 into release/MAPL-v3 Dec 19, 2025
28 of 33 checks passed
@pchakraborty pchakraborty deleted the feature/pchakrab/user-routine-instrumentation branch December 19, 2025 22:38
@tclune
Copy link
Collaborator

tclune commented Dec 20, 2025

Note: It looks like NAG is unhappy:

Indeed, it appears NAG is struggling with a deep copy of the profiler that was added. I've tried updating some gftl stuff in the profiler from V1 to V2, but it did not change the behavior.

My next guess is that there is a missingTARGET somewhere, but at first glance I'm not seeing anything. I'll open a new ticket to fix this.

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.

3 participants