190
edits
Changes
m
printf("current using num of thread is %d \n", omp_get_num_threads()); printf("usable num of thread is %d \n", omp_get_max_threads());
→Case A
{
// serial
// set openMP
#pragma omp parallel