> For the complete documentation index, see [llms.txt](https://usdrcg.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usdrcg.gitbook.io/docs/practice/about-legacy/fortran.md).

# Modules

## At-A-Glance

| Item         | Information                                   |
| ------------ | --------------------------------------------- |
| Description  | Utility to load and manage apps and versions. |
| Dependencies |                                               |

## User Guide

USD's HPC has lots of available software and it isn't possible to keep all of them in every user's path all of the time. If you need access to a piece of software that is installed on the HPC, you can use the environment module utility to make the software available to you.

First, you can list the available modules by typing`module avail`

You can also check to see the modules that are already loaded:`module list`

To load a module, use the load command, followed by the name of the module:`module load <module_name>`

Finally, if you're having trouble finding the correct module, you can search the names of the available modules by typing:`module key <search_term>`


---

# 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:

```
GET https://usdrcg.gitbook.io/docs/practice/about-legacy/fortran.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
