Skip to content

ogs6py: Support OMP_NUM_THREADS on Windows

Max Jäschke requested to merge Max_Jaeschke/ogstools:OMP_NUM_THREADS into main

Support the setting of OMP_NUM_THREADS via ogs.Project(OMP_NUM_THREADS=xx) for Windows

The linux command export did not work on windows, set is the equivalent windows command

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behaviour change was documented?
  4. API-breaking changes documented here

Merge request reports

Loading