Skip to content

Commit

Permalink
put TEST_GPUID in Makefile.config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdonahue committed Apr 2, 2014
1 parent 9b09f59 commit 654d811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# The makefile for caffe. Extremely hacky.
PROJECT := caffe
TEST_GPUID := 0

include Makefile.config

Expand Down
3 changes: 3 additions & 0 deletions Makefile.config.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 654d811

Please sign in to comment.