Product specifications

Table Of Contents
5–Using QLogic MPI
Introduction
5-2 IB6054601-00 H
S
Other MPIs
Other high-performance MPIs, such as HP-MPI version 2.3, Open MPI
(release 1.2.8), Ohio State University MVAPICH (1.1), and Scali 5.6.4 (Platform)
MPI, have been ported to the PSM interface.
Open MPI, MVAPICH, HP-MPI, and Scali also run over IB Verbs (the Open
Fabrics Alliance API that provides support for user level upper layer protocols like
MPI). Intel MPI, although not ported to the PSM interface, is supported over
uDAPL, which uses IB Verbs. For more information, see Using Other MPIs” on
page 6-1.
Linux File I/O in MPI Programs
MPI node programs are Linux programs, which can execute file I/O operations to
local or remote files in the usual ways, through APIs of the language in use.
Remote files are accessed via a network file system, typically NFS. Parallel
programs usually need to have some data in files to be shared by all of the
processes of an MPI job. Node programs can also use non-shared, node-specific
files, such as for scratch storage for intermediate results or for a node’s share of a
distributed database.
There are different ways of handling file I/O of shared data in parallel
programming. You may have one process, typically on the front end node or on a
file server, which is the only process to touch the shared files, and which passes
data to and from the other processes via MPI messages. Alternately, the shared
data files can be accessed directly by each node program. In this case, the shared
files are available through some network file support, such as NFS. Also, in this
case, the application programmer is responsible for ensuring file consistency,
either through proper use of file locking mechanisms offered by the operating
system and the programming language, such as fcntl in C, or by using MPI
synchronization operations.
MPI-IO with ROMIO
MPI-IO is the part of the MPI-2 standard, supporting collective and parallel file I/O
operations. One advantage of using MPI-IO is that it can take care of managing
file locks when file data is shared among nodes.
QLogic MPI includes ROMIO version 126, a high-performance, portable
implementation of MPI-IO from Argonne National Laboratory. ROMIO includes
everything defined in the MPI-2 I/O chapter of the MPI-2 standard except support
for file interoperability and user-defined error handlers for files. Of the MPI-2
features, QLogic MPI includes only the MPI-IO features implemented in ROMIO
version 126 and the generalized MPI_All to allow communication exchange. See
the ROMIO documentation at http://www.mcs.anl.gov/romio
for details.
NFS, PanFS, and local (UFS) support is enabled.