kaskr / adcomp

AD computation with Template Model Builder (TMB)
Other
176 stars 80 forks source link

Tracking Limit Error #84

Closed Njoselson closed 9 years ago

Njoselson commented 9 years ago

Trying to interpret the following error when compiling the .cpp in TMB:

wcrl2tmb.cpp:6:6: note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without wcrl2tmb.cpp: In member function 'Type objective_function::operator()() [with Type = CppAD::ADCppAD::AD]':

Is there a maximum size to the .cpp?

kaskr commented 9 years ago

No, have not seen this error before. Maybe something windows specific. Could you post an example that demonstrates the problem?

MonHansen commented 9 years ago

I think that in order to get this problem the .cpp has to be super large or have many variables. So I don’t know how practical this would be.