Skip to content

Commit

Permalink
Fix for Test for exaudfclient
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Dec 4, 2024
1 parent 2568a7f commit 4fc60cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exaudfclient/exaudfclient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void set_SWIGVM_params(SWIGVM_params_t* p);
#endif

int main(int argc, char **argv) {
const std::string origLdLibraryPath(::getenv("LD_LIBRARY_PATH"))
const std::string origLdLibraryPath(::getenv("LD_LIBRARY_PATH"));
const std::string newLdLibraryPath = std::string("/opt/conda/cuda-compat/:") + origLdLibraryPath;
::setenv("LD_LIBRARY_PATH", newLdLibraryPath.c_str());
#ifndef UDF_PLUGIN_CLIENT
Expand Down

0 comments on commit 4fc60cf

Please sign in to comment.