info specific to hood.math: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Administration == * hood.math is administered by MFCF * no root or sudo access for users * home directories on hood are served by NFS to winisk, kazan, and thelon == Hard...") |
m (→Hardware) |
||
Line 7: | Line 7: | ||
== Hardware == | == Hardware == | ||
* SuperMicro [ | * SuperMicro [https://www.supermicro.com/products/system/4U/8047/SYS-8047R-7JRFT.cfm 8047R-7JRFT] | ||
* | * Four Intel [http://ark.intel.com/products/64603/Intel-Xeon-Processor-E5-4640-20M-Cache-2_40-GHz-8_00-GTs-Intel-QPI Xeon E5-4640] 8-core 2.4 GHz CPUs (Sandy Bridge microarchitecture) | ||
* 256 | * 256 GiB RAM | ||
== Software == | == Software == |
Revision as of 12:35, 19 June 2016
Administration
- hood.math is administered by MFCF
- no root or sudo access for users
- home directories on hood are served by NFS to winisk, kazan, and thelon
Hardware
- SuperMicro 8047R-7JRFT
- Four Intel Xeon E5-4640 8-core 2.4 GHz CPUs (Sandy Bridge microarchitecture)
- 256 GiB RAM
Software
- CentOS 6.7
- gcc 4.4.7 etc. by default
- gcc 4.7.2 etc. optional. Do one of the following:
- use SCL (Software Collection) to start a subshell with special environment:
% scl enable devtoolset-1.1 bash or if you prefer a CSH shell % scl enable devtoolset-1.1 csh
- set environment variables to refer to the optional versions, e.g.
% export CC=/opt/centos/devtoolset-1.1/root/usr/bin/gcc
- set your $PATH to find the optional commands first, e.g.
% export PATH='showpath /opt/centos/devtoolset-1.1/root/usr/bin current`
- Intel Parallel Studio XE 2015 development suite (icc, ifort, MKL, etc.)
- many other packages are installed, either under /software or in system space by RPMs