Skip to content

Commit

Permalink
Change the number of threads to 16.
Browse files Browse the repository at this point in the history
Change the number of threads to 16 in the PBS DBM solver script.
  • Loading branch information
shlomif committed May 27, 2012
1 parent f0cf84c commit 64346f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
DEALS_DUMPS = \$(patsubst %,%.dump,\$(DEALS))
DEALS_BOARDS = \$(patsubst %,%.board,\$(DEALS))
THREADS = 12
THREADS = 16
CFLAGS = -O3 -march=native -fomit-frame-pointer $more_cflags -DFCS_DBM_WITHOUT_CACHES=1 -DFCS_DBM_USE_LIBAVL=1 -DFCS_LIBAVL_STORE_WHOLE_KEYS=1 -DFCS_DBM_RECORD_POINTER_REPR=1 -I. -I./libavl
MODULES = @modules
Expand Down

0 comments on commit 64346f1

Please sign in to comment.