Skip to content

Commit 9400a08

Browse files
committed
Vista UG: access section, added link to Amit's paper
1 parent f986afa commit 9400a08

File tree

5 files changed

+50
-2
lines changed

5 files changed

+50
-2
lines changed

docs/hpc/vista.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Vista User Guide
2-
*Last update: July 9, 2025*
2+
*Last update: August 13, 2025*
33

44
## Notices { #notices }
55

@@ -48,6 +48,9 @@ Each top rack shelf switch in all racks connects to sixteen core switches via du
4848
!!!tip
4949
See NVIDIA'S <a href="https://docs.nvidia.com/grace-perf-tuning-guide/index.html">Grace Performance Tuning Guide</a> for very detailed information on the Grace system..
5050

51+
!!!info
52+
See TACC's [Performance Analysis of Scientific Applications on an NVIDIA Grace System](https://doi.org/10.1109/SCW63240.2024.00078)
53+
5154

5255
### Grace Grace Compute Nodes { #system-gg }
5356

@@ -846,6 +849,7 @@ TACC Consulting operates from 8am to 5pm CST, Monday through Friday, except for
846849

847850
* [NVIDIA Grace Performance Tuning Guide](https://docs.nvidia.com/grace-perf-tuning-guide/index.html)
848851
* [NVIDIA Performance Libraries Documentation](https://docs.nvidia.com/nvpl/)
852+
* [Performance Analysis of Scientific Applications on an NVIDIA Grace System](https://ieeexplore-ieee-org.ezproxy.lib.utexas.edu/document/10820760)
849853

850854

851855
[CREATETICKET]: https://tacc.utexas.edu/about/help/ "Create Support Ticket"

docs/hpc/vista/access.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## Accessing the System { #access }
2+
3+
Access to all TACC systems requires Multi-Factor Authentication (MFA). You can create an MFA pairing under "Manage Account" in the TACC Portal. See [Multi-Factor Authentication at TACC][TACCMFA] for further information.
4+
5+
!!! important
6+
You will be able to log on to Vista **only if** you have an allocation on Vista, otherwise your password will be rejected.
7+
Monitor your projects &amp; allocations the via the [TACC Portal](https://tacc.utexas.edu/portal/projects).
8+
9+
### Secure Shell (SSH) { #access-ssh }
10+
11+
The `ssh` command (Secure Shell, or SSH protocol) is the standard way to connect to Vista and initiate a login session. SSH also includes support for the UNIX file transfer utilities `scp` and `sftp`. These commands are available within Linux and the Terminal application within Mac OS. If you are using Windows, you will need a modern terminal application such as [Windows Terminal](https://apps.microsoft.com/detail/9N0DX20HK701?hl=en-US&gl=US), [MobaXterm](https://mobaxterm.mobatek.net/) or [Cyberduck](https://cyberduck.io/download/).
12+
13+
Initiate an SSH session using the `ssh` command or the equivalent:
14+
15+
localhost$ ssh taccusername@vista.tacc.utexas.edu
16+
17+
The above command will rotate connections across all available login nodes and route your connection to the next available node.
18+
19+
!!! important
20+
Vista's login nodes are a *shared resource*. See TACC's [Good Conduct Policy][TACCGOODCONDUCT] for more information.
21+
22+
23+
To connect to a specific login node, use its full domain name:
24+
25+
localhost$ ssh taccusername@login2.vista.tacc.utexas.edu
26+
27+
To connect with X11 support on Vista (usually required for applications with graphical user interfaces), use the `-X` or `-Y` option:
28+
29+
localhost$ ssh -X taccusername@vista.tacc.utexas.edu
30+
31+
Use your TACC portal password for direct logins to TACC resources. You can change or reset your TACC password via the [TACC Portal][TACCUSERPORTAL] under "Manage Account". To report a connection problem, execute the `ssh` command with the `-vvv` option and include this command's verbose output when submitting a help ticket.
32+
33+
Do not run the `ssh-keygen` command on Vista. This command will create and configure a key pair that will interfere with the execution of job scripts in the batch system. If you do this by mistake, you can recover by renaming or deleting the `.ssh` directory located in your home directory; the system will automatically generate a new pair for you when you next log into Vista.
34+
35+
1. execute `mv .ssh dot.ssh.old`
36+
1. log out
37+
1. log into Vista again
38+
39+
After logging in again, the system will generate a properly configured key SSH pair.
40+

docs/hpc/vista/notices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Vista User Guide
2-
*Last update: July 9, 2025*
2+
*Last update: August 13, 2025*
33

44
## Notices { #notices }
55

docs/hpc/vista/refs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
* [NVIDIA Grace Performance Tuning Guide](https://docs.nvidia.com/grace-perf-tuning-guide/index.html)
44
* [NVIDIA Performance Libraries Documentation](https://docs.nvidia.com/nvpl/)
5+
* [Performance Analysis of Scientific Applications on an NVIDIA Grace System](https://ieeexplore-ieee-org.ezproxy.lib.utexas.edu/document/10820760)
56

67

docs/hpc/vista/system.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Each top rack shelf switch in all racks connects to sixteen core switches via du
1515
!!!tip
1616
See NVIDIA'S <a href="https://docs.nvidia.com/grace-perf-tuning-guide/index.html">Grace Performance Tuning Guide</a> for very detailed information on the Grace system..
1717

18+
!!!info
19+
See TACC's [Performance Analysis of Scientific Applications on an NVIDIA Grace System](https://doi.org/10.1109/SCW63240.2024.00078)
20+
1821

1922
### Grace Grace Compute Nodes { #system-gg }
2023

0 commit comments

Comments
 (0)