bcvtb
bcvtb copied to clipboard
BCVTB kills simulation
Original reporter: tsnouidui
If the bcvtb runs with the -run flag then it kills the process at final time. If it runs with the -console flag, it waits until the simulation returns.
To reproduce,
- add the lines sleep 5 echo "myTest" > myTest.txt to the end of runenergyplus.sh (but above the exit $RETVAL command).
Then, run cd examples/ePlus60-actuator java -jar ../../bin/BCVTB.jar system.xml -run This will not create the file myTest.txt. If the flag -console is used, the file will be created. Hence, with -run, the BCVTB may kill the simulation.