unit_users
Locate every Fortran routine that uses a given unit number, with the file each targets. Filter by open, read, or write operations for precise source analysis.
Instructions
Routines using a Fortran unit number, and the file each use targets. Optionally filter by operation. Exhaustive, not truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | Optional: open, read, or write | |
| unit | Yes | Unit number, e.g. 107 |