turned omp off by default as discussed

This commit is contained in:
James Hensman 2013-10-24 19:32:37 +01:00
parent 0919507574
commit 33b6a7d24f

View file

@ -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