These changes added debug and info logging messages in the executor script. Also they added a reporter.
This means that the terminal will look like:
================================================================================
Starting Two-way DEM PBM simulation
================================================================================
ok
create pilot manager ok
create unit manager ok
submit 1 pilot(s)
. ok
add 1 pilot(s) ok
--------------------------------------------------------------------------------
Starting DEM simulation
submit 1 unit(s)
. ok
wait for 1 unit(s)
+ ok
submit 1 unit(s)
. ok
wait for 1 unit(s)
+ ok
--------------------------------------------------------------------------------
Canceling DEM simulation
wait for 1 unit(s)
- ok
--------------------------------------------------------------------------------
Starting PBM simulation
submit 1 unit(s)
. ok
wait for 1 unit(s)
+ ok
submit 1 unit(s)
. ok
wait for 1 unit(s)
+
================================================================================
Simulations Finished.
================================================================================
close unit manager ok
close pilot manager ok
The purpose of this pull request is two fold.
To make sure that bugs which are fixed in devel are not being reintroduced
These changes added debug and info logging messages in the executor script. Also they added a reporter. This means that the terminal will look like:
The purpose of this pull request is two fold.