Closed
Description
Hi,
I want to use some of the supported runtime routines of OpenMP inside the enclave, for example omp_set_num_threads
. However, I noticed that although pthread.h
is included in the SDK (under include/tlibc), omp.h
is not, causing compilation to fail with
Enclave.cpp:35:10: fatal error: omp.h: No such file or directory
35 | #include <omp.h>
| ^~~~~~~
Why is omp.h
not included? Is there some easy workaround I am missing? Thanks!
Metadata
Metadata
Assignees
Labels
No labels