Skip to content

Commit 5e504d9

Browse files
committed
Fix location as it was changed in cmake file
1 parent ae6b051 commit 5e504d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/ompd-specific.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OMPD_FOREACH_SIZEOF(ompd_declare_sizeof)
2323
#undef ompd_declare_sizeof
2424

2525
const char * * ompd_dll_locations=NULL;
26-
const char * ompd_my_dll_locations[2] = {"libompd_intel.so",NULL};
26+
const char * ompd_my_dll_locations[2] = {"libompd.so",NULL};
2727
uint64_t ompd_state=0;
2828

2929
int ompd_rtl_version = 7;

0 commit comments

Comments
 (0)