HPC how to guid

From GersteinInfo

(Difference between revisions)
Jump to: navigation, search
(Created page with 'This page gives advice on how to most efficiently use the high performance computing resources here at Yale. == Software == To obviate the need for every one to install there …')
Line 6: Line 6:
-
== How to===
+
== How to==
Below we provide instructions on how to accomplish basic tasks.  
Below we provide instructions on how to accomplish basic tasks.  
= how to use screen=
= how to use screen=
GNU screen is a terminal multiplexer. It allows you to start a shell session in a terminal that you can connect to simultaneously from multiple login sessions and persists on the server even when you’re not logged in. For example, from your laptop you can log into the cluster, start a screen session, and fire off a long-running program that prints output to the display.
GNU screen is a terminal multiplexer. It allows you to start a shell session in a terminal that you can connect to simultaneously from multiple login sessions and persists on the server even when you’re not logged in. For example, from your laptop you can log into the cluster, start a screen session, and fire off a long-running program that prints output to the display.

Revision as of 00:21, 5 February 2014

This page gives advice on how to most efficiently use the high performance computing resources here at Yale.


Software

To obviate the need for every one to install there own copy of a popular program, we have created a list of software available on each cluster HPC software.


How to

Below we provide instructions on how to accomplish basic tasks.

how to use screen

GNU screen is a terminal multiplexer. It allows you to start a shell session in a terminal that you can connect to simultaneously from multiple login sessions and persists on the server even when you’re not logged in. For example, from your laptop you can log into the cluster, start a screen session, and fire off a long-running program that prints output to the display.

Personal tools