8 lines
75 B
C
8 lines
75 B
C
#include <omp.h>
|
|
int main()
|
|
{
|
|
#ifndef _OPENMP
|
|
breaks_on_purpose
|
|
#endif
|
|
}
|