Skip to content

Commit

Permalink
Correctly set ESMF_StateReconcileEx as multi-proc example.
Browse files Browse the repository at this point in the history
  • Loading branch information
theurich committed Dec 5, 2024
1 parent f44b675 commit 195e508
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
! Licensed under the University of Illinois-NCSA License.
!
!==============================================================================
!

!==============================================================================
!ESMF_MULTI_PROC_EXAMPLE String used by test script to count examples.
!==============================================================================

module ESMF_StateReconcileEx_Mod

Expand Down Expand Up @@ -96,8 +99,6 @@ end module ESMF_StateReconcileEx_Mod
program ESMF_StateReconcileEx
!EOC

!------------------------------------------------------------------------------
!ESMF_EXAMPLE String used by test script to count examples.
!==============================================================================
!
! !PROGRAM: ESMF_StateReconcileEx - State reconciliation
Expand Down
5 changes: 1 addition & 4 deletions src/Superstructure/StateReconcile/examples/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EXAMPLES_BUILD = $(ESMF_EXDIR)/ESMF_StateReconcileEx

EXAMPLES_RUN = run_ESMF_StateReconcileEx

EXAMPLES_RUN_UNI = run_ESMF_StateReconcileEx_uni
EXAMPLES_RUN_UNI =

include $(ESMF_DIR)/makefile

Expand All @@ -27,6 +27,3 @@ DIRS =
#
run_ESMF_StateReconcileEx:
$(MAKE) EXNAME=StateReconcile NP=4 exfrun

run_ESMF_StateReconcileEx_uni:
$(MAKE) EXNAME=StateReconcile NP=1 exfrun

0 comments on commit 195e508

Please sign in to comment.