AMSC 662 / CMSC 662 Fall 2013
Frequently Asked Questions for Homework 3
Some reminders and advice for Matlab programmers programming in C:
Question:
09/29/13
How can I time the parallel code?
Answer:
Use the instructions in omp_timing.c
10-05-13
Error discovered:
The prototype for the function should say "int nthread" instead
of "double* nthread. Sorry for the mistake.
Answer:
Question:
Answer: