> For the complete documentation index, see [llms.txt](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/readme/installation/installation-test-for-ansys.md).

# Installation Test for Ansys

Run the Install Test files to ensure DANTE was installed properly. Please follow the following steps.

* Launch ANSYS Workbench, click ***File-->Open***, navigate to the *Ansys\_Link\Install\_Test*, and open the archived file. **Save the Ansys workbench file to a designated working directory**.

<figure><img src="/files/V87tHjVIYazNvgzLXyvY" alt=""><figcaption></figcaption></figure>

* **Double Click** or Right Click and Edit to open the *Transient Thermal* model.

<figure><img src="/files/zwyOInK8AGcNcDW1GgdI" alt=""><figcaption></figcaption></figure>

* Activate the **Thermal** Model setting under DANTE, and Click \*\*\*Finalize Model Settings".

<figure><img src="/files/3zd4RM9fd8Kf7ZzDDe4t" alt=""><figcaption></figcaption></figure>

**NOTE**: To execute the Install Test models, the Finalize Model Settings object from the DANTE ACT must be added to each model. This ensures all the required DANTE files are generated in the working directory. The models will not run if Finalize Model Settings is not added.

* Right click **Solution** and submit the job.

<figure><img src="/files/hcl2Y6aT3YzN0uFVMX3s" alt=""><figcaption></figcaption></figure>

**Troubleshooting Hints for DANTE FEA linking to Ansys:**

1. Make sure license is installed correctly. Check the value assigned to “\*LICENSELOC” in the DCTRLA.CTL file, and make sure “@” is used at the beginning of the server name, and “;” is used at the end of the server name. “@localhost;” can be used if the job is running on the server. In some cases, the port number before the “@server name” is required.
2. Check if “ANS\_USER\_PATH” system variable is setup correctly.
3. Check and make sure the directory running jobs has no space or special character, and “write” permission is granted from the administrator.
4. DANTE version 6.3 supports “Distributed” analysis. It is recommended to use distributed parallel analysis by checking "Distributed" before submitting a job from Ansys/Mechanical. If "Distributed" is unchecked, the intel mpi (impi.dll) should be installed and the path should be set correctly to call DANTE user subroutines.

<figure><img src="/files/tRn4uCpNTkuHfZMqbgA8" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/readme/installation/installation-test-for-ansys.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
