#17635: Update Givaro, FFLAS-FFPACK and LinBox
-------------------------------------+-------------------------------------
       Reporter:  jpflori            |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-7.1
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Clement Pernet     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  f82a77dc434c9e0c93aac406f239285cc140295a
  u/cpernet/givaro_fflasffpack_linbox|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by cpernet):

 Eventhough openmp is enabled in `fflas-ffpack̀` and `linbox`, the current
 code called by sage does not use any OpenMP parallelism.

 If you think it is necessary, I could pass the `--disable-open` argument
 to the configure scripts. Thanks for pointing out that linbox still forces
 the -fopenmp evenif --disable-omp was passed to configure. We'll fix it.

 Regarding the use of a threaded BLAS: it is possible to run the sequential
 code of `fflas-ffpack` on top of a parallel BLAS, but one will achieve
 much better performances by running the parallel code of `fflas-ffpack`
 (with OpenMP enabled) on top of a sequential BLAS. This will need further
 discussions when we'll want to have sage run its linear algebra kernels in
 parallel.

--
Ticket URL: <http://trac.sagemath.org/ticket/17635#comment:55>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to