Difference between revisions of "Cluster Ucentral Hpclab"
From hpcwiki
(→In node 3) |
(→In node 3) |
||
Line 32: | Line 32: | ||
* [[MPI]] | * [[MPI]] | ||
− | Installing openmpi | + | Installing openmpi: |
− | yum install openmpi | + | yum install openmpi-1.10.x86_64 |
− | + | yum install openmpi-1.10-devel.x86_64 | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 00:41, 31 August 2016
Manuelas de configuración cluster Hplab
Contents |
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: ~/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