Copyright (c) 2001-2003 The Trustees of Indiana University. All rights reserved. Copyright (c) 1998-2001 University of Notre Dame. All rights reserved. Copyright (c) 1994-1998 The Ohio State University. All rights reserved. This file is part of the XMPI software package. For license information, see the LICENSE file in the top level directory of the XMPI source distribution. This is the source for XMPI 2.2.3b8, a graphical user interface for MPI program development. The contents of directories at this level are: src/Bitmaps -- X11 bitmaps used by XMPI src/Pixmaps -- XPM format pixmaps used by XMPI app-defaults -- resource files for supported machines src/libxmpi -- modules to build libxmpi for the LAM MPI implementation Please refer to the file INSTALL for a list of supported platforms and for installation instructions. -=- XMPI can acquire and display extensive detail on an application's MPI communication, including the following: o process synchronization status: running, system or blocked o message queue contents o source, destination, root ranks o MPI function name o communicator o datatype o message count o tag The above information is acquired from on-demand snapshots of application status using debugging hooks in the MPI implementation or from a trace log of communication activity. -=- XMPI is a great tool for teaching MPI in a hands-on setting. Students run example code and can see and verify each MPI operation. XMPI has an application "wizard" to help assemble programs and assign processors to MIMD and SPMD applications. Furthermore, it is not tedious to generate, acquire and display information. A typical development cycle begins by assembling an application and continues in the following manner. o press the snapshot button to see what's going on now o popup focus windows for a few interesting processes o press the snapshot button a few (or a few dozen!) more times o see the application completed, hung, deadlocked, etc... o press the trace button once and the timeline window is displayed o review the previous execution with trace log snapshots o make application changes and press the rerun button No recompiles or special libraries are required to snapshot the application or obtain a trace log. -=- A longer, illustrated description of the XMPI 2.2.3b8 can be found at http://www.lam-mpi.org/software/xmpi/ -=- XMPI 2.2.3b8 can be obtained from http://www.lam-mpi.org/download/ XMPI 2.2.3b8 is an X11/Motif application that requires either Motif or Lesstif libraries.