Skip to content

Commit

Permalink
Test for exaudfclient
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben committed Dec 4, 2024
1 parent a504ca2 commit 2568a7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions exaudfclient/exaudfclient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ 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 newLdLibraryPath = std::string("/opt/conda/cuda-compat/:") + origLdLibraryPath;
::setenv("LD_LIBRARY_PATH", newLdLibraryPath.c_str());
#ifndef UDF_PLUGIN_CLIENT
#ifdef CUSTOM_LIBEXAUDFLIB_PATH
std::string libexaudflibPath = string(CUSTOM_LIBEXAUDFLIB_PATH);
Expand Down

0 comments on commit 2568a7f

Please sign in to comment.