You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing with #pragma omp parallel for ADOLC_OPENMP_NC it gives me Segmentation fault (core dumped) , no problem with function() or zos_forward() and fos_reverse() .
Thanks for your patience.
OS: Ubuntu 19.10
Adol-C version: tested with v2.7.2
The text was updated successfully, but these errors were encountered:
I have problems parallelizing some part of code with OpenMP.
This is an example:
When executing with
#pragma omp parallel for ADOLC_OPENMP_NC
it gives meSegmentation fault (core dumped)
, no problem withfunction()
orzos_forward()
andfos_reverse()
.Thanks for your patience.
OS: Ubuntu 19.10
Adol-C version: tested with v2.7.2
The text was updated successfully, but these errors were encountered: