Skip to content

Issue: Unstructured Variogram Estimate Slower with OpenMP [v1.3.5]? #242

Answered by MuellerSeb
mathijsvdven asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @mathijsvdven. The pre-built wheels use the Visual Studio Compilers. I don't know if there is comes a bottleneck using MinGW. So maybe you could get a speed up with installing VS C and C++:
https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170

AFAIU this should also provide OpenMP. Then you can use the commands you already used.
Beside that, I think the compilers can be selected by setting the environment variables CC=<path to c compiler> and CXX=<path to c++ compiler>.

As @LSchueler already said, installing gstools-core should be the best option for now to try for a speedup.

And another option would be to use the conda-package of gstools, which uses openm…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MuellerSeb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Performance Performance related stuff.
3 participants
Converted from issue

This discussion was converted from issue #231 on June 01, 2022 10:16.