First time here? Check out the FAQ!

Ask Your Question
2

can i compile sage with the Intel's compilers?

asked 14 years ago

ngativ gravatar image

updated 14 years ago

Kelvin Li gravatar image

or at least the sage's python?

Preview: (hide)

3 Answers

Sort by » oldest newest most voted
1

answered 14 years ago

GAP, a Sage component, won't correctly build on ia64 using icc-10. Something goes wrong with the garbage collection. (OK, ia64 is weird, though)

Preview: (hide)
link

Comments

well, doing export CC=icc;export CXX=icpc; sage -f python seems to work. at least, sage loads faster

ngativ gravatar imagengativ ( 14 years ago )
1

answered 14 years ago

William Stein gravatar image

Nobody has ever built Sage with anything but GCC, though many people have tried.

It's conceivable that maybe the C code generated by Cython in the Sage library could be built with a different C compiler. However, since you'll be linking it with a bunch of code built using GCC, you'll be asking for trouble. I can't imagine that it would "just work". It couldn't hurt too much for you to try though.

Preview: (hide)
link

Comments

LLVM might be a good candidate (at some point).

ccanonc gravatar imageccanonc ( 14 years ago )
1

answered 14 years ago

Mitesh Patel gravatar image

updated 14 years ago

I think David Kirkby has explored building Sage with the Sun Studio compiler. You can perhaps find out more by inquiring on sage-solaris or sage-devel.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 14 years ago

Seen: 730 times

Last updated: Sep 04 '10