Spec

Tube is a 34-processor cluster, owned by Dr. Beal and administered by CSE, available to members of his group for algorithm prototyping. Each node has 2GB ram, 80GB hd, and dual core 3.2GHz Intel Xeon processors. underground.cse.buffalo.edu is the head-node, accessible only via ssh. Matlab is available with the Distributed Computing Toolbox.

Current state

This page and its information refreshes every 2 minutes:

Time last updated:  Thu Dec 21 12:12:01 EST 2006

bank          up  19+12:50,     0 users,  load 0.00, 0.00, 0.00
belsizepark   up  19+12:51,     0 users,  load 0.11, 0.04, 0.00
bethnalgreen  up  19+12:51,     0 users,  load 0.00, 0.00, 0.00
camdentown    up  19+12:47,     0 users,  load 0.00, 0.00, 0.00
chalkfarm     up  19+12:50,     0 users,  load 0.00, 0.00, 0.00
charingcross  up  19+12:51,     0 users,  load 0.00, 0.00, 0.00
embankment    up  19+12:50,     0 users,  load 0.00, 0.00, 0.00
euston        up  19+12:51,     0 users,  load 0.00, 0.00, 0.00
highgate      up  19+12:51,     0 users,  load 0.00, 0.00, 0.00
holborn       up  19+12:50,     0 users,  load 0.00, 0.00, 0.00
hollowayroad  up  19+12:50,     0 users,  load 0.00, 0.00, 0.00
kingscross    up  19+12:51,     0 users,  load 0.02, 0.02, 0.00
mileend       up  19+12:50,     0 users,  load 0.00, 0.00, 0.00
russellsquar  up  19+12:50,     0 users,  load 0.00, 0.00, 0.00
underground   up  19+12:50,     0 users,  load 0.00, 0.01, 0.00
victoria    down 102+08:50
woodsideparkdown 102+08:51
                                    TOTAL load 0.13, 0.07, 0.00

Underground users currently: 
Matlab licenses used by    : juanli sm288 juanli sm288

MATLAB_Distrib_Comp_Engine: 28/32
MATLAB: 2/5
Distrib_Computing_Toolbox: 2/5

Software

  • Matlab:
  • R:
  • Distributed Computing Toolbox examples:
    1. To appear soon.
  • Using unix's screen utility
    1. To appear soon.
  • Setting up ssh keys to move between nodes fast
    1. Visit http://www.arches.uga.edu/~pkeck/ssh/ for how to manage public keys.
    2. Visit http://www.gentoo.org/proj/en/keychain/ for how to install ssh-agent / keychain.
    3. Including the following line in your .tcshrc may be useful to push public keys around:
      alias pushpubkey 'cat ~/.ssh/id_dsa.pub | ssh \!:1 sh -c "cat - >> ~/.ssh/authorized_keys2"'