Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #717 from OP2/JDBetteridge/angus-g-fix
Browse files Browse the repository at this point in the history
Fix Comm Bug
  • Loading branch information
JDBetteridge authored Mar 5, 2024
2 parents 0afe7fa + eba7baf commit f424fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyop2/mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def delcomm_outer(comm, keyval, icomm):
if comp_comm is not None:
debug('Removing compilation comm on inner comm')
decref(comp_comm)
icomm.Delete_attr(compilationcomm_keyval)
icomm.Delete_attr(compilationcomm_keyval)

# Once we have removed the reference to the inner/compilation comm we can free it
cidx = icomm.Get_attr(cidx_keyval)
Expand Down

0 comments on commit f424fb5

Please sign in to comment.