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@xxxxxxxxxxxxxxxxxxxx - 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)