Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.4 Thread IDs
#include <stdio.h> #include <omp.h> int main(void) { printf("Thread id of this thread in sequential region, %d\n",omp_get_thread_num()); #pragma omp parallel printf("Thread id of this thread in parallel region, %d\n",omp_get_thread_num()); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
test
la wea afortunada
A_141124arrayRepetidos
this
a1
date diff sample
test
Hello, World
MATRICES DE CADENAS CON PUNTEROS
Array non repeated alphabets
Please log in to post a comment.