NOAA-GFDL / FRE-NCtools

Tools for manipulating and creating netCDF inputs for FMS managed models
GNU Lesser General Public License v3.0
20 stars 28 forks source link

add gpu scaling test #226

Closed rem1776 closed 1 year ago

rem1776 commented 1 year ago

adds a scaling test that runs with make check-scaling after building with openacc (--with-openacc). Does all the conversions listed in remap_sizes and creates a new timestamped directory and input for each run. It's separate from the normal test suite.

Right now its not working with this branch cause it needs mikyungs changes merged in. I tested it by setting fregrid_gpu to the built tool from the update code.

ngs333 commented 1 year ago

@rem1776 @mlee03 I should wait for Mikyung before merging?