ogs6py: Support OMP_NUM_THREADS on Windows
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
-
Feature description was added to the changelog -
Tests covering your feature were added? -
Any new feature or behaviour change was documented? -
API-breaking changes documented here