Help
1. Runtime problems
If something goes wrong during the simulation, check the files utilSocket.log and utilClient.log. They contain log messages that may indicate the cause of the problem. If these files do not exist, go to the directory bcvtb/lib, open the file defines.h and add the line
#define NDEBUG
Then, from the directory bcvtb/lib compile the libraries using
make clean make
and rerun the simulation. Now the log files should be written to the directory from which you started the BCVTB.