Skip to content

BCVTB kills simulation #15

@tsnouidui

Description

@tsnouidui

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions