blob: 138e16298d53b68507a2eb9486708c9309e179b8 [file] [log] [blame]
#include <omp.h>
#include <stdlib.h>
int
main ()
{
if (omp_get_initial_device () != omp_get_num_devices ())
abort ();
return 0;
}