Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
supercomputer_lab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
supercomputer_lab
Commits
8a4015aa
Commit
8a4015aa
authored
Jul 12, 2012
by
Gaurav Kukreja
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary printf from pv-split-interactive
parent
683e2cd4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
162 additions
and
162 deletions
+162
-162
search-abid-pvsplit.cpp
mpi-assign5/pv-split-interative/search-abid-pvsplit.cpp
+162
-162
No files found.
mpi-assign5/pv-split-interative/search-abid-pvsplit.cpp
View file @
8a4015aa
...
@@ -49,6 +49,7 @@ void ABIDStrategy::searchBestMove()
...
@@ -49,6 +49,7 @@ void ABIDStrategy::searchBestMove()
}
}
currentValue
=
pv_split
(
alpha
,
beta
);
currentValue
=
pv_split
(
alpha
,
beta
);
if
(
_sc
&&
_sc
->
verbose
())
printf
(
"Subsearch finished with currentValue = %d
\n
"
,
currentValue
);
printf
(
"Subsearch finished with currentValue = %d
\n
"
,
currentValue
);
/* stop searching if a win position is found */
/* stop searching if a win position is found */
...
@@ -161,7 +162,6 @@ int ABIDStrategy::pv_split(int alpha0, int beta0)
...
@@ -161,7 +162,6 @@ int ABIDStrategy::pv_split(int alpha0, int beta0)
slave_input
.
depth
=
depth
+
1
;
slave_input
.
depth
=
depth
+
1
;
slave_input
.
currentMaxDepth
=
_currentMaxDepth
;
slave_input
.
currentMaxDepth
=
_currentMaxDepth
;
printf
(
"Thread 0 testing %d moves at depth = %d
\n
"
,
list
.
getLength
(),
depth
);
while
(
list
.
getNext
(
m
,
Move
::
none
)
)
while
(
list
.
getNext
(
m
,
Move
::
none
)
)
{
{
slave_input
.
move
=
m
;
slave_input
.
move
=
m
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment