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: parallelizing options


A Ramakrishna Rao wrote:
Can you provide me with some of the compiler options used for optimization of code (also through parallelization).

We need this to benchmark the systems in our lab. We 've used linpack. We want to tune the performance using some compiler options to enhance performance.

GCC does not support automatic parallelization of code, nor does it support a standard such as OpenMP. OpenMP support may be coming some day; so far, no one (that I know of) is working on automatic parallelization.


--
Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)
Software Invention for High-Performance Computing


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