History log of /barrelfish-master/lib/bomp/include/xomp_debug.h
Revision Date Author Comments
# ec88fdf7 19-Sep-2014 Reto Achermann <acreto@student.ethz.ch>

libxomp: new benchmarking functionality


# 30f7d2a7 31-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

libbomp: bugfixes and gateway domain

several bugfixes in libbomp (xomp backend)
added gatway role to worker domains which acts as a memory distributor
to speed up memory sharing / replication.


# aa41235f 21-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

libbomp: added DMA based replication.


# 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