From 654d8114ed5f7526e2c1755e54cbff224341170c Mon Sep 17 00:00:00 2001 From: Jeff Donahue Date: Sat, 29 Mar 2014 17:46:39 -0700 Subject: [PATCH] put TEST_GPUID in Makefile.config --- Makefile | 1 - Makefile.config.example | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acef07d6..a432c871 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ # The makefile for caffe. Extremely hacky. PROJECT := caffe -TEST_GPUID := 0 include Makefile.config diff --git a/Makefile.config.example b/Makefile.config.example index e747d2a7..09aea6f9 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -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 -- 2.34.1