Examples not working?

Development / Prototyping #

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 HPC provides development nodes dedicated for such short-term usages and that are configured similarly to the compute nodes.

List of Development Nodes #

  • dev1.wynton.ucsf.edu
  • dev2.wynton.ucsf.edu
  • dev3.wynton.ucsf.edu
  • gpudev1.wynton.ucsf.edu

The following development nodes are available to PHI users:

  • pdev1.wynton.ucsf.edu
  • pgpudev1.wynton.ucsf.edu

Instructions #

To access one of the development node, say, dev1.wynton.ucsf.edu,

  1. make sure you are logged in to the cluster, and

  2. type ssh dev1.wynton.ucsf.edu and press ENTER.

Example #

From one of the login nodes, do:

[alice@log1 ~]$ ssh dev1.wynton.ucsf.edu
alice1@dev1:s password: XXXXXXXXXXXXXXXXXXX
[alice@dev1 ~]$