We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6b051 commit 5e504d9Copy full SHA for 5e504d9
runtime/src/ompd-specific.cpp
@@ -23,7 +23,7 @@ OMPD_FOREACH_SIZEOF(ompd_declare_sizeof)
23
#undef ompd_declare_sizeof
24
25
const char * * ompd_dll_locations=NULL;
26
-const char * ompd_my_dll_locations[2] = {"libompd_intel.so",NULL};
+const char * ompd_my_dll_locations[2] = {"libompd.so",NULL};
27
uint64_t ompd_state=0;
28
29
int ompd_rtl_version = 7;
0 commit comments