gomp-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gomp-discuss] Primal Subset


From: Scott Robert Ladd
Subject: [Gomp-discuss] Primal Subset
Date: Mon, 10 Feb 2003 11:41:50 -0500

Lars wrote:
>    3. Figure out a 'minimal' or 'primitive' subset of omp

Here would be my core set to get us started:
For parallel loops:
        #pragma omp parallel for

For parallel regions:
        #pragma omp parallel

That's all I think we need to start with. For the nonce, we can ignore all
the refinements and library functions, I think; to get started, lets just
try to parallelize code based on the core pragmas and default variable
scoping.

Some of the library routines might be useful, but I don't see them as
essential.

..Scott





reply via email to

[Prev in Thread] Current Thread [Next in Thread]