Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
to upper case string
Spring 2017 Project 2 v.05
swap_talent.c
3.1.3 Quick sort, Merge sort
A_141205_CADENAS
Why &(a+1) is not allowed
A141107_Potencia
Fallo matriz
14th Feb Project
prime numbers using functions
Please log in to post a comment.