Running git bisect I found that the bug was introduced in this commit 6291e9cb75dbe6279c1c95d9d5e577d642efd665:
(pyvfit_galario3) mtazzari@dhcp-10-249-185-93:~/repos/galario$ git bisect bad
6291e9cb75dbe6279c1c95d9d5e577d642efd665 is the first bad commit
commit 6291e9cb75dbe6279c1c95d9d5e577d642efd665
Author: Frederik Beaujean <Frederik.Beaujean@lmu.de>
Date: Tue Aug 29 15:43:59 2017 +0200
[src,python] Unify `threads()`
* One function for CPU and GPU
* for GPU, now total number of threads passed by user
I noticed that the simple command
does not work anymore.
Running git bisect I found that the bug was introduced in this commit 6291e9cb75dbe6279c1c95d9d5e577d642efd665: