From 33b6a7d24fbec9400ee55fe9e669c74ed0d52e66 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Thu, 24 Oct 2013 19:32:37 +0100 Subject: [PATCH] turned omp off by default as discussed --- GPy/gpy_config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/gpy_config.cfg b/GPy/gpy_config.cfg index 8683f96c..d52edd28 100644 --- a/GPy/gpy_config.cfg +++ b/GPy/gpy_config.cfg @@ -4,4 +4,4 @@ # Enable openmp support. This speeds up some computations, depending on the number # of cores available. Setting up a compiler with openmp support can be difficult on # some platforms, hence this option. -openmp=True +openmp=False