put TEST_GPUID in Makefile.config
authorJeff Donahue <jeff.donahue@gmail.com>
Sun, 30 Mar 2014 00:46:39 +0000 (17:46 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Wed, 2 Apr 2014 17:58:49 +0000 (10:58 -0700)
Makefile
Makefile.config.example

index acef07d..a432c87 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,5 @@
 # The makefile for caffe. Extremely hacky.
 PROJECT := caffe
-TEST_GPUID := 0
 
 include Makefile.config
 
index e747d2a..09aea6f 100644 (file)
@@ -48,3 +48,6 @@ DISTRIBUTE_DIR := distribute
 
 # uncomment for debugging
 #DEBUG := 1
+
+# The ID of the GPU that 'make runtest' will use to run unit tests.
+TEST_GPUID := 0