Personal tools

Difference between revisions of "Cluster Ucentral Hpclab"

From hpcwiki

Jump to: navigation, search
(In node 3)
(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: ~/Documents/Software
+
Created a directory for software: /root/Documents/Software
  
 
Inside, the installation instructions can be found in the file ''Install-fftw3''
 
Inside, the installation instructions can be found in the file ''Install-fftw3''
Line 37: Line 37:
  
 
yum install openmpi-1.10-devel.x86_64
 
yum install openmpi-1.10-devel.x86_64
 +
 +
*[[netcdf]]
 +
 +
In the same directory as for fftw3, the instructions can be found in ''Install-netcdf''

Revision as of 16:14, 1 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:

Created a directory for software: /root/Documents/Software

Inside, the installation instructions can be found in the file Install-fftw3

Installing openmpi:

yum install openmpi-1.10.x86_64

yum install openmpi-1.10-devel.x86_64

In the same directory as for fftw3, the instructions can be found in Install-netcdf