Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.6 Set No. of Threads
#include <stdio.h> #include <omp.h> int main(void) { omp_set_num_threads(5); #pragma omp parallel printf("Hello, world! %d\n",omp_get_num_threads ()); return 0; }
run
|
edit
|
history
|
help
0
150116_PrimoFactorial
poist
json string formatter
hello world
Command Expressions in Gnu C
Function practice
bitmask shift
time conversion1
150115_EsMatrizOrdenada
Valor fuera del intervalo