Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

matlab -nojvm -nodisplay -r 'run(FILENAME)'

Make sure your Matlab code is wrapped in a function

Running GenOpt on linux servers (no GUI): java -classpath ${GENOPT}/genopt.jar genopt.GenOpt optLinux.ini

Where $GENOPT is the path to your GenOpt directory.

If you want a GUI run: java -jar ${GENOPT}/genopt.jar optLinux.ini

Scott B.