Skip to content

Commit

Permalink
modified to set NCPUS > 1 to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmuHS committed Jan 12, 2019
1 parent f65ff0f commit 5bceb7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configfrag.ac
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ mach_ncpus=2
AC_DEFINE_UNQUOTED([NCPUS], [$mach_ncpus], [number of CPUs])
[if [ $mach_ncpus -gt 1 ]; then]
AC_DEFINE([MULTIPROCESSOR], [1], [set things up for a multiprocessor])
AC_DEFINE_UNQUOTED([NCPUS], [256], [number of CPUs])

[fi]

# Restartable Atomic Sequences to get a really fast test-n-set. Can't be
Expand Down

0 comments on commit 5bceb7f

Please sign in to comment.