How to Simulate 1000 Cores


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News How to Simulate 1000 Cores
# 1  
Old 11-12-2008
How to Simulate 1000 Cores

HPL-2008-190 How to Simulate 1000 Cores - Monchiero, Matteo; Ahn, Jung Ho; Falcon, Ayose; Ortega, Daniel; Faraboschi, Paolo
Keyword(s): simulation, multicore, manycore, chip multiprocessor, application scaling
Abstract: This paper proposes a novel methodology to efficiently simulate shared-memory multiprocessors composed of hundreds of cores. The basic idea is to use thread-level parallelism in the software system and translate it into core level parallelism in the simulated world. To achieve this, we first augment ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

CPU and Cores information

Hi all. I have a question about linux command to find number of CPU and Core. I usually use the command dmidecode -t processor to find cpu and core numbers . On this machine with Red Hat 4. 0 when I try to insert the command is returned the error -bash: dmidecode: command not found I try to... (8 Replies)
Discussion started by: piccolinomax
8 Replies

2. Hardware

Hyperthreaded virtual cores, different C-States?

turbostat reports C-states of all CPU cores, and includes entries for each hyper-threaded core as well. Often enough the two logical cores on a single physical core will list different C state percentages. Does that make any sense? Is this reporting the c-states of the few duplicated parts... (8 Replies)
Discussion started by: agentrnge
8 Replies

3. Red Hat

Simulate Storage

Hello, I wanted to simulate SAN on my VMware PLayer running RHEL. Is there any tool that can be used to simulate storage setup for learning/testing? THanks, (1 Reply)
Discussion started by: ikn3
1 Replies

4. AIX

Finding No of Cores

Hi, I would like to know how to find out physical cpu ? wheather it is Single Physical CPU with dual core? or it is Single physical CPU. wheather any single command is available which will show no of physical CPU? I have run the command prtconf. it is showing 2 Processors. but wheather... (4 Replies)
Discussion started by: manoj.solaris
4 Replies

5. Red Hat

Lost CPU CORES

Hey all, dmidecode | grep -i CPU Socket Designation: CPU 0 Version: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz Socket Designation: CPU 1 Version: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz cat /proc/cpuinfo | grep -i cpu cpu family : 6... (24 Replies)
Discussion started by: rmokros
24 Replies

6. Programming

Tool to simulate non-sequential disk I/O (simulate db file sequential read) in C POSIX

Writing a Tool to simulate non-sequential disk I/O (simulate db file sequential read) in C POSIX I have over the years come across the same issue a couple of times, and it normally is that the read speed on SAN is absolutely atrocious when doing non-sequential I/O to the disks. Problem being of... (7 Replies)
Discussion started by: vrghost
7 Replies

7. Red Hat

Ask about rhel cluster with many cores.

Hi everyone! I plan to build a cluster. Anyone help me some problem: 1. How many node can rhel support in a cluster system? 2. How many processor or core can rhel support in single node? 3. How many processor or core in a node and system give the maximum benefit. Sorry if my question is silly.... (0 Replies)
Discussion started by: leminh
0 Replies

8. Solaris

Find no: of procssors / cores ?

HI, On solaris 8, how to find number of physical processors? how to find number of cores per processor? how to find processor type - single/dual/quad core type? Thank in advance. Cheers. (1 Reply)
Discussion started by: libin4u2000
1 Replies

9. UNIX for Dummies Questions & Answers

Cores on a processor

Hi All, What is the command to identify whether a processor is single core / dual core in solaris ? Thanks. (2 Replies)
Discussion started by: RAA
2 Replies

10. IP Networking

Simulate 'try again' case

Hi, I was searching thro the topic and could not find a thread which zeroes in on the case i'm trying to simulate. Basically I have a need to simulate DNS Try again cases, without bringing the dns_sever down (by manipulating the entries in /etc/resolv.conf under 'nameserver' tag). I am so... (5 Replies)
Discussion started by: srinivasan_85
5 Replies
Login or Register to Ask a Question
faldissass(1)							Falcon User Manuals						     faldissass(1)

NAME
faldissass - The Falcon disassembler SYNOPSIS
faldissass [options] module_file.fam DESCRIPTION
The faldissass command line tool disassembles a compiled .fam Falcon module. The output human-readable Falcon Virtual Machine assembly is sent to the standard output. The tool has mainly two working modes. The standard mode procures an assembly dump containing the PC counter address that will be associ- ated with each instruction in the VM. This allows one to see exactly on which VM instruction an error was raised (as the PC at error raisal is always shown in error dumps), or to debug the VM by following the PC register in step-by-step mode. The isomorphic mode creates a compilable assembly source that can the be feed into the falcon assembler to obtain a compiled module. In example, this can be used for VM level hand-made finetuning optimizations. OPTIONS
-d Dump the dependency table (list of load directives). -h Show version and a short help. -i Create an isomorphic version of the original assembly. -l add line information. -s Dump the string table. -S Write the strings inline instead of using #strid -y Dump the symbol table. FILES
/usr/lib/libfalcon_engine.so Default location of the Falcon Engine loadable module. AUTHOR
Giancarlo Niccolai <gc@falconpl.org> SEE ALSO
falcon(1) falrun(1) LICENSE
This document is released under the "GNU Free Documentation License, version 1.2". On Debian systems, the complete text of the Free Docu- mentation License, version 1.2, can be found in /usr/share/common-licenses/. Falcon toolset April 2007 faldissass(1)