TMB Documentation
v1.9.11
|
Configuration variables of a user template. More...
#include <config.hpp>
Public Attributes | |
bool | autopar |
Enable automatic parallization (if OpenMP is enabled) ? | |
int | nthreads |
Number of OpenMP threads to use (if OpenMP is enabled) | |
bool | atomic |
Trace construction of atomic functions. | |
bool | atomic_sparse_log_determinant |
Use atomic sparse log determinant (faster but limited order) ? | |
bool | instantly |
Always optimize just after tape creation. | |
bool | optimize |
Trace tape optimization. | |
bool | parallel |
Trace info from parallel for loops. More... | |
bool | sparse_hessian_compress |
Reduce memory of sparse hessian even if reducing speed ? | |
Configuration variables of a user template.
Configuration variables can either be set from R with config(..., DLL="mymodel") or from the user template after the include statement:
Definition at line 23 of file config.hpp.
bool config_struct::parallel |
Trace info from parallel for loops.
Enable parallel tape creation.
Allow optimize in parallel (memory consuming)
Definition at line 29 of file config.hpp.