Add a testcase that checks wheter the runtime can handle an ompt_start_tool method that returns NULL indicating that no tool shall be loaded.
The tool_available testcase was moved in a separate folder due to file conflicts.
Paths
| Differential D41904
[OMPT] Add tool_not_available testcase ClosedPublic Authored by sconvent on Jan 10 2018, 5:32 AM.
Details Summary Add a testcase that checks wheter the runtime can handle an ompt_start_tool method that returns NULL indicating that no tool shall be loaded. The tool_available testcase was moved in a separate folder due to file conflicts.
Diff Detail
Event TimelineComment Actions Hmm, can we also somehow test that the runtime continues searching for a tool in that case? For example having OMP_TOOL_LIBRARIES with a tool that has no ompt_start_tool, one that returns NULL and a final one that does activate OMPT? Comment Actions
I submitted D42166 for that. This revision is now accepted and ready to land.Feb 6 2018, 11:08 AM Closed by commit rL324587: [OMPT] Add tool_not_available testcase (authored by jprotze). · Explain WhyFeb 8 2018, 2:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 133384 openmp/trunk/runtime/test/ompt/loadtool/tool_available.c
openmp/trunk/runtime/test/ompt/loadtool/tool_available/tool_available.c
openmp/trunk/runtime/test/ompt/loadtool/tool_not_available/tool_not_available.c
|