public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Mohamed Atef <mohamedatef1698@gmail.com>
To: gcc-patches@gcc.gnu.org, Martin Jambor <mjambor@suse.cz>,
	jakub@redhat.com, tobias@codesourcery.com
Subject: Re: [PATCH] libgomp : OMPD implementation
Date: Thu, 10 Mar 2022 19:51:12 +0200	[thread overview]
Message-ID: <CAPFh8NKuswSk1WymNPUDSjvw8GPzKY+cqqxv0AypD414=CPymg@mail.gmail.com> (raw)
In-Reply-To: <CAPFh8NKMhtyFbdDMoUDxuXt-B1AsWn2RSPafUcezXB4WuB0cFA@mail.gmail.com>

Hi all,
  We remind you of this patch.

Thanks

Mohamed

في الأربعاء، ١٦ فبراير، ٢٠٢٢ ١١:٠٤ م Mohamed Atef <mohamedatef1698@gmail.com>
كتب:

> Sorry I forgot to uncomment 2 lines,
> here's the Patch Again.
>
> Thanks
> Mohamed
>
> On Wed, Feb 16, 2022 at 10:54 PM Mohamed Atef <mohamedatef1698@gmail.com>
> wrote:
>
>> HI,
>>     I am sorry that the previous patch was buggy.
>> This patch contains the header files and source files of functions that
>> are specified in OpenMP Application ProgrammingInterface book from sections
>> (5.1, 5.2, 5.3, 5.4, 5.5.1, 5.5.2) the functions are tested using the gdb
>> plugin and the results are correct.
>> Please Review this Patch and reply to us.
>>
>> 2022-02-16  Mohamed Atef  <mohamedatef1698@gmail.com>
>>
>>         * Makefile.am (toolexeclib_LTLIBRARIES): Add libgompd.la.
>>         (libgompd_la_LDFLAGS, libgompd_la_DEPENDENCIES, libgompd_la_LINK,
>>         libgompd_la_SOURCES, libgompd_version_dep,
>> libgompd_version_script,
>>         libgompd.ver-sun, libgompd.ver, libgompd_version_info): Defined.
>>         * Makefile.in: Regenerate.
>>         * aclocal.m4: Regenerate.
>>         * config/darwin/plugin-suffix.h: Removed ().
>>         * config/hpux/plugin-suffix.h: Removed ().
>>         * config/posix/plugin-suffix.h: Removed ().
>>         * configure: Regenerate.
>>         * env.c: (#include "ompd-support.h") : Added.
>>         (initialize_env) : Call ompd_load().
>>         * parallel.c:(#include "ompd-support.h"): Added.
>>         (GOMP_parallel) : Call ompd_bp_parallel_begin and
>> ompd_bp_parallel_end.
>>         * libgomp.map: Add OMP_5.0.3 symobl versions.
>>         * libgompd.map: New file.
>>         * omp-tools.h.in : New file.
>>         * omp-types.h.in : New file.
>>         * ompd-support.h : New file.
>>         * ompd-support.c : New file.
>>         * ompd-helper.h : New file.
>>         * ompd-helper.c: New file.
>>         * ompd-init.c: New file.
>>         * testsuite/Makfile.in: Regenerate.
>>
>>
>>
>>

  reply	other threads:[~2022-03-10 17:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-16 20:54 Mohamed Atef
2022-02-16 21:04 ` Mohamed Atef
2022-03-10 17:51   ` Mohamed Atef [this message]
2022-03-14 16:22   ` Jakub Jelinek
2022-03-15  0:21     ` Mohamed Atef
2022-03-15  2:33       ` Mohamed Atef

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPFh8NKuswSk1WymNPUDSjvw8GPzKY+cqqxv0AypD414=CPymg@mail.gmail.com' \
    --to=mohamedatef1698@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=mjambor@suse.cz \
    --cc=tobias@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).