History log of /barrelfish-master/usr/tests/xomptest/processing.c
Revision Date Author Comments
# d9b646e1 19-Aug-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

x86_64: make all targets compile

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


# 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>


# 3deffbab 27-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

bomp: make use of default core stride if not set.


# 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


# 7638f71a 11-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

libbomp: bugfix in number of created threads

the number of created workers were not correct, since we have to count
the master thread aswell. Further a bug reduced the number of workers in
every loop iteration and raised an exception.

adapted the test utility to provide a C++ main.


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

XOMP test domain update.


# 3fe2d361 03-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

libxomp: added initial implementation.

Spawning of clients on the Xeon Phi.
Creating a Flounder channel between the Master and the Workers
Basic xomp.if