Skip to content

Commit

Permalink
remove extra print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuan-jiang committed May 31, 2024
1 parent e407849 commit a08181a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- Remove extra print statement

### Deprecated

## [2.40.4] - 2023-09-14
Expand Down
3 changes: 1 addition & 2 deletions generic/OpenMP_Support.F90
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,7 @@ function make_subgridcomps(GridComp, run_entry_points, num_grids, unusable, rc)

call ESMF_GridCompGet(GridComp, config=CF, name=comp_name, _RC)
call ESMF_InternalStateGet(GridComp, labelList=labels, _RC)
if(myPET==0) print*,__FILE__,__LINE__, 'internal states labels : <',trim(comp_name), (trim(labels(i)),i=1,size(labels)), '>'
print*,__FILE__,__LINE__, 'splitting component: <',trim(comp_name),'>'

do i = 1, num_grids
associate (gc => subgridcomps(i) )
gc = ESMF_GridCompCreate(name=trim(comp_name), config=CF, petlist=[myPet], &
Expand Down

0 comments on commit a08181a

Please sign in to comment.