1 2 3 4 5 6 7 8 9 10
/* { dg-set-target-env-var OMP_PLACES "sockets(1)" } */ #include <omp.h> int main () { omp_display_env (0); return 0; }