From GridLAB-D Wiki
Jump to: navigation, search

The force_compile global variable is used to force the runtime class compiler to rebuild the executable for each class every time GridLAB-D is run.

Normally, GridLAB-D only rebuilds the implementation file if one of the source files that defines it has changed since the last time the executable was built. However, there are cases when this automatic process does not work correctly or cannot detect changes in include files.

GLM

#set force_compile=1

Command line

host% gridlabd -D force_compile=1

See also