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
Bootloader::Core::NONE(3)				User Contributed Perl Documentation				 Bootloader::Core::NONE(3)

NAME
Bootlader::Core::NONE - library for blank configuration PREFACE
This package is the NONE library of the bootloader configuration SYNOPSIS
use Bootloader::Core::NONE; "$obj_ref = Bootloader::Core::NONE->new ();" "$files_ref = Bootloader::Core::NONE->ListFiles ();" "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" "$files_ref = Bootloader::Core::NONE->CreateLines ();" "$settings_ref = Bootloader::Core::NONE->GetSettings ();" "$status = Bootloader::Core::NONE->SetSettings (\%settings);" "$status = Bootloader::Core::NONE->InitializeBootloader ();" DESCRIPTION
"$obj_ref = Bootloader::Core::NONE->new ();" Creates an instance of the Bootloader::Core::NONE class. "$files_ref = Bootloader::Core::NONE->ListFiles ();" Returns the list of the configuration files of the bootloader "$status = Bootloader::Core::NONE->ParseLines (\%files, $avoid_reading_device_map);" Simulate parsing lines. Do nothing. Return non-zero for success. "$files_ref = Bootloader::Core::NONE->CreateLines ();" Simulate creating lines and return empty lines hash structure. "$settings_ref = Bootloader::Core::NONE->GetSettings ();" returns the complete settings in a hash. Does not read the settings from the system, but returns internal structures. "$status = Bootloader::Core::NONE->SetSettings (\%settings);" Do nothing, as none bootloader cannot change internal settings. "$status = Bootloader::Core::NONE->InitializeBootloader ();" Simulate initializing bootloader. Allways success. perl v5.12.1 2009-06-02 Bootloader::Core::NONE(3)