mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
11 lines
128 B
C
11 lines
128 B
C
|
/* { dg-set-target-env-var OMP_PLACES "ll_caches(1)" } */
|
||
|
|
||
|
#include <omp.h>
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
omp_display_env (0);
|
||
|
return 0;
|
||
|
}
|