Skip to content

Commit

Permalink
fix installation of dlio_profiler_preload.
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Oct 7, 2023
1 parent 22cd3b3 commit 186c10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlio_profiler/dlio_profiler_py.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace dlio_profiler {
} else {
int * pid = nullptr;
if (process_id != -1)
*pid = process_id;
pid = &process_id;
dlio_profiler::Singleton<dlio_profiler::DLIOProfiler>::get_instance(true, false, log_file.c_str(), data_dirs.c_str(), pid);
}
}
Expand Down

0 comments on commit 186c10b

Please sign in to comment.