This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [gomp] Challenges in Implementing OpenMP
- From: Phil Edwards <phil at codesourcery dot com>
- To: Scott Robert Ladd <coyote at coyotegulch dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 13 Oct 2004 16:29:41 -0400
- Subject: Re: [gomp] Challenges in Implementing OpenMP
- References: <416D5F62.1040508@coyotegulch.com>
- Reply-to: gcc at gcc dot gnu dot org
On Wed, Oct 13, 2004 at 01:01:22PM -0400, Scott Robert Ladd wrote:
>
> Considered comments appreciated.
There's a huge collection of OpenMP threads containing considered and
not-so-considerd comments in the gcc@ archive. They should probably be
reviewed by all interested parties before repeating the same arguments.
Some of the issues have been dealt with, some still remain.
--
AI.cpp:33241: warning: You wrote 'neurons.merge(solution1, solution2)",
AI.cpp:33241: you probably MEANT "neurons->merge(solution1, solution2)",
AI.cpp:33241: but there is a MUCH better way to implement this whole
AI.cpp:33241: function; doing that instead.