Skip to content

Add path optim#78

Merged
mgravey merged 6 commits into
masterfrom
add-path-optim
May 10, 2026
Merged

Add path optim#78
mgravey merged 6 commits into
masterfrom
add-path-optim

Conversation

@mgravey

@mgravey mgravey commented May 10, 2026

Copy link
Copy Markdown
Member

No description provided.

mgravey added 6 commits July 5, 2025 17:49
Added conditional use of std::execution::par to std::sort for adjustedPath, allowing parallel sorting when the C++ parallel algorithms feature is available. This can improve performance on supported platforms.
Eliminated the use of the __stderrp variable in the firstprivate clause of OpenMP parallel for directives in simulation.hpp. This change may improve portability and avoid issues with non-sharable or non-copyable file pointers in parallel regions.
@mgravey mgravey merged commit f68cc74 into master May 10, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant