Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
'name1 name2' : multiple OpenMP directive names
Multiple directive names are not allowed.
The following sample generates C3002:
// C3002.c
// compile with: /openmp
int main()
{
#pragma omp parallel single // C3002
}