LSF Version 7.3 - Using Platform LSF HPC

Allows users to specify a specific host to run the job on.
Allows users to specify which queue they desire instead of the default.
Allows users to specify a specific architecture for their job.
Submitting jobs through the ANSYS command-line
Submitting a command line job requires extra parameters to run correctly through LSF.
bsub -R ansys [
bsub_options
] ansys_command -b -p
productvar
<
input_name
>&
output_name
-R
Run the job on hosts with the Boolean resource ansys configured
bsub_options
Regular options to bsub that specify the job parameters
ansys_command
The ANSYS executable to be executed on the host (for example, ansys57)
-b
Run the job in ANSYS batch mode
-p productvar
ANSYS product to use with the job
<input_name
ANSYS input file. (You can also use the bsub -i option.)
>&output_name
ANSYS output file. (You can also use the bsub -o option.)