Added configuration file

this was done to solve the OpenMP problem on Windows/mac, but I think it
is useful in general. All unit tests pass except the sympy kern ones.
This commit is contained in:
Nicolò Fusi 2013-10-15 16:03:56 -07:00
parent a4c0a941be
commit dc12fb43b7
7 changed files with 179 additions and 68 deletions

7
GPy/gpy_config.cfg Normal file
View file

@ -0,0 +1,7 @@
# This is the configuration file for GPy
[parallel]
# 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