Description
1. Complete the final version of the Circuit Satisfiability code talked in
class and test its performance on Alamode Lab using 1, 2, …, 16
processes with one MPI process per core.
2.
2
1
0
1
0
2
1 ( 0.5)
4
*
1
lim
1
4
n i
dx
x
n
i
n
. Write a parallel program to
calculate π assuming
10
n 10 . Compare your calculated π
with
3.1415926535897932384626
and report the difference. Test the
performance of your code on Alamode Lab using 1, 2, …, 16
processes with one MPI process per core.
Note that, in syllabus, we emphasize for ALL homework assignments:
“Please make sure that your programs are properly documented and
indented. Provide instructions on how to run your programs, give
example runs, and analyze your results.” Please test your code on
Alamode Lab.