Skip to content

Commit

Permalink
remove unneeded depends (#2029)
Browse files Browse the repository at this point in the history
TYPE: bug fix, clean up

KEYWORDS: dependencies, unused

SOURCE: internal

DESCRIPTION OF CHANGES:
Problem:
Some dependency is declared twice, some are no longer needed.

Solution:
Remove un-used dependencies. Complimentary to PR-1950.

LIST OF MODIFIED FILES: 
M      main/depend.common

TESTS CONDUCTED: 
1. Tested on Derecho with 6 proc to compile
2. The Jenkins tests are all passing.
  • Loading branch information
weiwangncar committed Mar 26, 2024
1 parent 9e265af commit 9c09ef9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main/depend.common
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ module_bl_camuwpbl_driver.o: \


module_sf_mynn.o: \
module_sf_sfclay.o \
module_bl_mynn.o \
../share/module_model_constants.o \
../frame/module_wrf_error.o
Expand Down Expand Up @@ -928,7 +927,6 @@ module_physics_init.o: \
module_ra_hs.o \
module_ra_flg.o \
module_sf_sfclay.o \
module_sf_sfclayrev.o \
physics_mmm/sf_sfclayrev.o \
module_sf_slab.o \
module_sf_myjsfc.o \
Expand Down Expand Up @@ -1417,10 +1415,6 @@ module_fdda_spnudging.o: \
../frame/module_wrf_error.o


module_sf_bep.o: \
module_sf_urban.o


module_mp_wsm5.o: \
../share/module_model_constants.o \
module_mp_wsm5_accel.F \
Expand Down

0 comments on commit 9c09ef9

Please sign in to comment.