NOAA-PSL / stochastic_physics

Contains the stochastic physics pattern generator for the Unified Forecast System
Other
6 stars 41 forks source link

Use OPENMP instead of OpenMP_Fortran_FOUND, cleanup compiler flags #39

Closed DusanJovic-NOAA closed 3 years ago

DusanJovic-NOAA commented 3 years ago

Use OPENMP option to specify dependency on OpenMP instead of using OpenMP_Fortran_FOUND, which can be set by some dependent libraries. See https://github.com/ufs-community/ufs-weather-model/issues/410

Depends on https://github.com/ufs-community/ufs-weather-model/pull/531

DusanJovic-NOAA commented 3 years ago

@pjpegion we finished ufs regression testing. please merge this PR.