IBM Full-System Simulator for Cell BE processor 3.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News IBM Full-System Simulator for Cell BE processor 3.0 (Default branch)
# 1  
Old 04-19-2008
IBM Full-System Simulator for Cell BE processor 3.0 (Default branch)

IBM Full-System Simulator for Cell BE processor is a full-system simulation infrastructure and tools for the Cell Broadband Engine (CBE) processor. A significant part of the Full-System Simulator's simulation capability is directly attributed to its simulation multitasking framework component. Developed as a robust, high-performance alternative to conventional process and thread programming, the multitasking framework is a lightweight scheduling framework that provides a complete set of facilities for creating and scheduling threads, manipulating time delays, and applying a variety of interthread communication policies and mechanisms to simulation events.License: Free for non-commercial useChanges:
Assorted bugfixes.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

ns2 simulator with gcc compiler using only 1 processor(?)

Hi! I am using the ns2.31 simulator in Ubuntu 9.04. I have developed my program and when I simulate it (calling ns2 from Ubuntu default shell, that uses gcc), I notice that only 1 of the 2 processors available in my notebook seems to be used (simulations are very heavy and my notebook stays... (5 Replies)
Discussion started by: Alice236
5 Replies

2. Filesystems, Disks and Memory

File system simulator

Can anyone suggest me good links where i can read about unix file system and how it was created? (2 Replies)
Discussion started by: meet_pavithra
2 Replies
Login or Register to Ask a Question
Graph::Easy::Group::Cell(3pm)				User Contributed Perl Documentation			     Graph::Easy::Group::Cell(3pm)

NAME
Graph::Easy::Group::Cell - A cell in a group SYNOPSIS
use Graph::Easy; my $ssl = Graph::Easy::Edge->new( ); $ssl->set_attributes( label => 'encrypted connection', style => '-->', color => 'red', ); $graph = Graph::Easy->new(); $graph->add_edge('source', 'destination', $ssl); print $graph->as_ascii(); DESCRIPTION
A "Graph::Easy::Group::Cell" represents a cell of a group. Group cells can have a background and, if they are on the outside, a border. There should be no need to use this package directly. METHODS
error() $last_error = $group->error(); $group->error($error); # set new messags $group->error(''); # clear error Returns the last error message, or '' for no error. as_ascii() my $ascii = $cell->as_ascii(); Returns the cell as a little ascii representation. as_html() my $html = $cell->as_html($tag,$id); Returns the cell as HTML code. label() my $label = $cell->label(); Returns the name (also known as 'label') of the cell. class() my $class = $cell->class(); Returns the classname(s) of this cell, like: group_cities gr gb for a cell with a bottom (gb) and right (gr) border in the class "cities". EXPORT
None. SEE ALSO
Graph::Easy. AUTHOR
Copyright (C) 2004 - 2007 by Tels <http://bloodgate.com>. See the LICENSE file for more details. perl v5.14.2 2011-12-23 Graph::Easy::Group::Cell(3pm)