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
60005e3b
Commit
60005e3b
authored
Jul 12, 2012
by
Gaurav Kukreja
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed average leaves/s in Parallel-Minimax-batch
parent
347d5874
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
player.cpp
mpi-assign5/Parallel-Minimax-batch/player.cpp
+1
-1
No files found.
mpi-assign5/Parallel-Minimax-batch/player.cpp
View file @
60005e3b
...
@@ -467,7 +467,7 @@ int main(int argc, char* argv[])
...
@@ -467,7 +467,7 @@ int main(int argc, char* argv[])
if
(
thread_rank
==
0
)
if
(
thread_rank
==
0
)
{
{
int
average
;
int
average
=
0
;
for
(
int
i
=
0
;
i
<
num_threads
;
i
++
)
{
for
(
int
i
=
0
;
i
<
num_threads
;
i
++
)
{
average
+=
avg_list
[
i
];
average
+=
avg_list
[
i
];
}
}
...
...
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