This is the mail archive of the gcc@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: Multi thread programs


On Friday 03 May 2002 16:10, Luiz Rafael Culik Guimaraes wrote:
> Dear Friends
>
> What options should i pass to gcc to create an multithread programs
>
> Gcc is 2.95.3-4 on Conectiva Linux
>
> Target machine is an Duron 950 and an ADM K6-2 450
>
> []īs
>
> Luiz Rafael Culik
> http://sites.uol.com.br/culikr

gcc has no built-in option to perform automatic multi-threading, for example 
according to the OpenMP standard.  The usual options should be compatible 
with hand threading; even g77 options which are incompatible with threading 
are not defaults.

-- 
Tim Prince


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