2014-05-28 10:25:02 +01:00
|
|
|
# This is the default configuration file for GPy
|
2013-12-05 13:49:38 -05:00
|
|
|
|
2014-05-28 10:25:02 +01:00
|
|
|
# Do note edit this file.
|
|
|
|
|
|
|
|
|
|
# For machine specific changes (i.e. those specific to a given installation) edit GPy/installation.cfg
|
|
|
|
|
|
|
|
|
|
# For user specific changes edit $HOME/.gpy_user.cfg
|
2013-12-05 13:49:38 -05:00
|
|
|
[parallel]
|
|
|
|
|
# Enable openmp support. This speeds up some computations, depending on the number
|
2014-01-24 10:04:00 +00:00
|
|
|
# of cores available. Setting up a compiler with openmp support can be difficult on
|
2014-05-28 10:25:02 +01:00
|
|
|
# some platforms, hence by default it is off.
|
2013-12-05 13:49:38 -05:00
|
|
|
openmp=False
|
2014-01-24 10:04:00 +00:00
|
|
|
|
2014-05-13 12:17:42 +01:00
|
|
|
[datasets]
|
|
|
|
|
# location for the local data cache
|
|
|
|
|
dir=$HOME/tmp/GPy-datasets/
|
|
|
|
|
|
2014-01-24 10:04:00 +00:00
|
|
|
[anaconda]
|
|
|
|
|
# if you have an anaconda python installation please specify it here.
|
|
|
|
|
installed = False
|
|
|
|
|
location = None
|
2014-09-23 10:24:29 +01:00
|
|
|
# set this to true if you have the MKL optimizations installed:
|
|
|
|
|
MKL = False
|
|
|
|
|
|
|
|
|
|
[weave]
|
|
|
|
|
#if true, try to use weave, and fall back to numpy. if false, just use numpy.
|
|
|
|
|
working = True
|
2015-04-27 20:53:36 +01:00
|
|
|
|
|
|
|
|
[cython]
|
|
|
|
|
working = True
|