This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
OpenMP on gcc
- From: "Dima Sorkin" <dima dot sorkin at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 28 Mar 2007 20:35:35 +0200
- Subject: OpenMP on gcc
Hi.
I have some c++ code that should compile both
under GCCs (starting from gcc 3.1 to 4.0) and other
compiler. I want to insert OpenMP pragmas
into code, to optimize it.
1) Starting from which version does GCC support OpenMP ?
2) Will old versions of GCC just ignore OpenMP pragmas, or these
will cause errors ?
Thank you.
Dima.