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 what went wrong. If these files do not exist, go to the directory bcvtb/lib, open the file defines.h and make sure you have a line
#define NDEBUG
Then, 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.