Matlab Toolbox for running EnergyPlus simulations in the cloud.
- Clone or download the github repository to you local computer.
- Open Matlab and navigate to the main folder.
- In mlepAwsInit.m add the path to your credentials file and private key-pair file. Save the mlepAwsInit.m.
- Run mlepAwsInit.m.
- This will save your settings in a global variable.
- Add the necessary jar files to your Matlab dynamic java path.
- Save the necessary folder in your Matlab path.
- In Matlab, open the parallel cluster profile manager and set the profile to local. Edit the local profile to have as many workers as you would need.
- In the Matlab command line:
- matlabpool open 6
- Go to the Example folder.
- Run initInstances.m Change the numOfInst variable according to your needs.
- Run runAWSsimple.m