Files
gnatcoll-bindings/omp/README.md
Arnaud Charlet d04601a9db S802-002 New component: OMP
Add new component that provides APIs on top of OpenMP
Add sorting API compatible with Ada.Containers.Vectors and
Ada.Containers.Generic_Array_Sort.

Change-Id: Iccb7f66cce599a10bc5c2cad21ebff0241314922
2019-10-17 16:44:20 +02:00

432 B

The GNAT Components Collection (GNATCOLL) - OMP

This is the OpenMP component of the GNAT Components Collection.

It provides parallel implementations of Ada APIs (e.g. sorting) using the OpenMP library.

Dependencies

This component requires the following external components, that should be available on your system:

  • gprbuild
  • gnatcoll-core
  • libgomp (part of GCC)