Просмотр исходного кода

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
Родитель
Сommit
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.