mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
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:
parent
a4c0a941be
commit
dc12fb43b7
7 changed files with 179 additions and 68 deletions
7
GPy/gpy_config.cfg
Normal file
7
GPy/gpy_config.cfg
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue