cluster:other_software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| cluster:other_software [2018/10/01 18:17] – created mcloughlin | cluster:other_software [2024/11/11 20:43] (current) – removed mcloughlin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Other Software ====== | ||
| - | The cluster computers run Linux with the following setup (and commands to check for changes) | ||
| - | |||
| - | ===== Operating System ===== | ||
| - | Running CentOS. On econ1-5 it is release 5.11 (Final) (Linux kernel version 2.6.18-371.3.1.el5) 64 bit (x86_64). On econ0,6-18 it is 6.6 | ||
| - | < | ||
| - | cat /etc/issue | ||
| - | uname -a | ||
| - | </ | ||
| - | |||
| - | ===== Compiler ===== | ||
| - | gcc v4.1.2 20080704 | ||
| - | < | ||
| - | gcc --version | ||
| - | </ | ||
| - | |||
| - | ===== MPI ===== | ||
| - | mpich3.1 and openmpi v1.8 are installed (mpich2 v1.2.1p1 is also installed) | ||
| - | < | ||
| - | rpm -qid mpich | ||
| - | rpm -qid openmpi | ||
| - | </ | ||
| - | |||
| - | ===== OpenOffice 3 ===== | ||
| - | |||
| - | Openoffice (free office software like Microsoft Office) is installed. Type '' | ||
| - | |||
| - | ===== Browser =====. | ||
| - | econ0-5 have Firefox. This requires X-forwarding (so the GUI shows up on your home machine). This might have a significant lag so you can also try the text-only browser elinks. This can be much faster if all you want to do is download large files to the cluster. | ||
| - | |||
| - | ===== Text Editors ===== | ||
| - | ==== Nano ==== | ||
| - | [[http:// | ||
| - | < | ||
| - | $ nano [file name] | ||
| - | </ | ||
| - | Note that nano may automatically wrap long lines (unless started with < | ||
| - | |||
| - | ==== GEdit ==== | ||
| - | [[https:// | ||
| - | < | ||
| - | $ gedit [file name] | ||
| - | </ | ||
| - | |||
| - | ==== EMacs ==== | ||
| - | [[http:// | ||
| - | < | ||
| - | $ emacs | ||
| - | </ | ||
| - | |||
| - | To edit a file, use: | ||
| - | < | ||
| - | $ emacs [file name] | ||
| - | </ | ||
| - | |||
| - | You can find an interactive emacs tutorial by typing | ||
| - | < | ||
| - | |||
| - | To quit, type | ||
| - | < | ||
| - | (Control+h together, then Control-c together). | ||
| - | |||
| - | ==== Vim ==== | ||
| - | You can run [http:// | ||
| - | < | ||
| - | $ vim | ||
| - | </ | ||
| - | |||
| - | Upon starting Vim, you will be in ' | ||
| - | |||
| - | |||
| - | |||
| - | ==User-space programs== | ||
| - | You can in general install program that are stored completely in your user directory and don't require " | ||
| - | *In general, you should be able to run " | ||
| - | * [[R]] and [[Stata]] packages will automatically be installed in your user-space when you use normal install commands. | ||
| - | *Python packages: You can install them into your user scheme. Installing packages is easiest with python2.7. Example: | ||
| - | | ||
cluster/other_software.1538417839.txt.gz · Last modified: 2018/10/01 18:17 (external edit)
