Skip to content

Commit

Permalink
Potential fix of DebugMPISharedArray shape mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardman committed Aug 13, 2024
1 parent 9028b0e commit e95c7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/src/communication.jl
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ end
previous_is_read .= true
previous_is_written = Array{Bool}(undef, dims)
previous_is_written .= true
return DebugMPISharedArray(array, is_initialized, is_read, is_written,
return DebugMPISharedArray(array, accessed, is_initialized, is_read, is_written,
creation_stack_trace, previous_is_read,
previous_is_written)
end
Expand Down

0 comments on commit e95c7c8

Please sign in to comment.