Difference between revisions of "MPI"

From Research Computing Center Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
==MPI Libraries for parallel jobs on Sapelo2==
 
==MPI Libraries for parallel jobs on Sapelo2==
  
All compute nodes on Sapelo2 have Infiniband (IB) interconnect. For a subset of ('''older''') compute nodes, internodal communication among them is provided by a '''QDR''' Infiniband network (40Gbps). For another subset of ('''newer''') compute nodes, these communications are provided by an '''EDR''' Infiniband network (100Gbps).  
+
All compute nodes on Sapelo2 have Infiniband (IB) interconnect via '''EDR''' Infiniband network (100Gbps).  
  
Various IB-enabled MPI libraries are available and users can set the environment variables for the MPI library of choice by loading the corresponding module file. Some of the MPI libraries were installed specifically for the QDR network or for the EDR network and those module files will have an '''-QDR''' or '''-EDR''' extension in their names.  
+
Various IB-enabled MPI libraries are available and users can set the environment variables for the MPI library of choice by loading the corresponding module file.  
 +
 
 +
<!-- Some of the MPI libraries were installed specifically for the QDR network or for the EDR network and those module files will have an '''-QDR''' or '''-EDR''' extension in their names.  
  
 
For more information on Environment Modules, please see the [[Lmod]] page.
 
For more information on Environment Modules, please see the [[Lmod]] page.

Revision as of 12:01, 6 September 2023


MPI Libraries for parallel jobs on Sapelo2

All compute nodes on Sapelo2 have Infiniband (IB) interconnect via EDR Infiniband network (100Gbps).

Various IB-enabled MPI libraries are available and users can set the environment variables for the MPI library of choice by loading the corresponding module file.