Skip to content

Commit 3a22a07

Browse files
authored
v8.3.1-2.18: hotfix to the build failure using make -j8 with spack-stack (ufs-community#221)
* core_mynnsfc and core_physics_noahmp need to depend on core_physics_init * bump version to 8.3.1-2.18
1 parent 48b02c7 commit 3a22a07

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MPAS-v8.3.1-2.17
1+
MPAS-v8.3.1-2.18
22
====
33

44
The Model for Prediction Across Scales (MPAS) is a collaborative project for

src/core_atmosphere/physics/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ core_SMOKE: core_physics_init
7373
core_mynnedmf: core_physics_init core_physics_mmm
7474
(cd physics_noaa/MYNN-EDMF; cp ./MPAS/Makefile .; cp ./MPAS/module_bl_mynnedmf_driver.F90 .; cp ./MPAS/module_bl_mynnedmf_common.F90 .; $(MAKE) all)
7575

76-
core_mynnsfc:
76+
core_mynnsfc: core_physics_init
7777
(cd physics_noaa/MYNN-SFC; cp ./MPAS/Makefile .; cp ./MPAS/module_sf_mynnsfc_driver.F90 .; cp ./MPAS/module_sf_mynnsfc_common.F90 .; $(MAKE) all)
7878

7979
core_RUCLSM: core_physics_init core_physics_mmm
@@ -88,7 +88,7 @@ core_UGWP: core_physics_init
8888
core_physics_wrf: core_physics_init core_physics_mmm core_UGWP
8989
(cd physics_wrf; $(MAKE) all COREDEF="$(COREDEF)")
9090

91-
core_physics_noahmp:
91+
core_physics_noahmp: core_physics_init
9292
(cd physics_noahmp/utility; $(MAKE) all COREDEF="$(COREDEF)")
9393
(cd physics_noahmp/src; $(MAKE) all COREDEF="$(COREDEF)")
9494
(cd physics_noahmp/drivers/mpas; $(MAKE) all COREDEF="$(COREDEF)")

0 commit comments

Comments
 (0)