Cluster Ucentral Hpclab
From hpcwiki
Manuelas de configuración cluster Hplab
Configuration
Testing
- ...
Software & Libraries
In node 3 Installed gcc:
yum install gcc
yum install gcc-c++.x86_64
Installed gfortran:
yum install gcc-gfortran
Installed automake and autoconf:
yum install automake
yum install fftw
yum install fftw-devel.x86_64
Install fftw3 from sources since the package is not available in yum:
wget ftp://ftp.fftw.org/pub/fftw/fftw-3.3.5.tar.gz
tar -xzvf fftw-3.3.5.tar.gz
cd fftw-3.3.5
./configure --with-g77-wrappers --enable-mpi --enable-float --enable-single F77=mpif77
make
make install
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 scalapack-openmpi-devel.x86_64
yum install libtool.x86_64