Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/hpc/02_connecting_to_hpc/01_connecting_to_hpc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This page gives an overview of connecting to the HPC cluster, for a tutorial on
There are several ways to interact with the Torch HPC cluster. Similar to other Linux clusters, the most common method of connection is via a Command Line Interface (CLI). A CLI is a program that allows you to create and delete files, run programs, and navigate through directories and files via a typed prompt. On Mac, the built-in CLI application is called Terminal. While Windows 11 machines support a Linux Subsystem, which allows for similar functionality, a popular tool used to connect to a Linux server is a free application called [MoabXterm](https://mobaxterm.mobatek.net/documentation.html)

:::tip
If you'd prefer to access the HPC cluster via a web gateway instead, please refer to [the section describing Open OnDemand (OOD)](../09_ood/01_ood_intro.md).
If you'd prefer to access the HPC cluster via a web gateway instead, please refer to [the section describing Open OnDemand (OOD)](../09_ood/01_ood_intro.mdx).
:::

The following sections will outline basic ways to connect to the Torch cluster. Access to the clusters is primarily handled via the Secure Shell Protocol, or ssh. Below we outline ways to connect via ssh on Mac, Linux, and Windows machines.
Expand Down
2 changes: 1 addition & 1 deletion docs/hpc/03_storage/02_data_transfers.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The Globus endpoint for Torch is available at `nyu#torch`. Detailed instructions
rclone - rsync for cloud storage, is a command line program to sync files and directories to and from cloud storage systems such as Google Drive, Amazon Drive, S3, B2 etc. rclone is available on DTNs. [Please see the documentation for how to use it.](https://rclone.org/)

### Open OnDemand (OOD)
One can use [Open OnDemand (OOD)](../09_ood/01_ood_intro.md) interface to upload data.
One can use [Open OnDemand (OOD)](../09_ood/01_ood_intro.mdx) interface to upload data.
:::warning
Please only use OOD for small data transfers! Please use Data-Transfer Nodes (DTNs) for moving large data.
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ GUI based applications are accessible without the need for port or X11 forwardin

## Troubleshooting

:::warning[VPN necessary to access OOD]
You must be on the NYU VPN to be able to access the Open On Demand gateway! For instructions on setting up NYU VPN, please see [this page](https://www.nyu.edu/life/information-technology/infrastructure/network-services/vpn.html).
:::

### Connections to Open OnDemand

A common issue that can occur is receiving an error that the Open OnDemand page cannot be reached. Sometimes this can indicate that the service is down, but often this is an issue with the the local browser cache. You can test this by opening a private browser window and seeing if https://ood.torch.hpc.nyu.edu will load. If it does, try deleting the cache for https://ood.torch.hpc.nyu.edu in your browser history to resolve this issue.
Expand Down
Loading