We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation General Mechanical How to submit the job in cluster without using GUI to run LS-OPT Reply To: How to submit the job in cluster without using GUI to run LS-OPT

igandiko
Ansys Employee

The command to run ls-opt in batch mode is, 

/path_to_lsopt_installation_directory/lsopt project_file.lsopt 

The above command is same as running "normal run" using GUI. Therefore, to submit ls-opt process to cluster, create a script and use above batch mode command. This script will run ls-opt process in batch mode and then ls-opt will run ls-dyna jobs on cluster using ls-dyna script that you already have. 

Note that ls-opt process will run on only one node/core, whereas ls-dyna jobs submitted by ls-opt can run on multiple cores. 

Â