<span style='font-family:Verdana'><span style='font-size:12px'>Dmitry, thanks for a good advice about :option:. Fixed patch is in the attach.<br />
<br />
<p style="margin:0px; padding:0px;" >
</p>
<blockquote style="border-left: 1px solid #CCC; padding-left: 5px; margin-left: 5px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px;" type="cite">
<p style="margin:0px; padding:0px;" >
<span style="font-family:Verdana"><span style="font-size:12px">----- Original Message -----</span></span></p>
<p style="margin:0px; padding:0px;" >
<span style="font-family:Verdana"><span style="font-size:12px">From: Dmitri Gribenko</span></span></p>
<p style="margin:0px; padding:0px;" >
<span style="font-family:Verdana"><span style="font-size:12px">Sent: 12/18/12 07:19 PM</span></span></p>
<p style="margin:0px; padding:0px;" >
<span style="font-family:Verdana"><span style="font-size:12px">To: Alexey Bataev</span></span></p>
<p style="margin:0px; padding:0px;" >
<span style="font-family:Verdana"><span style="font-size:12px">Subject: Re: [cfe-commits] [PATCH] First OpenMP patch</span></span></p>
<br />
<div>
<div>
<pre style="white-space: pre-wrap; word-wrap: break-word; font-size:11;pre">
On Tue, Dec 18, 2012 at 4:49 PM, Alexey Bataev <a.bataev@gmx.com> wrote:
> Hello everyone,
> Thank you very much for comments. I agree, that we should prepare some
> design description document. I'll try to prepapre it as soon as possible.
> I nthe meantime, I've prepared a new patch which emits warning when -fopenmp
> option is found and changed doc file from html to rst.
+Using of OpenMP
+===============
"Using OpenMP" or "Enabling OpenMP" or "Command line flags for OpenMP"
might be better
+
+To start using OpenMP in your program you need to add OpenMP directives in
+your code and specify compile-time flag **-fopenmp**. If an OpenMP program
+is compiled witout flag **-fopenmp**, a warning will be generated for the first
Please use ``a monospaced font`` or a special role :option:`-fopenmp`
to refer to program options.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr@gmail.com>*/</pre>
</div>
</div>
</blockquote>
<p style="margin:0px; padding:0px;" >
</p>
<br />
</span></span>