[sage-devel] Re: How would you like your parallel linear algebra ?

2019-03-22 Thread Travis Scrimshaw
> > > In https://trac.sagemath.org/ticket/27444 we are exposing the parallel > versions (using OpenMP) of > fflas-ffpack routines used in SageMath. This is only about multicore > parallelism, based on OpenMP. > > +1 to having multicore linear algebra in Sage. I have hacked together some thing

[sage-devel] Re: How would you like your parallel linear algebra ?

2019-03-22 Thread Eric Gourgoulhon
PS: an example of use of Parallelism() is http://doc.sagemath.org/html/en/reference/manifolds/sage/manifolds/differentiable/affine_connection.html#sage.manifolds.differentiable.affine_connection.AffineConnection.riemann Le vendredi 22 mars 2019 14:36:10 UTC+1, Eric Gourgoulhon a écrit : > > Hi, >

[sage-devel] Re: How would you like your parallel linear algebra ?

2019-03-22 Thread Eric Gourgoulhon
Hi, Regarding your question 3: Le vendredi 22 mars 2019 11:15:04 UTC+1, Clement Pernet a écrit : > > 3. What interface do we want for the sage user who wants to > >3a switch between sequential and parallel, > >3b specify the number of cores to be used ? > > Should there be some kind o