We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7fdca commit d3ec512Copy full SHA for d3ec512
openmp/runtime/test/ompt/callback.h
@@ -1139,6 +1139,8 @@ int ompt_initialize(
1139
ompt_get_unique_id = (ompt_get_unique_id_t) lookup("ompt_get_unique_id");
1140
ompt_finalize_tool = (ompt_finalize_tool_t)lookup("ompt_finalize_tool");
1141
1142
+ ompt_get_unique_id();
1143
+
1144
ompt_get_num_procs = (ompt_get_num_procs_t) lookup("ompt_get_num_procs");
1145
ompt_get_num_places = (ompt_get_num_places_t) lookup("ompt_get_num_places");
1146
ompt_get_place_proc_ids = (ompt_get_place_proc_ids_t) lookup("ompt_get_place_proc_ids");
0 commit comments