This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC and OpenMP
- From: "Antoniu Pop" <antoniu dot pop at gmail dot com>
- To: ehan at cs dot utah dot edu
- Cc: gcc at gnu dot org
- Date: Thu, 19 Jun 2008 21:40:32 +0200
- Subject: Re: GCC and OpenMP
- References: <485AB4EE.2040401@cs.utah.edu>
Hi,
> I am currently working on installing OpenMP(2.5v or 3.0v specification)
> on my linux machine (GCC 4.1.2 SuSE10.2). It requires at least GCC 4.3 version. It seems
> that I need to upgrade to GCC4.3.1 or GCC 4.4 from my current version of
> GCC 4.1.2. Which GCC version do you suggest in order to use OpenMP on my linux machine?
For the time being OpenMP 2.5 is supported in GCC 4.3, so that's what
I'd recommend.
If you need OpenMP 3.0 features, you need to wait for GCC 4.4,
otherwise GCC 4.3.1 would be the best choice.
Best,
Antoniu