Skip to content

warn un-implemented GOMP/kmp functions

Wei Wu requested to merge omp_warning into master

Realm did not implement all GOMP and kmp functions, so application may run into problems when using the GOMP functions from the libgomp.so. So in this PR, we will add a stub functions for each un-implemented GOMP/kmp functions. When it is called, we will print a warning and dlopen the libgomp.so and call the original gomp function. Later, we can gradually finished un-implemented functions.

Merge request reports