User Tools

Site Tools


cluster:88

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cluster:88 [2010/08/11 14:27]
hmeij
cluster:88 [2010/08/17 15:56] (current)
hmeij
Line 79: Line 79:
     * name: kusu101prov, type: provision     * name: kusu101prov, type: provision
     * eth1: 10.10.101.254/255.255.0.0     * eth1: 10.10.101.254/255.255.0.0
-    * name: kusupriv, type: other+    * name: kusu101priv, type: other
   * 4 - gateway & dns: gateway 192.168.101.0 (is not used but required field), dns server 192.168.101.254 (installer node)   * 4 - gateway & dns: gateway 192.168.101.0 (is not used but required field), dns server 192.168.101.254 (installer node)
   * 5 - host: FQDN kusu101, PCD kusu101 (basically we will not provide internet accessible names)   * 5 - host: FQDN kusu101, PCD kusu101 (basically we will not provide internet accessible names)
Line 267: Line 267:
 More fun. Parallel jobs can be submitted over ethernet interconnects but will not achieve the performance of Infiniband interconnects ofcourse.  OpenMPI is a nice MPI flavor because software compiled with it automatically detects if the host has an HCA card or not and will allocate the appropriate libraries. So in order to compile, or run, some OpenMPI examples we need the following: More fun. Parallel jobs can be submitted over ethernet interconnects but will not achieve the performance of Infiniband interconnects ofcourse.  OpenMPI is a nice MPI flavor because software compiled with it automatically detects if the host has an HCA card or not and will allocate the appropriate libraries. So in order to compile, or run, some OpenMPI examples we need the following:
  
-  * yum install libibverbspdsh yum install libibverbs -q -y+  * yum install libibverbs 
 +  * pdsh yum install libibverbs -q -y
   * yum install gcc-c++   * yum install gcc-c++
  
Line 273: Line 274:
  
   * download tarball, stage in /home/apps/src   * download tarball, stage in /home/apps/src
-  * cd /opt; tar zxvf /home/apps/src/mpis.tar.gzpdsh "cd /opt; tar zxvf /home/apps/src/mpis.tar.gz"+  * cd /opt; tar zxvf /home/apps/src/mpis.tar.gz 
 +  * pdsh "cd /opt; tar zxvf /home/apps/src/mpis.tar.gz"
   * examples in /opt/openmpi/gnu/examples have been compiled like so:   * examples in /opt/openmpi/gnu/examples have been compiled like so:
     * export PATH=/opt/openmpi/gnu/bin:$PATH     * export PATH=/opt/openmpi/gnu/bin:$PATH
cluster/88.1281551270.txt.gz · Last modified: 2010/08/11 14:27 (external edit)