On Tue, 20 Mar 2007, Shah, Sanjiv wrote:
> Folks,
>
> a and b are pointers in C, they are not arrays. The pointers are never
> written in this loop.
>
In that case our "variable" is a malloc-ed buffer. I have no idea what
status malloc-ed buffers have in OpenMP. They're not named so they
shouldn't be variables. So what are they?
Greg Bronevetsky