History log of /barrelfish-master/lib/bomp/backends/bomp_shared.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 8f1a278a 23-Feb-2015 Simon Gerber <simon.gerber@inf.ethz.ch>

T65: properly implement x-core thread creation.

Signed-off-by: Simon Gerber <simon.gerber@inf.ethz.ch>


# 051a3f97 18-Dec-2014 Reto Achermann <reto.achermann@inf.ethz.ch>

removing resource join calls in bomb init


# b58bd270 08-Dec-2014 Reto Achermann <reto.achermann@inf.ethz.ch>

libbomp: bugfix removed assertion NYI


# 3a40dd56 10-Nov-2014 Simon Gerber <simon.gerber@inf.ethz.ch>

Fixed bomp ft benchmark.


# ec88fdf7 19-Sep-2014 Reto Achermann <acreto@student.ethz.ch>

libxomp: new benchmarking functionality


# 373136dc 20-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

towards more functionality in bomp library


# c64c5dfc 15-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

libbomp: merged xomp and bomp together and refactoration

There may be a use case where the bomp and xomp library are used
together i.e. we have a linker conflict and not the proper functions are
called.

Refactoration: instead of global variables there is a single state
pointer which can be exchanged depending on the backend to be used.
Further function pointers in this state ensure that the correct
functions are called.

added more sub functions for GCC pragma function calls.

moved omp.h into the global include directory.

merged: bomp_init with bomp_span_domain