TotalView(R) Debugger Ported to SiCortex Linux Cluster Computers - Earthtimes.org

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News TotalView(R) Debugger Ported to SiCortex Linux Cluster Computers - Earthtimes.org
# 1  
Old 06-26-2007
TotalView(R) Debugger Ported to SiCortex Linux Cluster Computers - Earthtimes.org

TotalView(R) Debugger Ported to SiCortex Linux Cluster Computers
Earthtimes.org - 17 minutes ago
TotalView Technologies products enable software developers to quickly, easily and effectively debug UNIX, Linux, and Mac OS X applications running on ...


More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
App::ClusterSSH::Cluster(3pm)				User Contributed Perl Documentation			     App::ClusterSSH::Cluster(3pm)

NAME
App::ClusterSSH::Cluster - Object representing cluster configuration SYNOPSIS
DESCRIPTION
Object representing application configuration METHODS
$cluster=ClusterSSH::Cluster->new(); Create a new object. Object should be common across all invocations. $cluster->get_clusters($filename); Read in /etc/clusters and any other given file name and register the tags found. $cluster->read_cluster_file($filename); Read in the given cluster file and register the tags found $cluster->register_tag($tag,@hosts); Register the given tag name with the given host names. @entries = $cluster->get_tag('tag'); Retrieve all entries for the given tag @tags = $cluster->list_tags(); Return an array of all available tag names AUTHOR
Duncan Ferguson, "<duncan_j_ferguson at yahoo.co.uk>" LICENSE AND COPYRIGHT
Copyright 1999-2010 Duncan Ferguson. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information. perl v5.14.2 2012-06-24 App::ClusterSSH::Cluster(3pm)