To be able to run EnergyPlus simulations remotely you need to do the following:
C:\EnergyPlusV7-2-0\
, create a new text file named runJESSclient.bat
in that folderrunJESSclient.bat
(right click on the file name, and select edit), and paste in the following line: java -jar "C:\EnergyPlusV7-2-0\JESS_Client_v1.3 build 5"\JESS_Client.jar -cfg "C:\EnergyPlusV7-2-0\JESS_Client_v1.3 build 5"\client.cfg -log "C:\EnergyPlusV7-2-0\JESS_Client_v1.3 build 5"\log4j.cfg -job ./ -type STD_SINGLE_JOB -output ./
runJESSclient.bat
. If you are on a Mac or your EnergyPlus v7.2 is installed elsewhere, please adjust the paths accordinglyC:\EnergyPlusV7-2-0\runJESSclient.bat
in the EnergyPlus Engine sectionNow if you run simulation within OpenStudio plugin, the simulation job will be sent to the DMU cluster.