[13:15:06] <codestr0m> mupuf: you can give them a link and tell them to download and try it - http://c591116.r16.cf2.rackcdn.com/e...-installer.run
Announcement
Collapse
No announcement yet.
PathScale Open-Sources The EKOPath 4 Compiler Suite
Collapse
X
-
Originally posted by PsynoKhi0 View PostNo and/or no.
prnewswire - waiting on editors
actual source availability - blame phoronix for it being leaked.. Source forthcoming, but may take a couple days.. Sorry about the binaries until then
#pathscale on irc.freenode.net to complain and bug us
Comment
-
Originally posted by markg85 View PostThat might not be the best thing to do. Remember, the things benchmarked stop far are computational apps and those seem to benefit a lot from it. Buy we both don't have the slightest idea how this will perform on non computational apps like for example kde, gnome, firefox, office suits.. Besides that I'm also interested in the compiled binary size
More information is needed.
Note, I'm guessing firefox and chrome won't compile.
1) QT bug in our front-end
2) Missing gnu extensions to turn on some java script related stuff
Binary size doesn't matter in reality as much as locality. C++ is going to see a lot of improvements this year. If we're not faster than g++ or other compilers file a bug report
Comment
-
Originally posted by zester View Postgit clone git://github.com/path64/compiler.git
I don't know all the details, but here's my GUESS:
1. They forked Open64
2. They made changes to Open64 sources, and had to release those changes to comply with the GPL
3. They made some additional changes that they deemed "mere aggregation" and were able to keep those proprietary
4. Since the "path64" github branch has been around a while and hasn't received a commit in 2 days, it's safe to assume that it doesn't include the proprietary addons
So, likely only the binaries are available for now.
Comment
-
-
@codestr0m:
What about Fortran? Do you happen to have any recent benchmarks against gfortran and ifort? I remember seeing a few from about 2006.
@Michael:
Does the HIMENO benchmark use the C or Fortran source?
Thanks for your answers and keep up the good work! (Both of you, obviously. )
Comment
-
Originally posted by Jake: View PostMaybe I'm wrong, but according to wikipedia the PathScale compiler is a branch of Open64, a compiler released under the GPL http://en.wikipedia.org/wiki/Open64#Versions.
I think they are just complying with the gpl.
EKOPath is a "fork" of SGI's Pro64 and never has imported code from Open64. Partial sources for EKOPath were previously available, but not all. Large portions of those sources were merged into Open64 as a result of previous PathScale management not supporting open source. Slowly the PathScale ship is changing direction and trying to build a real community of users/developers.
Comment
-
Originally posted by puelapisse View Postwhere can we find this patch please?
also, I understand this compiler is Intel? 64 & AMD64 performance tuned but does anybody knows if it will run on 32bit?
Comment
-
Originally posted by codestr0m View PostI think you've been in our IRC channel before and apologies if I'm mistaken.
mesa - I believe you have to turn off asm support for it to build. Not sure if that will improve or degrade performance. I suspect the latter, but could be surprised.
c++0x - ENZO will get it much sooner than EKOPath since we're using a different front-end.
QT - There's one blocking bug we're working on fixing. I expect it may take us another month or less to get that resolved.
If someone files a bug we'll take a look at it. Smaller test cases are generally fixed faster. (Even better would be patches now that it's going open source.)
It sucks to see c++ support lagging behind but awesome job anyway. Any eta for c++ 2011?Last edited by markg85; 13 June 2011, 01:59 PM.
Comment
Comment