From 361c03a6f3ef8631881db564538bbd828f8ddec4 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 28 Feb 2017 17:28:19 +0000 Subject: [PATCH] Updated URL for WSL issue. --- gprMax/input_cmds_singleuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/input_cmds_singleuse.py b/gprMax/input_cmds_singleuse.py index 279fff91..1336ac06 100644 --- a/gprMax/input_cmds_singleuse.py +++ b/gprMax/input_cmds_singleuse.py @@ -72,7 +72,7 @@ def process_singlecmds(singlecmds, G): os.environ['OMP_PROC_BIND'] = 'TRUE' # Bind threads to physical cores # os.environ['OMP_DISPLAY_ENV'] = 'TRUE' # Prints OMP version and environment variables (useful for debug) - # Catch bug with Windows Subsystem for Linux (https://github.com/gprMax/gprMax/issues/95) + # Catch bug with Windows Subsystem for Linux (https://github.com/Microsoft/BashOnWindows/issues/785) if 'Microsoft' in hostinfo['osversion']: os.environ['KMP_AFFINITY'] = 'disabled' del os.environ['OMP_PLACES']