Run Code
|
API
|
Code Wall
|
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
bit wise operation
B_141202_CADENA_NUMERO
Pozdravljeni v mali soli C.
Project 3 Part 1 v0.5
Valor fuera del intervalo
C_141204_ConcatenarCadenas
SortedMerge
A_141211_Tartaglia
bitwise operations
Ordered Openmp