Changes

Jump to: navigation, search

OpenMP Debugging in Visual Studio / Team Debug

32 bytes added, 11:35, 8 December 2017
m
Case A
{
// serial
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());
// set openMP
#pragma omp parallel
190
edits

Navigation menu