= Overview = After you have downloaded the simulator client from the svn repository, you can run it using the following command structure. {{{ ./sEACer -c configurationfile.cfg }}} The format of the '''configurationfile.cfg''' is the focus of this wiki. This file specified by the -c argument establishes the simulation parameters and architecture for the run. = Format = == [sim] Simulator Block == '''dispatcher_machine:''' This is the computer that coordinates the worker computers that will be used for the simulation. The machine seac.cs.indiana.edu is dedicated to this purpose, but if you have setup a version of the simulator server locally, this would be the machine that is running the dispatcher process. '''dipatcher_port:''' Port exposed by the simulator's dispatcher. '''time_micro_step:''' The smallest unit of time that the simulator will simulate. '''time_step:''' This is the time between remote LLA updates. The simulator will simulate for a time period specified by time step at resolution time_micro_step. After each step, the remote LLA data is passed and the next step is run. '''time_simulation:''' Total time of the simulation. The simulator will step a total of time_simulation/time_step. '''sheet_xdim:''' Number of nodes across the conductive matrix. '''sheet_ydim:''' Number of nodes '''sheet_resistance:''' '''sheet_capacitance:''' '''sheet_inductance:'''' '''lla_logic_one:''' '''lla_logic_zero:''' == [Ex] EAC Block(s) ==