tuse install instead of cp - cuda-memscrub - scrubs the global device memory of CUDA GPUs
(HTM) git clone git://src.adamsgaard.dk/cuda-memscrub
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 88c63f23bbd6bf41d1b23fc834fd7d6be4610656
(DIR) parent c03a79352dbcded5abf65e3144f7615c448afa95
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 14 Aug 2014 09:11:16 +0200
use install instead of cp
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -10,7 +10,7 @@ $(BIN): $(SRC)
install: $(INSTALLPATH)/$(BIN)
$(INSTALLPATH)/$(BIN): $(BIN)
- cp $^ $@
+ install $^ $@
memcheck: $(BIN)
cuda-memcheck ./$<;