Skip to content

Reduce memory requirement in HydroDyn initialization#2865

Merged
andrew-platt merged 1 commit intoOpenFAST:devfrom
bjonkman:f/HD_memory
Jun 17, 2025
Merged

Reduce memory requirement in HydroDyn initialization#2865
andrew-platt merged 1 commit intoOpenFAST:devfrom
bjonkman:f/HD_memory

Conversation

@bjonkman
Copy link
Contributor

Feature or improvement description
Instead of copying these arrays in the HydroDyn initialization routine, do a move_alloc to avoid doubling the amount of memory these arrays require.

Impacted areas of the software

Test results, if applicable
This does not change any results.

Instead of copying these arrays, do a `move_alloc` to avoid doubling the amount of memory
@andrew-platt andrew-platt requested a review from luwang00 June 17, 2025 17:36
@andrew-platt andrew-platt self-assigned this Jun 17, 2025
@andrew-platt andrew-platt added this to the v4.1.0 milestone Jun 17, 2025
@andrew-platt andrew-platt merged commit aac5f90 into OpenFAST:dev Jun 17, 2025
12 checks passed
@bjonkman bjonkman deleted the f/HD_memory branch June 17, 2025 18:41
@andrew-platt andrew-platt mentioned this pull request Jun 18, 2025
37 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants