From GridLAB-D Wiki
Jump to: navigation, search

The show_progress global variable is used to control the ongoing progress reports while the simulation is running. When the value of the variable show_progress is 0 or FALSE, progress updates are not output. When the value is 1 or TRUE, progress update are output.

GLM

#set show_progress=0

Command line

host% gridlabd -D show_progress=0

See also