On 2017-10-30 01:39, Travis Scrimshaw wrote:
How
difficult is it to parallelize Cython code?
Cython supports OpenMP:
http://cython.readthedocs.io/en/latest/src/userguide/parallelism.html
Note that OpenMP may not be supported on all systems. This is something
we will need to check.
cysigna
Hey all,
I'm digging through the (sparse) matrix code right now as I have some
~67000 x 67000 square sparse matrices over QQ(q) (given as the fraction
field of ZZ[q]) and the bottleneck in my computations are solving kernels
(which isn't too bad, takes about half a day) and taking an inverse.