| ACADEMIC COMPUTING and COMMUNICATIONS CENTER | |||||||||
ANSYS | ||
| To use ANSYS | ||
|
ANSYS must ALWAYS be run using torque. There are two ANSYS modes available to you:
In both cases you start ANSYS using the qsub command. |
||
| Version | ||
|
12.0 |
||
| Profile Changes | ||
|
None. |
||
| Running ANSYS interactively (using the launcher) | ||
|
You desktop PC will act as the X-server for the ANSYS launcher. Exceed is the ACCC-supported X-server package. (See section titled ANSYS and Exceed for setting options.). However, you are not required to use Exceed; there are other Window-based X-server packages that will work just as nicely. Step 1: Start the X-server on your desktop PC. ![]() ![]() Step 2: Get the IP address of your desktop machine. On argo, enter the following command, replacing xxxxx with your netid:
Step 3: Create a script like the following script (name it whatever you want; in the example, it is named runansys), replacing the xxx.xxx.xxx.xxx with the IP address that you acquired following the commands given in step two: #!/bin/bash Step 4: Submit your script for execution
Examples::
qsub -V -l nodes=1 -q student_medium runansys
qsub -V -l nodes=1 -q staff runansys Instead of including the number of nodes and the queue on the qsub statement, you may identify them in the script. For example:
#PBS -l nodes=1 #PBS -q student_short export DISPLAY=128.248.5.192:0 /usr/local/bin/xansys As a result, the format of the submit statement should be amended to just:
In fact, you may place the -V option in the script: #! /bin/bash #PBS -l nodes=1 #PBS -q student_short #PBS -V export DISPLAY=128.248.5.192:0 /usr/local/bin/xansys As a result, the qsub statement is now: qsub runansys IMPORTANT POINT
-l nodes=3 -l nodes=4 ....
-l nodes=2:ppn=3 -l nodes=2:ppn=4 -l nodes=3:ppn=2 .... ![]() |
||
| Running ANSYS without the GUI | ||
| This section is being updated. | ||
| ANSYS and Exceed | ||
|
If you run ANSYS through Hummingbird, Communications Ltd.'s Exceed product, ANSYS Inc. recommends that you adjust the Window Manager settings in order for the online help system to work properly. The setting varies depending on the version of Exceed you are running. Note that changing this setting may affect other applications that you run through Exceed; please check with your system administrator before making any changes.
|
||
| Additional Help | ||
|
None. |
||
| 2009-10-29 ACCC Systems Group |
|