OVERVIEW Xab is a set of tools which provide for the visual (X based) analysis and debugging of PVM programs. The basic idea behind Xab is to instrument every PVM call so it sends a message to a monitoring process which can either display the event or save it in file for later analysis. WHERE You can obtain a paper describing the Xab tool and a the source code for the of the software via ftp. Please use the address below for the ftp site. Site: dao.nectar.cs.cmu.edu (128.2.205.73) Files: /afs/cs.cmu.edu/project/nectar-adamb/ftp/xab.tar.Z (source) /afs/cs.cmu.edu/project/nectar-adamb/ftp/xab_hp93.ps.Z (paper) Be sure to use binary mode. To extract the files: % cd % zcat xab.tar.Z | tar xvf - This should create the directory ~/xab Read the file xab/README for more information on compiling and using the Xab tools. To print the paper get the file xab_hp93.ps.Z. To print the paper: % zcat xab_hp93.ps.Z | lpr There are still a lot of things I would like to add to Xab so suggestions are welcome. Please direct bug reports and suggestions to xab@psc.edu. Thanks, Adam Beguelin