Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!unmvax!gatech!hubcap!"S. From: sam@lfcs.edinburgh.ac.uk (S. Manoharan) Newsgroups: comp.parallel Subject: Statistics on parallel programs Message-ID: <5605@hubcap.clemson.edu> Date: 25 May 89 17:11:23 GMT Sender: fpst@hubcap.clemson.edu Lines: 13 Approved: parallel@hubcap.clemson.edu I am interested in getting some statistics on real parallel programs. Particularly, given a dependency graph of a parallel program, I want to know: 1) the times spent in executing the nodes, and 2) the amounts of information (say, in bytes) transmitted to the successor nodes upon completion. A compiler can be made to generate such information, at least for the programs that do not depend on runtime data. I would like to know whether someone could help me getting data of this kind, or a compiler/parser to generate such data. All pointers are welcome. Thanks.