[Omp] A question about OpenMP 2.5

Greg Bronevetsky greg at bronevetsky.com
Tue Mar 20 11:36:14 PDT 2007


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



More information about the Omp mailing list