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
The liborpar example in ADOL-C/examples/additional_examples/openmp_exam often fails with an error message like:
ADOL-C error: forward sweep on tape 12 aborted!
Number of dependent(1) and/or independent(120) variables passed to forward is
inconsistent with number recorded on tape (1, 112)
terminate called after throwing an instance of 'FatalError'
what(): errorcode=-1 function=zos_forward file=./uni5_for.c line=1112 what=
Aborted
The
liborpar
example in ADOL-C/examples/additional_examples/openmp_exam often fails with an error message like:Running the example through ThreadSanitizer hints at data races in ADOL-C/src/tape_handling.cpp.
The following is an excerpt from the full log file for quick reference:
The text was updated successfully, but these errors were encountered: