mirror of https://github.com/BOINC/boinc.git
parent
1e9d3530b4
commit
c2c52eba79
|
@ -7926,3 +7926,8 @@ David 18 Sept 2009
|
|||
fix-repository-20040202
|
||||
nightly-tarball
|
||||
install-sh
|
||||
|
||||
David 21 Sept 2009
|
||||
- Unix build fix
|
||||
|
||||
configure.ac
|
||||
|
|
|
@ -7,6 +7,7 @@ AC_PREREQ(2.58)
|
|||
|
||||
dnl Set the BOINC version here. You can also use the set-version script.
|
||||
AC_INIT(BOINC, 6.11.0)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
|
||||
AC_SUBST([LIBBOINC_VERSION])
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ const char* CONFIG_FILE = "config.xml";
|
|||
|
||||
SCHED_CONFIG config;
|
||||
|
||||
const int MAX_NCPUS = 8;
|
||||
const int MAX_NCPUS = 16;
|
||||
// max multiplier for daily_result_quota.
|
||||
// need to change as multicore processors expand
|
||||
|
||||
|
|
Loading…
Reference in New Issue