ufs-weather-model icon indicating copy to clipboard operation
ufs-weather-model copied to clipboard

Remove nowarn Intel compiler flag

Open DusanJovic-NOAA opened this issue 10 months ago • 2 comments

Commit Queue Requirements:

  • [x] Fill out all sections of this template.
  • [ ] All sub component pull requests have been reviewed by their code managers.
  • [x] Run the full Intel+GNU RT suite (compared to current baselines) on either Hera/Derecho/Hercules
  • [x] Commit 'test_changes.list' from previous step

Description:

Remove -nowarn compiler flag from cmake/Intel.cmake Explicitly disable two warnings:

  • warning #5462: Global name too long.
  • remark #7712: This variable has not been used.

Update stochastic_physics submodule and fv3atm submodule, which in turn updates atmos_cubed_sphere.

Commit Message:

* UFSWM - 
  * AQM - 
  * CDEPS - 
  * CICE - 
  * CMEPS - 
  * CMakeModules - 
  * FV3 - 
    * ccpp-physics - 
    * atmos_cubed_sphere - 
  * GOCART - 
  * HYCOM - 
  * MOM6 - 
  * NOAHMP - 
  * WW3 - 
  * stochastic_physics - 

Priority:

  • Normal

Git Tracking

UFSWM:

  • #1984

Sub component Pull Requests:

  • AQM:
  • CDEPS:
  • CICE:
  • CMEPS:
  • CMakeModules:
  • FV3: https://github.com/NOAA-EMC/fv3atm/pull/813
    • ccpp-physics:
    • atmos_cubed_sphere: https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere/pull/324
  • GOCART:
  • HYCOM:
  • MOM6:
  • NOAHMP:
  • WW3:
  • stochastic_physics: https://github.com/NOAA-PSL/stochastic_physics/pull/78
  • None

UFSWM Blocking Dependencies:

  • None

Changes

Regression Test Changes (Please commit test_changes.list):

  • No Baseline Changes.

Input data Changes:

  • None.

Library Changes/Upgrades:

  • No Updates

Testing Log:

  • RDHPCS
    • [ ] Hera
    • [ ] Orion
    • [ ] Hercules
    • [ ] Jet
    • [ ] Gaea
    • [ ] Derecho
  • WCOSS2
    • [ ] Dogwood/Cactus
    • [ ] Acorn
  • [ ] CI
  • [ ] opnReqTest (complete task if unnecessary)

DusanJovic-NOAA avatar Apr 01 '24 16:04 DusanJovic-NOAA

Regression test passed on Hercules: RegressionTests_hercules.log

DusanJovic-NOAA avatar Apr 01 '24 16:04 DusanJovic-NOAA

Regression test passed on Hera: RegressionTests_hera.log

DusanJovic-NOAA avatar Apr 01 '24 16:04 DusanJovic-NOAA

@DusanJovic-NOAA if you sync up with develop branch I will include this with my PR #2225 . Let me know if you think this is not ready yet.

BrianCurtis-NOAA avatar Apr 15 '24 16:04 BrianCurtis-NOAA

@DusanJovic-NOAA if you sync up with develop branch I will include this with my PR #2225 . Let me know if you think this is not ready yet.

Done.

DusanJovic-NOAA avatar Apr 15 '24 17:04 DusanJovic-NOAA

merged with #2225

jkbk2004 avatar Apr 19 '24 14:04 jkbk2004