Re: [sage-devel] intel compiler

2013-09-02 Thread Jeroen Demeyer

On 2013-09-01 20:13, William Stein wrote:

One could maybe build some
component of Sage with icc though (e.g., try to build MPIR).
MPIR is mostly assembly code, for which the C compiler doesn't really 
matter. Compiling PARI for example with icc would be a more interesting 
test.


--
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-devel] intel compiler

2013-09-02 Thread Robert Bradshaw
On Mon, Sep 2, 2013 at 12:51 AM, Jeroen Demeyer jdeme...@cage.ugent.be wrote:
 On 2013-09-01 20:13, William Stein wrote:

 One could maybe build some
 component of Sage with icc though (e.g., try to build MPIR).

 MPIR is mostly assembly code, for which the C compiler doesn't really
 matter. Compiling PARI for example with icc would be a more interesting
 test.

A lot of the (optimized) code in Sage is specifically developed
on/targeted at gcc (simply because that's what people
had/knew/learned). It would be an interesting exercise though.

- Robert

-- 
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


[sage-devel] intel compiler

2013-09-01 Thread Marco Streng
Hi sage-devel,

Has anyone recently try to build sage with Intel's compilers?

And if so, does that result in a fully functional sage and is there a
significant speed gain?

Thanks!
Marco

-- 
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-devel] intel compiler

2013-09-01 Thread William Stein
On Sun, Sep 1, 2013 at 10:37 AM, Marco Streng marco.str...@gmail.com wrote:
 Hi sage-devel,

 Has anyone recently try to build sage with Intel's compilers?

I can't remember hearing of anybody ever successfully building any
version of sage ever (since 2005) completely using Intel's compilers.

People have tried over the years...  One could maybe build some
component of Sage with icc though (e.g., try to build MPIR).

 -- William


 And if so, does that result in a fully functional sage and is there a
 significant speed gain?

 Thanks!
 Marco


 --
 You received this message because you are subscribed to the Google Groups
 sage-devel group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to sage-devel+unsubscr...@googlegroups.com.
 To post to this group, send email to sage-devel@googlegroups.com.
 Visit this group at http://groups.google.com/group/sage-devel.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-devel] intel compiler

2013-09-01 Thread Dumont Thierry

Le 01/09/2013 20:13, William Stein a écrit :

On Sun, Sep 1, 2013 at 10:37 AM, Marco Streng marco.str...@gmail.com wrote:

Hi sage-devel,

Has anyone recently try to build sage with Intel's compilers?


I can't remember hearing of anybody ever successfully building any
version of sage ever (since 2005) completely using Intel's compilers.

People have tried over the years...  One could maybe build some
component of Sage with icc though (e.g., try to build MPIR).

  -- William

In case of success, it will be interesting also to test using  intel 
libraries (blas, lapack) with Sage!

t.d.


And if so, does that result in a fully functional sage and is there a
significant speed gain?

Thanks!
Marco


--
You received this message because you are subscribed to the Google Groups
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an
email to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.






--
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.
attachment: tdumont.vcf

Re: [sage-devel] intel compiler

2013-09-01 Thread Volker Braun
On Sunday, September 1, 2013 7:21:27 PM UTC+1, tdumont wrote:

 In case of success, it will be interesting also to test using  intel 
 libraries (blas, lapack) with Sage! 


I'm planning on doing that when we have finished the git switch. This 
doesn't really require icc, just link the rest against the intel mkl (or, 
say, openblas). I do have a donated mkl license for that purpose.


-- 
You received this message because you are subscribed to the Google Groups 
sage-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.