From 226843b70086f5ea3dc5761998bd52eb2a91feed Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 4 Jun 2019 16:35:11 +0100 Subject: [PATCH] Added specific conda environment for macOS to get around MKL threading bug - use OpenBLAS instead. --- conda_env_macOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_env_macOS.yml b/conda_env_macOS.yml index 826dd5c0..0d17ce8f 100644 --- a/conda_env_macOS.yml +++ b/conda_env_macOS.yml @@ -1,7 +1,7 @@ # This file may be used to create a conda environment using: # $ conda create --name gprMax --file -name: gprMax +name: gprMax_openblas dependencies: - python>3.6 - blas=*=openblas