Although you should always run analyses via the job scheduler, there are times when you may need to develop parts of it interactively at the command-line prompt. For instance, you may need to install some software, a few R packages, or run some quick tests on your new pipeline. Wynton provides development nodes dedicated for such short-term usages and that are configured similarly to the compute nodes.
To access a development node,
make sure you are logged in to the cluster, and
type ssh n6
and press ENTER.
From one of the login nodes, do:
[alice@cclc01 ~]$ ssh n6
[alice@n6 ~]$