Skip to content

Bugfix: Remove twice allocated fields #131

Description

@jprestop

Describe the Problem

Several fields are allocated twice in cuda_hydroCoreDevice.cu:
lines 149–177 and lines 184–216
The duplicate lines are erroneous and should be removed to avoid using a larger device memory footprint than required. Remove lines 149-177.

Relevant Deadlines

Patch the latest release as soon as possible.

New Parameters

None

Technical References

None

Define the Metadata

Assignee

  • Assign this Task to the appropriate person

Labels

  • Select pillar
  • Select priority
  • Select requestor(s)

Bugfix Checklist (DETAILS TBD - THE INFO BELOW IS NOT YET DECIDED UPON)

  • Complete the issue definition above.
  • Fork this repository or create a branch of main_<Version>.
    Branch name: bugfix_<Issue Number>_main_<Version>_<Description>
  • Fix the bug and test your changes.
  • Add/update log messages for easier debugging.
  • Add/update unit tests.
  • Add/update documentation.
  • Push local changes to GitHub.
  • Submit a pull request to merge into main_<Version>.
    Pull request: bugfix <Issue Number> main_<Version> <Description>
  • Define the pull request metadata, as permissions allow.
    Select: Reviewer(s)
  • Iterate until the reviewer(s) accept and merge your changes.
  • Delete your fork or branch.
  • Complete the steps above to fix the bug on the develop branch.
    Branch name: bugfix_<Issue Number>_develop_<Description>
    Pull request: bugfix <Issue Number> develop <Description>
  • Close this issue.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions