History log of /barrelfish-master/lib/bomp/omp.c
Revision Date Author Comments
# 605257ad 29-Dec-2014 Reto Achermann <acreto@student.ethz.ch>

BOMP: bugfix to match the new lock types


# d85d072f 21-Sep-2014 Reto Achermann <acreto@student.ethz.ch>

libbomp: setting num threads workaround until the ICVs are fully
implemented


# 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


# 85a1addc 04-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

libbomp: merging of xomp as additional backend

+ added argument to the init function
+ adapted existing code with the new interface
+ added k1om spinlock adaptation


# 9299dcef 08-Jul-2011 Stefan Kästle <stefan.kaestle@inf.ethz.ch>

Initial version of public stable barrelfish repository.