NOAA-GFDL / FMS

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

fix hdf5 compiler check #1493

Closed rem1776 closed 2 months ago

rem1776 commented 2 months ago

Description Changes the configure check used to determine if a bug in hdf5 is present. Before it was using nf90_open which wouldn't work on certain systems.

Fixes #1492

How Has This Been Tested? tested on gaea, amd box, and my laptop

Checklist:

rem1776 commented 2 months ago

This needed one other change for distcheck to pass. I also ran into a separate issue with the monin test script when i was testing this on different systems so I just included the fix here, just needed to force the rm so it wouldn't hang.