accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
298 stars 116 forks source link

Fix semi-colon issue separating CUDA_INJECTION64_PATH and LD_PRELOAD #240

Closed cesar-avalos3 closed 1 year ago

cesar-avalos3 commented 1 year ago

Fix issue with CUDA_INJECTION64PATH not being properly set before running python applications as binaries. The issue was an improper usage of "**;_**", setting CUDA_INJECTION64_PATH for a blank statement.

JRPan commented 1 year ago

LOL. That was my fault.