From 39f029945ca1578c91b43b3deb5ddd076e5a7598 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 12 Feb 2016 14:51:09 +0100 Subject: using gnu stow for dotfiles now --- theano/.theanorc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 theano/.theanorc (limited to 'theano/.theanorc') diff --git a/theano/.theanorc b/theano/.theanorc new file mode 100644 index 0000000..804d835 --- /dev/null +++ b/theano/.theanorc @@ -0,0 +1,9 @@ +[global] +floatX=float32 +on_unused_input=warn +device=cpu +openmp=True + +[blas] +ldflags = -L/fast_scratch/simianer/nmt/OpenBLAS -lopenblas + -- cgit v1.2.3