ROCm / rocprofiler

ROC profiler library. Profiling with perf-counters and derived metrics.
https://rocm.docs.amd.com/projects/rocprofiler/en/latest/
Other
119 stars 45 forks source link

fix overwriting of LD_LIBRARY_PATH; instead, prepend to old path #4

Closed rwvo closed 4 years ago

rwvo commented 5 years ago

rpl_run.sh sets LD_LIBRARY_PATH, but in doing so, clears out any old content of LD_LIBRARY_PATH, causing issues with profiling applications that depend on LD_LIBRARY_PATH. This pull requests fixes that by instead of overwriting LD_LIBRARY_PATH with new values, prepending the new values to any existing LD_LIBRARY_PATH.