Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1.3 Max threads
#include <stdio.h> #include <omp.h> int main(void) { printf("number of max threads in sequntial region, %d\n",omp_get_max_threads()); #pragma omp parallel printf("number of max threads in parallel region, %d\n",omp_get_max_threads()); return 0; }
run
|
edit
|
history
|
help
0
abc
FILE Access 2
cstructCensus
NOT a String in C - 2
Michael Bean's Spring 2017 Lab 3 v1
est
Adding sums of two 1-D arrays
Spring 2017 Lab 4 v0.5
X=2
if (strcmp(abb, "lol")==0 || strcmp(abb, "LOL")==0 || )