parallel-runtimes / lomp

Little OpenMP Library
Apache License 2.0
153 stars 17 forks source link

Refactor User-level API Entrypoints #50

Open mjklemm opened 2 years ago

mjklemm commented 2 years ago

Similar to the soon-to-be-merged Fortran interface files, we should refactor the user-level API entrypoints (functions/routines omp_*) and move them from entrypoints.cc to their own source file. This would nicely separate the compiler-generated entrypoints and the user-level ones.