gomp-discuss
[Top][All Lists]
Advanced

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

Re: [Gomp-discuss] GOMP Requirements v1.1


From: Ross Towle
Subject: Re: [Gomp-discuss] GOMP Requirements v1.1
Date: Thu, 11 Nov 2004 11:36:18 -0800

Under the Effects section is:
      in some cases, how code is reorganized depends on the threading
model in use

I have a problem with this statement and its implications.

I very strongly believe that the outlined parallel region/work-sharing
region and the OpenMP runtime support routines called from the user
program should be EXACTLY the same no matter what threading model is
used.  If the runtime support routines are modeled after the OpenMP
spec model then  the threading model only affects how the support
routine is implimented.  To me, supporting multiple thread models and
multiple targets is much easier by modifying the guts of the runtime
support routines than the changes to be made in the compiler.

-Ross




reply via email to

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