Operational Analysis of Parallel Servers


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Operational Analysis of Parallel Servers
# 1  
Old 01-22-2009
Operational Analysis of Parallel Servers

HPL-2009-8 Operational Analysis of Parallel Servers - Kelly, Terence; Shen, Kai; Zhang, Alex; Stewart, Christopher
Keyword(s): performance modeling, performance prediction, capacity planning, system management, operational analysis, multicore processors, capacity adjustment ACPI C-states, parallel computing, occupancy curve
Abstract: Multicore processors promise continued hardware performance improvements even as single-core performance flattens out. However they also enable increasingly complex application software that threatens to obfuscate application-level performance. This paper applies operational analysis to the problem ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Parallel execution on multiple servers in UNIX

I have a requirement (in a shell script) to connect to several servers at once and execute a series of commands. I am aware that ssh can be used for sequential execution. But since most of the commands that I need to execute take a long time, I have to go for the parallel option. Is there... (2 Replies)
Discussion started by: sneha1887
2 Replies

2. Red Hat

KusuDB: Operational Error occurred when connecting to the DB

I have RHEL5.3 that is with the Platform Cluster Manger PCM installation. on master node. Unfortunately some files were deleted from the /var directory and then the postgresql service couldn't start. I have deleted, rm -rf /var/lib/pgsql/data and started the service again now the service is running... (1 Reply)
Discussion started by: ahsanpmd
1 Replies

3. IP Networking

running servers parallel

I'm going to undertake a hardware refresh soon and I was wondering if it is possible to run two machines (X and Y) with the same hostname (but different IP addresses) on the same network? Server X is the original server and has an entry in DNS. Server Y is the new server and won't have an entry... (1 Reply)
Discussion started by: soliberus
1 Replies

4. UNIX for Dummies Questions & Answers

Ftp, telnet etc. not operational?

Well I have the programs and everything and the program itself seems to work, but they don't seem to be operateble. I ALWAYS get connection refused on everything. ftp, telnet, rlogin, ssh etc. So it must have something to do with some setting that doesn't allow connections to external hosts or... (6 Replies)
Discussion started by: riwa
6 Replies
Login or Register to Ask a Question
SPIF(4) 						   BSD Kernel Interfaces Manual 						   SPIF(4)

NAME
spif -- SBus (spiffy) Serial/Parallel Interface SYNOPSIS
spif* at sbus? slot ? offset ? (sun4c/sun4m/sun4u) stty* at spif? (sun4c/sun4m/sun4u) sbpp* at spif? (sun4c/sun4m/sun4u) DESCRIPTION
The spif driver provides support for the Sun Serial/Parallel Interface card (Sun part number 501-1931), which is based on the Cirrus Logic CD180 octal serial controller and the Cirrus Logic PPC2 parallel port controller. The device minor numbers for this driver are encoded as follows: +---+---+---+---+---+---+---+---+ | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | +---+---+---+---+---+---+---+---+ | | | | | | | | | | | | | +---+---+---> port number | | | | | | | | | +---------------> unused | | | | | | | +-------------------> dial-out (on tty ports) | | | | | +-----------------------> unused | | +---+---------------------------> card number Up to four cards are supported in the system. Each of the serial ports has an 8 byte FIFO for receive and transmit as well as automatic hardware (RTS/CTS) flow control. FILES
/dev/ttyS[0123][0-7] Serial ports /dev/bppS[0-3] Parallel ports DIAGNOSTICS
spif%d: ccr timeout A timeout occurred while writing to one of the CD180 registers. stty%d-%d: ring overflow Incoming characters were discarded because the application in control of the device did not read the input fast enough. SEE ALSO
intro(4), sbus(4), tty(4) HISTORY
The spif adapter was first supported in OpenBSD 2.5. The driver was ported to NetBSD 3.0. AUTHORS
The driver was written by Jason Wright <jason@thought.net>, and is heavily based on the magma(4) driver written by Iain Hibbert. TODO
The parallel port is not supported yet. Dial-out (cua) devices are not yet supported. BSD
February 4, 1999 BSD