Skip to content

Commit

Permalink
Merge pull request ESMCI#1300 from wkliao/patch-2
Browse files Browse the repository at this point in the history
free an MPI communicator
  • Loading branch information
jedwards4b authored May 21, 2018
2 parents a018098 + e8bd1b2 commit cfd66c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/performance/pioperformance.F90
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,8 @@ subroutine pioperformancetest(filename, piotypes, mype, npe_base, &
deallocate(rfld_in)
endif

call MPI_Comm_free(comm, ierr)

end subroutine pioperformancetest

subroutine init_ideal_dof(doftype, mype, npe, ndims, gdims, compmap, varsize)
Expand Down

0 comments on commit cfd66c6

Please sign in to comment.