Simple GUI written in Python to run EnergyPlus simulations on a HTCondor pool using a simple csv file as input.
The program works but some more development is planned. Here are a few ideas:
- Use the HTCondor Python bindings instead of having to create a *.job file for each individual job
- Add a visualation tab to be able to show the results of the
condor_status
andcondor_q
command
- Create a csv file similar to JobTemplate.csv present on the repo (keep the headers)
- Run HTCondor-EnergyPlus.py
- Select your csv file
- Click on the Submit button to submit your job(s) to your HTCondor pool
- Click on Delete to delete the *.job and *.bat file(s)