summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNi Kang <[email protected]>2021-10-27 14:24:46 -0400
committerNi Kang <[email protected]>2021-10-27 14:24:46 -0400
commitb1bb39ee3fad1e689bd0842dca71dc652dd9a30e (patch)
tree05cc8eaa7cfd746d7712b2139c0326097a4ffe4e
parent84c4f46fb78b529ab2447d7a676f5b3ac2d9c05f (diff)
Updated the manual
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9bb8916..3e8dc30 100644
--- a/README.md
+++ b/README.md
@@ -268,7 +268,7 @@ To run Pytorch applications with the simulator, install the modified Pytorch lib
## Step 3: Run
-Before we run, we need to make sure the application's executable file is dynamically linked to CUDA runtime library. This can be done during compilation of your program by introducing the nvcc flag "--cudart shared" in makefile (quotes should be excluded).
+Before we run, we need to make sure the application's executable file is dynamically linked to CUDA runtime library. This can be done during compilation of your program by introducing the nvcc flag "-lcudart" in makefile (quotes should be excluded).
To confirm the same, type the follwoing command: