You've already forked gnatcoll-bindings
mirror of
https://github.com/AdaCore/gnatcoll-bindings.git
synced 2026-02-12 12:59:11 -08:00
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
432 B
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)