Example GE qsub Command Lines

All of the following examples show how to submit Linux Maxwell jobs on GE, but similar command lines will work for other Ansys Electromagnetics products.

Serial job using command line:

qsub -b y /AnsysEM/v242/ansysedt -ng -BatchSolve
~/projects/OptimTee.aedt

Serial job with a hard runtime limit of 15 minutes:

qsub -b y -l h_rt=00:15:00 /opt/AnsysEM/v242/ansysedt
-ng -BatchSolve ~/projects/OptimTee.aedt

Serial job using a script, with a runtime limit specified in the script:

qsub ~/sge/scripts/OptimTee.csh

Script file contents:

#!/bin/csh

#$ -l h_rt=00:15:00

/opt/AnsysEM/v242/ansysedt -ng -BatchSolve
~/projects/OptimTee.aedt

Distributed processing job using 4 engines:

qsub -b y -pe pe1 4 /opt/AnsysEM/v242/ansysedt
-ng -BatchSolve -Distributed -machinelist num=4 ~/projects/OptimTee.aedt

Related Topics 

Integration with Grid Engine (GE)

Monitoring Ansys Electromagnetics GE Batch Jobs

Ansys Electromagnetics Desktop -monitor Command Line Option for GE

Recommended Practices for GE Clusters

Issue with qrsh (GE)

Issue with MainWin Core Services for GE