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 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 > > * 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. > > > >