Difference between revisions of "HPC:Main Page"

From HPC wiki
(Created page with "High Performance Computing at PennMedicine is supported by the Enterprise Research Applications (ERA) group within Penn Medicine Academic Computing Services (PMACS). Please se...")
 
Line 12: Line 12:
 
Currently, secure shell ([http://www.upenn.edu/computing/product/ SSH]) is the only supported method of connecting to the cluster.  The login machine name is consign.pmacs.upenn.edu  You should probably add "ServerKeepAliveInterval 60" to your SSH client's configuration.
 
Currently, secure shell ([http://www.upenn.edu/computing/product/ SSH]) is the only supported method of connecting to the cluster.  The login machine name is consign.pmacs.upenn.edu  You should probably add "ServerKeepAliveInterval 60" to your SSH client's configuration.
 
  After your account is created, you can connect using your PMACS credentials.
 
  After your account is created, you can connect using your PMACS credentials.
 +
 +
=== Guidelines ===
 +
Don't run compute-intensive tasks on the cluster head node (consign).  Use an interactive node (bsub -Is bash) instead.  Please read the man page for 'bsub' and the documentation linked below.

Revision as of 22:05, 18 November 2013

High Performance Computing at PennMedicine is supported by the Enterprise Research Applications (ERA) group within Penn Medicine Academic Computing Services (PMACS). Please send requests and report problems to Jason/Rikki/Anand

Accounts

For Account requests please contact Jason Hughes/Rikki Godshall or Anand Srinivasan

Other Pages

Connecting

Currently, secure shell (SSH) is the only supported method of connecting to the cluster. The login machine name is consign.pmacs.upenn.edu You should probably add "ServerKeepAliveInterval 60" to your SSH client's configuration.

After your account is created, you can connect using your PMACS credentials.

Guidelines

Don't run compute-intensive tasks on the cluster head node (consign). Use an interactive node (bsub -Is bash) instead. Please read the man page for 'bsub' and the documentation linked below.