From 213d2642f42fba8fa05a88c38d03e6474b3fcc8f Mon Sep 17 00:00:00 2001 From: mutsuki Date: Fri, 6 May 2022 23:12:37 +0900 Subject: [PATCH] Fix `LD_PRELOAD` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de03b5f..e8d408d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ make install 3. Set an environmental variable ``` -export LD_PRELOAD=/path/to/install/CULiP/lib/libculip_cublas.so +export LD_PRELOAD=/path/to/install/CULiP/lib/libculip_cublas.so:$LD_PRELOAD ``` 4. Execute the application