Personal tools

Difference between revisions of "Cluster Ucentral Hpclab"

From hpcwiki

Jump to: navigation, search
(Software & Libraries)
(Software & Libraries)
Line 26: Line 26:
 
Install fftw3 from sources since the package is not available in yum:
 
Install fftw3 from sources since the package is not available in yum:
  
Created a directory for software: /root/Documents/Software
+
wget ftp://mirror.switch.ch/pool/4/mirror/centos/6.8/os/x86_64/Packages/fftw-3.2.1-3.1.el6.x86_64.rpm
  
Inside, the installation instructions can be found in the file ''Install-fftw3''
+
rpm -ivh fftw-3.2.1-3.1.el6.x86_64.rpm
 +
 
 +
wget ftp://mirror.switch.ch/pool/4/mirror/centos/6.8/os/x86_64/Packages/fftw-devel-3.2.1-3.1.el6.x86_64.rpm
 +
 
 +
rpm -ivh fftw-devel-3.2.1-3.1.el6.x86_64.rpm
  
 
* [[MPI]]
 
* [[MPI]]
Line 40: Line 44:
 
*[[netcdf]]
 
*[[netcdf]]
  
In the same directory as for fftw3, the instructions can be found in ''Install-netcdf''
+
The installation instructions can be found in ''Install-netcdf'' at /root/Software/
  
 
*[[scalapack]]
 
*[[scalapack]]

Revision as of 14:00, 6 September 2016

Manuelas de configuración cluster Hplab

Configuration

Testing

  • ...

Software & Libraries

In node 3 Installed gcc:

yum install gcc

Installed gfortran:

yum install gcc-gfortran

Installed automake and autoconf:

yum install automake

Install fftw3 from sources since the package is not available in yum:

wget ftp://mirror.switch.ch/pool/4/mirror/centos/6.8/os/x86_64/Packages/fftw-3.2.1-3.1.el6.x86_64.rpm

rpm -ivh fftw-3.2.1-3.1.el6.x86_64.rpm

wget ftp://mirror.switch.ch/pool/4/mirror/centos/6.8/os/x86_64/Packages/fftw-devel-3.2.1-3.1.el6.x86_64.rpm

rpm -ivh fftw-devel-3.2.1-3.1.el6.x86_64.rpm

Installing openmpi:

yum install openmpi-1.10.x86_64

yum install openmpi-1.10-devel.x86_64

The installation instructions can be found in Install-netcdf at /root/Software/

scalapack-openmpi.x86_64 : ScaLAPACK libraries compiled against openmpi

yum install scalapack-openmpi.x86_64

yum install libtool.x86_64