Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Improve parallel support for v.surf.rst deviation and cross-validation #2644

Closed
petrasovaa opened this issue Nov 10, 2022 · 1 comment · Fixed by #3590
Closed

[Feat] Improve parallel support for v.surf.rst deviation and cross-validation #2644

petrasovaa opened this issue Nov 10, 2022 · 1 comment · Fixed by #3590
Labels
C Related code is in C enhancement New feature or request
Milestone

Comments

@petrasovaa
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When running v.surf.rst, multi-threaded computing of deviations and cross-validation is disabled, because it was not implemented.

Describe the solution you'd like
Finish implementation of openmp support. That would include making sure writing to database is not done in parallel.

Describe alternatives you've considered
The functionality works with nprocs=1.

@petrasovaa petrasovaa added enhancement New feature or request C Related code is in C labels Nov 10, 2022
@echoix
Copy link
Member

echoix commented Jul 5, 2024

I think with @cyliang368 's work in #3590 this can be considered done?

@echoix echoix linked a pull request Jul 5, 2024 that will close this issue
@echoix echoix closed this as completed Jul 5, 2024
@neteler neteler added this to the 8.5.0 milestone Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Related code is in C enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants