bcvtb icon indicating copy to clipboard operation
bcvtb copied to clipboard

BCVTB kills simulation

Open tsnouidui opened this issue 9 years ago • 0 comments

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,

  1. 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.

tsnouidui avatar Apr 15 '16 16:04 tsnouidui