1

Topic: Improving performance in oofem-1.7

In the last release of oofem (ver 1.7) the DEBUG preprocessor variable has been defined, causing slower (includes bound checked array access) execution even in release version. If you use oofem just for computations, deactivating DEBUG variable (by commenting out corresponding line in oofemlib/src/debug.h) and recompiling oofem (make clean, make oofem-release) will give significantly faster execution.