微波EDA網(wǎng)-關(guān)于我們 微波EDA網(wǎng)-出版的圖書(shū)專著 微波EDA網(wǎng)培訓(xùn)課程列表 射頻工程師養(yǎng)成培訓(xùn)學(xué)習(xí)教程
  • 1
  • 2
  • 3
  • 4

Integration with PBS (Portable Batch System) Professional from Altair Engineering

The PBS Pro scheduler is only supported on Linux. Jobs may be submitted in any of the following ways [unchanged from R14]:

• Using PBS commands (qsub, etc.) or the PBS gui (xpbs)

Ansoft software has been tested with the following version of PBS Pro:

• PBS Pro 10.1.0.91350

Submitting Ansoft PBS Batch Jobs

The PBS qsub command may be used to submit Ansoft batch jobs. The typical command format is:

qsub qsub_args script

where:

• qsub_args are the options of the qsub command,

• script is the pathname of the job script.

The job script is a shell script containing the Ansoft batch command or commands to be run. If a batch command line contains any characters that are special to the shell running the script, then these special characters should be quoted, as needed. The job script may also contain PBS directives on lines before the first executable line of the script. Any qsub options on the command line will take precedence over the PBS directives in the job script.

When a PBS batch job is started, the job script runs as the job user in a new shell. In this shell environment, the path must include the directory containing the PBS commands. You should ensure that the path set in the shell startup script, i.e., .cshrc, .profile, .bashrc, etc. includes the directory containing the PBS commands.

Serial PBS Batch Jobs

In the PBS documentation, serial batch jobs are also called single-node jobs. In general, any job submitted without specifying the -l nodes=value command line argument, will run as a serial or single-node job.

See the section on Monitoring Ansoft PBS Batch Jobs for options that can facilitate monitoring of Ansoft batch jobs.

Parallel PBS Batch Jobs

In the PBS documentation, parallel batch jobs are also called multi-node jobs. When an Ansoft batch job is run as an PBS parallel job, the PBS scheduler will select the hosts for the distributed analysis job based on the qsub command line arguments, the PBS resource directives from the job script, and the status of the hosts when the job is run. The desktop process will be started on one of these hosts. The desktop process will obtain the list of hosts allocated to the job from the PBS scheduler, and start analysis processes on these hosts, as needed, using the PBS scheduler facilities. To run a PBS parallel job, the job must be submitted with a -l nodes=value qsub command line argument or with a -l nodes=value PBS directive in the job script.

See the section on Monitoring Ansoft PBS Batch Jobs for options that can facilitate monitoring of Ansoft batch jobs.

Related Topics

Monitoring Ansoft PBS Batch Jobs

Example PBS qsub Command Lines

Example PBS qsub Command Lines

What a Scheduler Does