[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gomp-discuss] Work in progress ....
From: |
Pop Sébastian |
Subject: |
Re: [Gomp-discuss] Work in progress .... |
Date: |
Mon, 19 May 2003 11:50:50 +0200 |
User-agent: |
Mutt/1.4i |
Whoups,
I forgot the end of the sentence:
On Mon, May 19, 2003 at 11:47:12AM +0200, Pop Sébastian wrote:
> #pragma omp parallel shared (j, sum) private (i) schedule (runtime)
>
> Would it be transformed into
> __builtin_omp_parallel (shared (j, sum), private (i), schedule (runtime));
or into:
__builtin_omp_parallel (__builtin_omp_shared (j, sum), __builtin_omp_private
(i), __builtin_omp_schedule (runtime));