This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PFA Fortran Compiler


Ananda Bhattacharya wrote:

Hello,
I was wondering if gcc had support for the Power Fortran Analyzer that was used by SGI. I use gcc to compile many of my fortran code, and it does a good job, but I cannot parallelize it.
thanks so much -Ananda

Unfortunately, g77 can't parallellize your code. This is a limitation inherent in the compiler - it simply doesn't know how to do it, and it doesn't know how to support the OpenMP directives that Power Fortran Analyzer uses.


--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc.gnu.org/fortran/ (under construction)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]