info specific to hood.math: Difference between revisions

From Fluids Wiki
Jump to navigation Jump to search
Line 13: Line 13:
== Software ==
== Software ==


* CentOS 6.7
* Hood currently runs [https://www.centos.org/ 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.)
* 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
* GCC 4.4.7 installed by default
* GCC 4.7.2 is also available, to use it, do '''one''' of the following:
<ol>
<li>Use SCL (Software Collection) to start a subshell with special environment, e.g.</li>
:<code> scl enable devtoolset-1.1 bash </code>
 
or if you prefer a CSH shell
 
:<code> scl enable devtoolset-1.1 csh </code>
<li>Set environment variables to refer to the optional versions, e.g.</li>
:<code> export CC=/opt/centos/devtoolset-1.1/root/usr/bin/gcc </code>
<li>Set your $PATH to find the optional commands first, e.g.</li>
:<code> export PATH=`showpath /opt/centos/devtoolset-1.1/root/usr/bin current` </code>
</ol>

Revision as of 13:06, 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

Software

  • Hood currently runs CentOS 6.7
  • Intel Parallel Studio XE 2015 development suite (icc, ifort, MKL, etc.)
  • GCC 4.4.7 installed by default
  • GCC 4.7.2 is also available, to use it, do one of the following:
  1. Use SCL (Software Collection) to start a subshell with special environment, e.g.
  2. scl enable devtoolset-1.1 bash
    or if you prefer a CSH shell
    scl enable devtoolset-1.1 csh
  3. Set environment variables to refer to the optional versions, e.g.
  4. export CC=/opt/centos/devtoolset-1.1/root/usr/bin/gcc
  5. Set your $PATH to find the optional commands first, e.g.
  6. export PATH=`showpath /opt/centos/devtoolset-1.1/root/usr/bin current`