Skip to content

Commit

Permalink
Set KMP_DUPLICATE_LIB_OK environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ-Finlay authored and Mahdi Mokhtari committed Mar 16, 2021
1 parent c920329 commit a61cc1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions argostranslate/settings.py
Expand Up @@ -74,6 +74,5 @@

# Fix Intel bug
# https://github.com/argosopentech/argos-translate/issues/40
if 'intel' in platform.processor().lower():
os.environ['KMP_DUPLICATE_LIB_OK']='True'
os.environ['KMP_DUPLICATE_LIB_OK'] = 'True'

0 comments on commit a61cc1d

Please sign in to comment.