Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OMPT Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenMPTools
OMPT Examples
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
2
dev
master
default
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
25
Nov
24
Sep
17
Aug
14
Jun
7
5
4
10
May
26
Apr
25
21
14
Nov
14
Sep
8
6
4
31
Aug
30
fix comment in make.template
dev
dev
add nullptr checks for example2 for the lookup of probably unimplemented functions
add 'RUN_PREFIX' var. to make.template and make run targets to enable usage of different libomp.so
Updating code and slides for latest LLVM implementation of OMPT
master
master
Skip example 5 in bootstrap
Fix example 4 to use the right source file
change field name of my_ompt_data from own to id to to make usage clearer
fix the double free errors in example4-counter
deactivate the defaulting in make.template of the c compilers
add a gitignore file
readd initialization.c in example4 so that include problems do not occur
itegrate in bootstrap.sh the donwload of multiplex header and add option to specify clang version
Removed submodule OMPT_Multiplex since its temporarily get by wget and later within LLVM
initialize also the client data with 'none' in the allocation and initialization of own data in example 4 counter
use new include name for ompt 'omp-tools.h' instead of 'ompt.h'
complete updating example4 callback.c
update example 4 callback.c
add minor changes to example3 makefile and example 2 callback.c
update example 4 makefile
update example 4 initialization.h and delete redundant initialization.c+
update include of ompt-muliplex.h in makefile of example 3
update example 2 so that counter is not allocated anymore as a global array instead with calloc in ompt_init
conclude updating example2 to make it according to ompt api 5.1 (esp. add more case distinctionsfor counter) and clang-format example2
clang-format example1
update example2 to make it according to ompt api 5.1 (especially naming)
remove submodule 'LLVM-openmp' and 'OMPDebugTool'
update example1 initialization.h by considering compliance to the OMP standart and some code makeovers
update bootstrap.sh by deleting unnecessary installments and considering LLVM as not necessarily given within the project folder
Update to OMPT TR6 as in LLVM/openmp
Update to latest Multiplex
Added slides
Fix some issues, update to latest submodule versions
Add lrt for sampling library.
Fifth example: sampling tool
Finish forth example, improve output of Init-tool
Forth example: Multiplex with reuse of own data-blob
Third example: Multiplex, cleanup makefiles, add external runtime, bootstrap
Second example: register callbacks, get inquiry functions
First example: tool initialization, linking
Loading