OpenMP Support #310
arnoldjames98
started this conversation in
General
Replies: 1 comment
-
Hi @arnoldjames98 -- yes this is all supported, please see https://docs.exaloop.io/codon/advanced/parallel#openmp-constructs for more info/examples. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to call functions like
omp_get_num_threads()
or include complier directives like#pragma omp critical
within Python scripts in complied with Codon? If so, are there any examples available online?Beta Was this translation helpful? Give feedback.
All reactions