mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 23:36:23 +02:00
adding gpy_congif from devel
This commit is contained in:
parent
28c899926a
commit
0e726b99d0
1 changed files with 7 additions and 1 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
[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
|
||||
# of cores available. Setting up a compiler with openmp support can be difficult on
|
||||
# some platforms, hence this option.
|
||||
openmp=False
|
||||
|
||||
[anaconda]
|
||||
# if you have an anaconda python installation please specify it here.
|
||||
installed = False
|
||||
location = None
|
||||
MKL = False # set this to true if you have the MKL optimizations installed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue