This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: OpenMP implementation
- To: Ariel Gonzalez <gonzalez_ariel at yahoo dot com dot ar>
- Subject: Re: OpenMP implementation
- From: Zack Weinberg <zack at codesourcery dot com>
- Date: Tue, 18 Sep 2001 10:24:58 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <20010918160659.53669.qmail@web14506.mail.yahoo.com>
On Tue, Sep 18, 2001 at 01:06:59PM -0300, Ariel Gonzalez wrote:
> People,
>
> I am about to start my master thesis in Computer
> Sciences at the University of Buenos Aires, and I've
> been thinking about implementing the OpenMP standard
> (www.openmp.org) for the Fortran compiler. I'd like to
> know what u think about this, hear suggestions, and of
> course, make sure that no related work is already
> going on...
Suggest you contribute to the g95 project (see
http://g95.sourceforge.net) rather than attempting to
make improvements to the existing fortran compiler,
which is slated to be replaced by g95.
I'm sure OpenMP support for g95 would be welcomed.
zw