Browse Source

Reduce the number of disks to 3, thus lowering default number of nodes when cuda and opencl are both enabled to 16.

Samuel Thibault 10 years ago
parent
commit
b3ac23f8d6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      configure.ac

+ 3 - 3
configure.ac

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 #
-# Copyright (C) 2009-2014  Université de Bordeaux
+# Copyright (C) 2009-2015  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
 # Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
 # Copyright (C) 2011  Télécom-SudParis
 # Copyright (C) 2011  Télécom-SudParis
 # Copyright (C) 2011, 2012, 2014  Institut National de Recherche en Informatique et Automatique
 # Copyright (C) 2011, 2012, 2014  Institut National de Recherche en Informatique et Automatique
@@ -1613,8 +1613,8 @@ if test x$maxnodes = x0 ; then
 	else
 	else
 		# We have one memory node shared by all CPU workers, one node per GPU
 		# We have one memory node shared by all CPU workers, one node per GPU
 		# and per MIC device
 		# and per MIC device
-		# we add nodes to use 4 memory disks
+		# we add nodes to use 3 memory disks
-		nodes=5
+		nodes=4
 		if test x$enable_cuda = xyes ; then
 		if test x$enable_cuda = xyes ; then
 			# we could have used nmaxcudadev + 1, but this would certainly give an
 			# we could have used nmaxcudadev + 1, but this would certainly give an
 			# odd number.
 			# odd number.