浏览代码

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 年之前
父节点
当前提交
b3ac23f8d6
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      configure.ac

+ 3 - 3
configure.ac

@@ -1,6 +1,6 @@
 # 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) 2011  Télécom-SudParis
 # Copyright (C) 2011, 2012, 2014  Institut National de Recherche en Informatique et Automatique
@@ -1613,8 +1613,8 @@ if test x$maxnodes = x0 ; then
 	else
 		# We have one memory node shared by all CPU workers, one node per GPU
 		# and per MIC device
-		# we add nodes to use 4 memory disks
-		nodes=5
+		# we add nodes to use 3 memory disks
+		nodes=4
 		if test x$enable_cuda = xyes ; then
 			# we could have used nmaxcudadev + 1, but this would certainly give an
 			# odd number.