淘宝官方店     推荐课程     在线工具     联系方式     关于我们  
 
 

微波射频仿真设计   Ansoft Designer 中文培训教程   |   HFSS视频培训教程套装

 

Agilent ADS 视频培训教程   |   CST微波工作室视频教程   |   AWR Microwave Office

          首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档


Ansoft Designer / Ansys Designer 在线帮助文档:


Windows HPC Integration >
   Supported HPC Software >
       Integration with Sun Grid Engine (SGE) >
           Example SGE qsub Command Lines               


Example SGE qsub Command Lines

All of the following examples show how to submit Linux Designer jobs on SGE, but similar command lines will work for all Ansoft products.

Serial job using command line:

qsub -b y /opt/Ansoft/designer7.0/designer7/designer -ng -BatchSolve _
~/projects/OptimTee.designer

• The -b y option indicates that Designer is launched directly from the command line, instead of using a script.

• No queue is specified, so the default queue will be used

Serial job with a hard runtime limit of 15 minutes:

qsub -b y -l h_rt=00:15:00 /opt/Ansoft/designer7.0/designer7/designer _
-ng -BatchSolve ~/projects/OptimTee.designer

• The -l h_rt=00:15:00 option indicates that this job has a "hard" runtime limit of 15 minutes.

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

qsub ~/sge/scripts/OptimTee.csh

• The -b y option is absent, so the script ~/sge/scripts/OptimTee.csh will be run when the job starts.

• The script file OptimTee.csh may contain SGE directives in addition to the command(s) to run. In this example, a directive with a hard runtime limit if 15 minutes is included in the script.

Script file contents:

#!/bin/csh

#$ -l h_rt=00:15:00

/opt/Ansoft/designer7.0/designer7/designer -ng -BatchSolve _
~/projects/OptimTee.designer

• The SGE directive #$ -l h_rt=00:15:00 is equivalent to including -l h_rt=00:15:00 on the qsub command line.

Distributed processing job using 4 engines:

qsub -b y -pe pe1 4 /opt/Ansoft/designer7.0/designer7/designer _
-ng -BatchSolve -Distributed ~/projects/OptimTee.designer

• The -b y option indicates that Designer is launched directly from the command line, instead of using a script.

• The -pe pe1 4 command_line option indicates that this is a parallel job running under the pe1 parallel environment, and that 4 cores or processors are allocated to this parallel job.

• The -Distributed option indicates that this is a DSO job, so that multiple engines will be started. Because 4 cores are allocated to the job, the job will run 4 engines.

 




HFSS视频教学培训教程 ADS2011视频培训教程 CST微波工作室教程 Ansoft Designer 教程

                HFSS视频教程                                      ADS视频教程                               CST视频教程                           Ansoft Designer 中文教程


 

      Copyright © 2006 - 2013   微波EDA网, All Rights Reserved    业务联系:mweda@163.com