Personal tools

Difference between revisions of "Cluster Ucentral Hpclab"

From hpcwiki

Jump to: navigation, search
(In node 3)
(In node 3)
Line 32: Line 32:
 
* [[MPI]]
 
* [[MPI]]
  
Installing openmpi in node 3:
+
Installing openmpi:
  
yum install openmpi  
+
yum install openmpi-1.10.x86_64
  
=============================================================================================================================
+
yum install openmpi-1.10-devel.x86_64
Package                          Arch                Version                                    Repository            Size
+
=============================================================================================================================
+
Installing:
+
openmpi                         x86_64              1.8.1-1.el6                                base                2.9 M
+
Installing for dependencies:
+
environment-modules              x86_64              3.2.10-2.el6                                base                103 k
+
infinipath-psm                  x86_64             3.3-0.4.git6f42cdb_open.el6                base                167 k
+
libgfortran                      x86_64              4.4.7-16.el6                                base                267 k
+
libibumad                        x86_64              1.3.9-1.el6                                base                  57 k
+
libibverbs                      x86_64              1.1.8-4.el6                                base                  53 k
+
librdmacm                        x86_64              1.0.19.1-1.1.el6_7                          updates              59 k
+
opensm-libs                      x86_64              3.3.17-1.el6                                base                  58 k
+
papi                            x86_64              5.1.1-11.el6                                base                538 k
+
rdma                            noarch              6.7_3.15-5.el6                              base                  28 k
+
tcl                              x86_64              1:8.5.7-6.el6                              base                1.9 M
+
 
+
Transaction Summary
+
=============================================================================================================================
+
Install      11 Package(s)
+

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