Difference between revisions of "Available Software"
(Created page with "There is a lot of software available on the IBERS HPC machine. If something is not available, please contact your systems administrator. '''File Editing Software''' Since yo...") |
(No difference)
|
Revision as of 09:27, 5 April 2012
There is a lot of software available on the IBERS HPC machine. If something is not available, please contact your systems administrator.
File Editing Software
Since you will be accessing the HPC machine via the command line, you do not usually have access to a graphical interface. Therefore a command line editor is very useful. You can use this to write software, edit workflows or even write documents.
nano - A very simple lightweight file editor. Very simple to use. [1]
vi - A standard UNIX editor available on most systems. This is quite complex to use, but once mastered it is very useful. [2]