Product specifications

Table Of Contents
IB6054601-00 H Glossary-3
Glossary
latency — mpihosts file
A
latency
The delay inherent in processing network
data. In terms of MPI, it is the time
required to send a message from one
node to another, independent of message
size. Latency can be further split into
sender and receiver processing
overheads, as well as wire and switch
overhead.
launch node
Same as front end node
layered driver
A driver that does not directly manage any
target devices. The layered driver calls
another driver’s routines, which in turn
manage the target devices.
LID
Stands for Local Identifier. Assigned by the
Subnet Manager (SM) to each visible node
within a single InfiniBand fabric. It is similar
conceptually to an IP address for TCP/IP.
Lustre
Open source project to develop scalable
cluster file systems
MAC Address
Stands for Media Access Control Address.
It is a unique identifier attached to most
forms of networking equipment.
machines file
Same as mpihosts file
MADs
Stands for Management Datagrams.
Subnet Managers (SMs) and Subnet
Management Agents (SMAs) communi-
cate via MADs.
managed switch
A switch that can be configured to run an
embedded Subnet Manager (SM)
MGID
Stands for Multicast Group ID. An identifier
for a multicast group. This can be
assigned by the SM at multicast group
creation time, although frequently it is
chosen by the application or protocol
instead.
MLID
Stands for Multicast Local ID for InfiniBand
multicast. This is the identifier that a
member of a multicast group uses for
addressing messages to other members of
the group.
MPD
Stands for Multi-Purpose Daemon. An
alternative to mpirun to launch MPI jobs,
it provides support for MPICH. Developed
at Argonne National laboratory.
MPI
Stands for Message-Passing Interface.
MPI is a message-passing library or
collection of routines used in distrib-
uted-memory parallel programming. It is
used in data exchange and task synchroni-
zation between processes. The goal of
MPI is to provide portability and efficient
implementation across different platforms
and architectures.
MPICH
A freely available, portable implementation
of MPI
mpihosts file
A file containing a list of the hostnames of
the nodes in a cluster on which node
programs can be run. Also referred to as
node file, hosts file, or machines file.