Parallel Performance Wizard 1.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Parallel Performance Wizard 1.2 (Default branch)
# 1  
Old 10-02-2008
Parallel Performance Wizard 1.2 (Default branch)

Parallel Performance Wizard (PPW) is a performance analysis tool designed for UPC, MPI, and SHMEM programs. It features an easy-to-use interface and tight integration with GAS programming models via the GASP interface. It is known to work on many platforms. This project is part of a study of existing and emerging performance analysis theory and tools, current and future HPC architectures, and usability and user productivity preferences and methods, along with various programming models. License: BSD License (revised) Changes:
Assorted fixes and minor updates. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help need to improve performance :Parallel processing ideas

Hi, Please tell me how to include parallel processing for the below code. Thanks in advance I have a list of users directories in root directory. Each user has a directory by his /her username. I am finding the size of each directorry using du -g command.. and checking if the size exceeds 3GB a... (6 Replies)
Discussion started by: justchill
6 Replies
Login or Register to Ask a Question
PMC(1)							    BSD General Commands Manual 						    PMC(1)

NAME
pmc -- performance-monitoring counter interface for command execution SYNOPSIS
pmc -h pmc -C pmc -c event command [options ...] DESCRIPTION
pmc is a means of using a processor's performance-monitoring counter (PMC) facility to measure various aspects of a program's execution. It is meant to be used in a fashion similar to time(1). The arguments are as follows: -h Display a list of performance counter events available on the system. -C Cancel any performance counters that are currently running. -c event Count the event specified by event while running the command. DIAGNOSTICS
PMC support is not compiled into the kernel Performance-monitoring counter support has not been compiled into the kernel. It may be included using the PERFCTRS option. See options(4) for details. PMC counters are not supported by CPU Performance-monitoring counters are not available for the CPU. SEE ALSO
time(1), options(4) HISTORY
The pmc command first appeared in NetBSD 1.6. AUTHORS
The pmc command was written by Frank van der Linden <fvdl@wasabisystems.com>. The kernel support for reading performance counters on the i386 architecture was written by Jason R. Thorpe <thorpej@zembu.com>. BUGS
The pmc command currently only supports performance-monitoring counters on the i386 architecture. BSD
October 24, 2000 BSD