NOAA-GFDL / FMS

GFDL's Flexible Modeling System
Other
87 stars 128 forks source link

dmUpdate: move type declaration and change type for nvhpc #1463

Closed rem1776 closed 4 months ago

rem1776 commented 4 months ago

Description fixes compilation errors related to the diag manager updates when building with nvhpc. Had to move a type declaration to be before any references to it and switch a class to a type.

I still ran into runtime errors when running the unit testing with nvhpc.

How Has This Been Tested? built with nvhpc on amd box (23.11) and gaea (22.3)

Checklist: