| 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 | ||
|
10.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.) Step 1: Start the X-server on your desktop PC. Step 2: Get the IP address of your desktop machine. On argo-new, 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:
Step 4: Submit the runansys script to PBS for execution using the following command (replacing the xxxx with the compute node which you want to use):
|
||
| Running ANSYS without the GUI | ||
|
The following command script, call it batchansys, gives an example script that you would use to run your ANSYS job in batch mode:
Each of the lines in the script is explained:
To submit your script file to torque, enter:
The command assumes that you did not change the name of the PBS script. However, if you renamed your copy to some other name, then that name should be the operand to the qsub command. For example, if you renamed the script to myfile, then
The format of the above commands allow torque to decide on which of the compute nodes to run the job. If you want to use a particular node, then use the -l nodes= option. For example, if you want to run the job on argo16-4, then:
If you want to hardcode the execution node into the script, include the following line to ansys_script:
and then execute the script with the command:
DO NOT submit an ANSYS job using either one of the following formats:
|
||
| 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. |
||
| 2007-10-23 ACCC Systems Group |
|