Introduction to Cluster Computing

Size: px
Start display at page:

Download "Introduction to Cluster Computing"

Transcription

1 Introduction to Cluster Computing

2 Why we need High Performance Computer? Hypothesis Experiment The change in scientific discovery process Hypothesis Experiment Simulation and Modeling

3 Compute-Intensive Applications Simulation and Modeling problems: Based on successive approximations. More calculations, better results Optimization problems Problems that dependent on computations and manipulations of large amounts of data Example Weather Prediction Image and Signal Processing, Graphics Database and Data Mining

4 CFD for Clean room Analyzing behaviour of air flow in clean room for electronics industry Collaboration project Suranaree University of Technology Kasetsart University Funded by NECTEC

5 CFD Software CAMETA version 3.0 (SUT) Time-independent (steady-state) solution Three-dimensional domain Cartesian coordinate system Physical quantities of interest: Temperature distribution Relative humidity distribution Particle concentration distribution

6 Molecular Dynamic Simulation Drug Discovery using molecular docking Avian Flu HIV Analyzing property of Chemical compound

7 SWAP Model Parameter identification - Data Assimilation using RS and GA (KU/AIT) SWAP Input Parameters RS Observation sowing date, soil property, Water management, and etc. SWAP Crop Growth Model Evapotranspiration LAI LAI, Evapotranspiration Day Of Year Assimilation by finding Optimized parameters By GA Eavpotranspiration LAI LAI, Evapotranspiration Fitting Day Of Year RS Model

8 Challenges The calculation time for identify SWAP parameters only for 1 pixel (1 sq.km) takes several minutes to 30 minutes. Thus, a RS image of 1000 x 1000 sq.km of 1000x1000 pixels will take more than 50 years (30min x 1000 x 1000) is not acceptable. Solutions Parallel Computing Longitude: Latitude:

9 Graphics Rendering and Special Effect Rendering Generating 3D image from Model Problem Rendering is a time consuming process especially for complex and realistic scene Massive number of rendering job needed to be done to create a movie 22/08/49 TAM2005 9

10 Top500 Fastest Installed Computers List the top 500 supercomputer at sites worldwide. Provides a snapshot of the SC installed around the world. Began in 1993, published every 6 months. Measures the performance for the TPP Linpack Benchmark Provides a way to measure trends

11

12

13

14 Parallel Processing Solving large problem by breaking it in to a number of small problems, then solve them on multiple processors at the same time Real life example building a house using many workers working on separate part Assembly line in factory

15 Parallel Processing LARGE SCALE PROBLEM SUB TASK SUB TASK SUB TASK SUB TASK SUB TASK PROCESSOR PROCESSOR PROCESSOR PROCESSOR

16 Parallel Computer Parallel computer is a special computer that is designed for parallel processing Multiple processors High-speed Interconnection network that link these processors together Hardware and software that help coordinate the computing tasks Sometime this tyep of computer are called MPP (Massively Parallel Processor) Computer

17 Compare with SMP

18

19 Introduction Cluster computing is a technology related to the building of high performance scalable computing system from a collection of small computing system and high speed interconnection network

20 Applications Scientific computing CAD/CAM Bioinformatics Large scale financial analysis Simulation Drug Design Automobile Design ( Crash Simulation) IT infrastructure Scalable web server, Search engine (Google use more than node servers) Entertainment Rendering On-line Gaming

21 Why? Price Performance!

22 Beowulf Clustering Clustering technology originated from Beowulf Project at NASA Project started by Thomas Sterling and Donald Becker Characteristics of Beowulf Cluster Use PC based hardware and commodity components to gain high performance at low cost Based on Linux OS, and open source software Very popular in high performance scientific computing world, moving quickly toward enterprise uses.

23 Beowulfs!

24 Beowulf Software Architecture HPTC HTC HPC

25 How to use cluster system for your work High Throughput Computing Use cluster as a collection of processors Run sequential applications Using job scheduler to control the execution High Performance Computing Use cluster as a parallel machine Develop parallel application to harness the computing power from the cluster

26 What is needed? Interconnection Network Software Nodes

27 Cluster System Structure Compute Node Interconnection Network Frontend

28 Component Node CPU Memory Motherboard Harddisk Display card Chassis Network Others Accessories KVM Switch UPS

29 CPU Various architecture x86 or x86-64 x86/ia32 Pentium 4, Xeon, Xeon MP, Athlon XP x86-64 Athlon 64, Athlon 64 FX IA64 Itanium 2 Effect to chassis, heat sink, and power supply

30 Heat Sink 2 Types of CPU Box and Tray Box equips with heat sink and fan Tray has only CPU Box is recommended

31

32 CPU Performance

33 Memory Speed and bandwidth must be compatible with CPU Pentium 4 - DDR Athlon XP DDR Athlon Opteron Dual Channel DDR Athlon 64 Dual Channel DDR Athlon 64 FX Dual Channel DDR

34 Memory Performance

35 Motherboard Must be compatible with CPU Bus speed Compute node may be use full option motherboard, for example, LAN and VGA on board Advantage for rack system

36 Selected Motherboard Features Wake-on-LAN RAID PXE PCI Slot Onboard VGA Onboard Gigabit Network

37 Network boot Pre-boot Execution Environment Network must provide DHCP and TFTP service After POST, node use DHCP to request IP and boot server After node get its IP, it download OS from boot server via TFTP Advantage: installation via PXE is very convenient or diskless cluster

38 PCI Peripheral Component Interconnect Internal data path Data rate depends on clock speed and number of bits Currently, 33 and 66 MHz with 32 and 64 bit wide 2 Voltage lever 3.3 and 5 V

39 PCI-X Next generation PCI Compatible with PCI 3.3 V 66 MHz PCI-X version 2.0 operates at 266 to 1066 MHz. The data rate is about 2.6 to 8.5 Gb/s

40 Harddisk Store system and user data Various interface IDE or ATA SATA SCSI

41 IDE (Integrated Drive Electronics) So call ATA (AT Attachment) Low cost Ease of installation because very motherboard support 1 Interface can connect up to 2 drive: master and slave Maximum speed 133 MB/s by 80 line connector by Ultra ATA/133 standard Rotation speed: 7,200 RPM, Seek time: 9 ms Size GB (Seagate)

42 SATA Serial ATA A bit more expensive that ATA Higher speed than ATA by 1-5% Transfer speed: 150 MB/s Rotation Speed: 7200 RPM, Seek time about 9 ms Size GB Need new kernel 2.6.2

43 SCSI (Small Computer System Interface) Intelligent device: Can connect various device, for example, Harddisk Scanner CD-ROM/RW Tape drive High cost for high-end system Only server s motherboard supports SCSI, Low cost motherboard needs SCSI adapter 1 Intecface can connect up to 15 devices

44 SCSI (cont d) Rotation speed: RPM, Seek time is about 4.5 ms Various speed. Currently available speed are between 20 MB/s (UltraSCSI) to 320 MB/s (Ultra 320 หร อ Ultra4 SCSI) Capacity GB (Seagate)

45 Harddisk Performance

46 RAID Redundance Array of Independent Disk Increase capacity, speed, and reliable of data Logically merge many hard disk to a big one Both software and hardware Normally, RAID is built over SCSI hard disks RAID various level. The popular is 0, 1 and 5

47 RAID Level Level 0 Stripping Increase capacity and speed. None of the space is wasted as long as the hard drives used are identical Level 1 Mirror increase data reliable via redundancy Level 5 Block level striping and distributed parity. Increase capacity and data reliability

48 RAID Implementation Hardware RAID adapter, for example, Adaptec. Some motherboard has build-in RAID controller Linux supports many hardware RAID vendor, especially Adaptec There is only and logical RAID drive at boot time Software Linux can emulate RAID 0, 1, and 5 Can be done by creating partition with RAID type, then use RAID utility to create RAID drive. The RAID drives are mapped to /dev/md0, /dev/md1, etc.

49 RAID Performance

50 Display Monitor Resolution at least May be LCD or CRT Display Adapter Linux supports most display adapter On-board display adapter is recommended for ease of installation

51 Chassis 3 main types Tower Rack-mount Blade

52 Tower Chassis The most popular 2 size Tower and mini-tower Advantage Low cost, ease of maintenance, installation, and air flow Disadvantage big size and wiring problem in large cluster

53 Rock-Mount Smaller suitable for large cluster Advantage design for rack Disadvantage the smaller, the problem with air flow

54 Blade Rack 1U is small but wiring is still a problem Blade-server is a case that contain one or more hot-swappable device called blade Each blade is a computer that share some equipment such as power supply, network connection

55 System Interconnect Interconnection among nodes is the key to cluster performance Consideration Cost Bandwidth and Latency Scalability of the interconnection Technology used Fast Ethernet (Switch) SCI (Scalable Coherent Interface) Gigabit Ethernet Myrinet Infiniband

56 Performance of MPICH-GM High Performance Linpack HPL Runtime Run time (sec) Myrinet Ethernet Problem Size

57 Interconnection Network At least 1 GB/s Various vendor and standard Gigabit Ethernet Myrinet Infiband

58 Gigabit Ethernet IEEE Gb/s Commodity hardware Connect by switch IEEE 802.3z using Fiber or STP IEEE 802.3ab using CAT 5 UTP PCI 64 internal bus is recommended

59 Gigabit Ethernet Switch Support both layer 2 or layer 3 switch Cluster can use layer 2 switch because routing function is not required For future upgrade, stackable switch is recommended

60 Myrinet Proprietary network Operate at 2+2 Gb/s High scalability On-board communication processor reduce main CPU utilization Support both PCI-X both PCI 64 Fiber

61 Infiniband Infiniband is technology for connecting remote storage and network Create IPC cluster Operate at 2.5 Gb/s with copper or fiber cable

62 Network Performance Data from NetPIPE 3.6

63

64 KVM Switch Keyboard Video Mouse Connect multiple nodes to single KVM Very convenient

65 UPS Uninterruptable Power Supply Emergency power source Filter surge current from AC out let, telephone line, and LAN Should be able to notify CPU to shut down the system Load is in VA unit Capacity is specified at batteries

66 Basic Clustering Software Linux (Redhat, Mandrake, Fedora, etc.) Cluster Distribution ROCKS, SCE, OSCAR Management tools and environment SCMS, Ganglia Programming Compilers : PGI, Intel, gcc Parallel Programming PVM, MPI Library PGAPack, Scalapack, PetSC, Linpack Load Scheduler OpenPBS, SGE, SQMS, LSF Package NWCHEM, GAMESS, Fluent, Oracle 10G

67 Cluster Distribution Custom made Linux distribution that can be used to build a cluster Pre-selected set of software Automatic Installation tool or Builder Easy to use but user must follow some guide line Example: Scyld, Oscar, Rocks and SCE

68 NPACI ROCKS National Partnership for Advanced Computational Infrastructure A scalable, complete and fully automated cluster deployment solution with out of the box rational default settings. Developed by San Diego Supercomputer Centre - Grid & Cluster Computing Group UC Berkeley Millennium Project SCS Linux Competency Centre

69 Rocks Philosophy NPACI ROCKS is an entire cluster-aware distribution Full Red Hat release (tracks closely) NPACI ROCKS packages Installation, configuration & management tools Integrated de-facto standard cluster packages PBS/MAUI, MPICH, ATLAS, ScaLAPack, HPL... SGE, PVFS (added by SCS-LCC) Integrated, easy to manage cluster system!

70 Rocks Philosophy Integrated, easy to manage cluster system. Excellent scaling to large number of nodes. Single consistent cluster management methodology. Avoid version skew and maintains consistent image across cluster! Highly skilled and dedicated development team in SDCS, UC Berkeley and SCS- LCC. SUPPORT!

71 Every node is behind main node or frontend Pros Close Cluster Suitable for parallel program because external traffic does not interfere cluster communication within cluster Ease of security Cons If frontend is failure, user cannot access all nodes

72 Summary Cluster is a new dominant platform for HPC Powerful Cost effective A combination of software/hardware is needed to build a cluster Application is the key to harness the power of cluster

73 How to measure your performance standard open-source benchmarking tools HPL (High Performance Linpack) Linpack Stream - memory benchmark Bonnie++ - I/O benchmark IOZone - Intensive I/O benchmark IPerf - network performance snapshot NetPipe - intensive bandwidth test

74 HPL (High Performance Linpack) and Linpack HPL a software package that solves a (random) dense linear system in double precision (64 bits) arithmetic on distributed-memory computers. a standard benchmark tool for Cluster computer, used at top500.org Performance reported in Flops (Floating-point operation per second) Rely on MPI (Message-Passing Interface) More info. on Linpack Old implementation of Linpack, used to determined single node performance

75 Stream Sustainable Memory Bandwidth in High Performance Computers Used to measure memory bandwidth using various method Performance reported in Mbytes/sec More info. on

76 Bonnie++ and IOZone Bonnie++ a benchmark suite that is aimed at performing a number of simple tests of hard drive and file system performance tests database type access to a single file Performance reported in I/O rate and Kbytes/sec More info. on IOZone a file system benchmark tool. The benchmark generates and measures a variety of file operations Performance intensive I/O benchmark on various file size and record size More info. on

77 Iperf and Netpipe Iperf a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics. Report data as Kbps or Mbps More info. Netpipe a protocol independent performance tool that visually represents the network performance under a variety of conditions More info. on

78 Thank you Thank you

The Optimal CPU and Interconnect for an HPC Cluster

The Optimal CPU and Interconnect for an HPC Cluster 5. LS-DYNA Anwenderforum, Ulm 2006 Cluster / High Performance Computing I The Optimal CPU and Interconnect for an HPC Cluster Andreas Koch Transtec AG, Tübingen, Deutschland F - I - 15 Cluster / High Performance

More information

InfoBrief. Platform ROCKS Enterprise Edition Dell Cluster Software Offering. Key Points

InfoBrief. Platform ROCKS Enterprise Edition Dell Cluster Software Offering. Key Points InfoBrief Platform ROCKS Enterprise Edition Dell Cluster Software Offering Key Points High Performance Computing Clusters (HPCC) offer a cost effective, scalable solution for demanding, compute intensive

More information

Cisco MCS 7845-H1 Unified CallManager Appliance

Cisco MCS 7845-H1 Unified CallManager Appliance Data Sheet Cisco MCS 7845-H1 Unified CallManager Appliance THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND

More information

Clusters. Rob Kunz and Justin Watson. Penn State Applied Research Laboratory

Clusters. Rob Kunz and Justin Watson. Penn State Applied Research Laboratory Clusters Rob Kunz and Justin Watson Penn State Applied Research Laboratory rfk102@psu.edu Contents Beowulf Cluster History Hardware Elements Networking Software Performance & Scalability Infrastructure

More information

Cisco MCS 7835-H2 Unified Communications Manager Appliance

Cisco MCS 7835-H2 Unified Communications Manager Appliance Cisco MCS 7835-H2 Unified Communications Manager Appliance Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks enabling easy collaboration

More information

SUN CUSTOMER READY HPC CLUSTER: REFERENCE CONFIGURATIONS WITH SUN FIRE X4100, X4200, AND X4600 SERVERS Jeff Lu, Systems Group Sun BluePrints OnLine

SUN CUSTOMER READY HPC CLUSTER: REFERENCE CONFIGURATIONS WITH SUN FIRE X4100, X4200, AND X4600 SERVERS Jeff Lu, Systems Group Sun BluePrints OnLine SUN CUSTOMER READY HPC CLUSTER: REFERENCE CONFIGURATIONS WITH SUN FIRE X4100, X4200, AND X4600 SERVERS Jeff Lu, Systems Group Sun BluePrints OnLine April 2007 Part No 820-1270-11 Revision 1.1, 4/18/07

More information

Parallel & Cluster Computing. cs 6260 professor: elise de doncker by: lina hussein

Parallel & Cluster Computing. cs 6260 professor: elise de doncker by: lina hussein Parallel & Cluster Computing cs 6260 professor: elise de doncker by: lina hussein 1 Topics Covered : Introduction What is cluster computing? Classification of Cluster Computing Technologies: Beowulf cluster

More information

Cisco MCS 7825-I1 Unified CallManager Appliance

Cisco MCS 7825-I1 Unified CallManager Appliance Data Sheet Cisco MCS 7825-I1 Unified CallManager Appliance THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND

More information

CISCO MEDIA CONVERGENCE SERVER 7825-I1

CISCO MEDIA CONVERGENCE SERVER 7825-I1 Data Sheet DATA SHEET CISCO MEDIA CONVERGENCE SERVER 7825-I1 Figure 1. Cisco MCS 7825-I THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL

More information

PART-I (B) (TECHNICAL SPECIFICATIONS & COMPLIANCE SHEET) Supply and installation of High Performance Computing System

PART-I (B) (TECHNICAL SPECIFICATIONS & COMPLIANCE SHEET) Supply and installation of High Performance Computing System INSTITUTE FOR PLASMA RESEARCH (An Autonomous Institute of Department of Atomic Energy, Government of India) Near Indira Bridge; Bhat; Gandhinagar-382428; India PART-I (B) (TECHNICAL SPECIFICATIONS & COMPLIANCE

More information

Red Hat HPC Solution Overview. Platform Computing

Red Hat HPC Solution Overview. Platform Computing Red Hat HPC Solution Overview Gerry Riveros Red Hat Senior Product Marketing Manager griveros@redhat.com Robbie Jones Platform Computing Senior Systems Engineer rjones@platform.com 1 Overview 2 Trends

More information

Real Parallel Computers

Real Parallel Computers Real Parallel Computers Modular data centers Background Information Recent trends in the marketplace of high performance computing Strohmaier, Dongarra, Meuer, Simon Parallel Computing 2005 Short history

More information

Node Hardware. Performance Convergence

Node Hardware. Performance Convergence Node Hardware Improved microprocessor performance means availability of desktop PCs with performance of workstations (and of supercomputers of 10 years ago) at significanty lower cost Parallel supercomputers

More information

Integrated Ultra320 Smart Array 6i Redundant Array of Independent Disks (RAID) Controller with 64-MB read cache plus 128-MB batterybacked

Integrated Ultra320 Smart Array 6i Redundant Array of Independent Disks (RAID) Controller with 64-MB read cache plus 128-MB batterybacked Data Sheet Cisco MCS 7835-H1 THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND INFORMATION ABOUT PRODUCT SUPPORT.

More information

Cisco MCS 7815-I1 Unified CallManager Appliance

Cisco MCS 7815-I1 Unified CallManager Appliance Data Sheet Cisco MCS 7815-I1 Unified CallManager Appliance THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND

More information

Importance of Crop model parameters identification. Cluster Computing for SWAP Crop Model Parameter Identification using RS.

Importance of Crop model parameters identification. Cluster Computing for SWAP Crop Model Parameter Identification using RS. Cluster Computing for SWAP Crop Model Parameter Identification using RS HONDA Kiyoshi Md. Shamim Akhter Yann Chemin Putchong Uthayopas Importance of Crop model parameters identification Agriculture Activity

More information

Readme for Platform Open Cluster Stack (OCS)

Readme for Platform Open Cluster Stack (OCS) Readme for Platform Open Cluster Stack (OCS) Version 4.1.1-2.0 October 25 2006 Platform Computing Contents What is Platform OCS? What's New in Platform OCS 4.1.1-2.0? Supported Architecture Distribution

More information

Cluster Computing for SWAP Crop Model Parameter Identification using RS

Cluster Computing for SWAP Crop Model Parameter Identification using RS Cluster Computing for SWAP Crop Model Parameter Identification using RS HONDA Kiyoshi Md. Shamim Akhter Yann Chemin Putchong Uthayopas Importance of Crop model parameters identification Agriculture Activity

More information

Robert Jamieson. Robs Techie PP Everything in this presentation is at your own risk!

Robert Jamieson. Robs Techie PP Everything in this presentation is at your own risk! Robert Jamieson Robs Techie PP Everything in this presentation is at your own risk! PC s Today Basic Setup Hardware pointers PCI Express How will it effect you Basic Machine Setup Set the swap space Min

More information

HPC and IT Issues Session Agenda. Deployment of Simulation (Trends and Issues Impacting IT) Mapping HPC to Performance (Scaling, Technology Advances)

HPC and IT Issues Session Agenda. Deployment of Simulation (Trends and Issues Impacting IT) Mapping HPC to Performance (Scaling, Technology Advances) HPC and IT Issues Session Agenda Deployment of Simulation (Trends and Issues Impacting IT) Discussion Mapping HPC to Performance (Scaling, Technology Advances) Discussion Optimizing IT for Remote Access

More information

The Cisco MCS 7835-H2 can run any of the following Cisco applications:

The Cisco MCS 7835-H2 can run any of the following Cisco applications: Cisco MCS 7835-H2 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks enabling easy collaboration every time from any workspace. Product

More information

How to Build a Cluster

How to Build a Cluster How to Build a Cluster Intel Server Board S3000PT Recipe ID: 24PLTF240000000100-01 Contents Introduction... 3 Overview... 3 Hardware Components... 4 Software Used in the Installation... 6 Hardware Installation...

More information

Cisco MCS 7825-H3. Supported Cisco Applications

Cisco MCS 7825-H3. Supported Cisco Applications Cisco MCS 7825-H3 Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective, more secure, more personal

More information

Building 96-processor Opteron Cluster at Florida International University (FIU) January 5-10, 2004

Building 96-processor Opteron Cluster at Florida International University (FIU) January 5-10, 2004 Building 96-processor Opteron Cluster at Florida International University (FIU) January 5-10, 2004 Brian Dennis, Ph.D. Visiting Associate Professor University of Tokyo Designing the Cluster Goal: provide

More information

CISCO MEDIA CONVERGENCE SERVER 7815-I1

CISCO MEDIA CONVERGENCE SERVER 7815-I1 DATA SHEET CISCO MEDIA CONVERGENCE SERVER 7815-I1 THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND INFORMATION

More information

Cisco MCS 7845-I2 Unified Communications Manager Appliance

Cisco MCS 7845-I2 Unified Communications Manager Appliance Cisco MCS 7845-I2 Unified Communications Manager Appliance Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks enabling easy collaboration

More information

Fujitsu PRIMERGY TX100 S2 Server

Fujitsu PRIMERGY TX100 S2 Server Datasheet Fujitsu PRIMERGY TX100 S2 Server Enter the world of servers - now with 0-Watt functionality PRIMERGY TX industry standard tower servers: efficient, rock solid, record-breaking performance. PRIMERGY

More information

Cluster Computing. Cluster Architectures

Cluster Computing. Cluster Architectures Cluster Architectures Overview The Problem The Solution The Anatomy of a Cluster The New Problem A big cluster example The Problem Applications Many fields have come to depend on processing power for progress:

More information

10 Gbit/s Challenge inside the Openlab framework

10 Gbit/s Challenge inside the Openlab framework 10 Gbit/s Challenge inside the Openlab framework Sverre Jarp IT Division CERN SJ Feb 2003 1 Agenda Introductions All Overview Sverre Feedback Enterasys HP Intel Further discussions Elaboration of plan

More information

Modular Platforms Market Trends & Platform Requirements Presentation for IEEE Backplane Ethernet Study Group Meeting. Gopal Hegde, Intel Corporation

Modular Platforms Market Trends & Platform Requirements Presentation for IEEE Backplane Ethernet Study Group Meeting. Gopal Hegde, Intel Corporation Modular Platforms Market Trends & Platform Requirements Presentation for IEEE Backplane Ethernet Study Group Meeting Gopal Hegde, Intel Corporation Outline Market Trends Business Case Blade Server Architectures

More information

Designing a Cluster for a Small Research Group

Designing a Cluster for a Small Research Group Designing a Cluster for a Small Research Group Jim Phillips, John Stone, Tim Skirvin Low-cost Linux Clusters for Biomolecular Simulations Using NAMD Outline Why and why not clusters? Consider your Users

More information

NAS System. User s Manual. Revision 1.0

NAS System. User s Manual. Revision 1.0 User s Manual Revision 1.0 Before You Begin efore going through with this manual, you should read and focus on the following safety guidelines. Information about the NAS system s packaging and delivery

More information

Capacity driven storage server. Capacity driven storage server

Capacity driven storage server. Capacity driven storage server Capacity driven storage server Be ready for the era of big data? ASUS, as always, make servers in keeping with the market trend and deliver superior performance. To meet up with the big data demand, the

More information

FWA-6280A User Manual 1. FWA-6280A User Manual

FWA-6280A User Manual 1. FWA-6280A User Manual 1 Copyright Notice This document is copyrighted, 2005. All rights are reserved. The original Manufacturer reserves the right to make improvements to the products described in this manual at any time without

More information

High Performance Computing (HPC) Prepared By: Abdussamad Muntahi Muhammad Rahman

High Performance Computing (HPC) Prepared By: Abdussamad Muntahi Muhammad Rahman High Performance Computing (HPC) Prepared By: Abdussamad Muntahi Muhammad Rahman 1 2 Introduction to High Performance Computing (HPC) Introduction High-speed computing. Originally pertaining only to supercomputers

More information

Mellanox Technologies Maximize Cluster Performance and Productivity. Gilad Shainer, October, 2007

Mellanox Technologies Maximize Cluster Performance and Productivity. Gilad Shainer, October, 2007 Mellanox Technologies Maximize Cluster Performance and Productivity Gilad Shainer, shainer@mellanox.com October, 27 Mellanox Technologies Hardware OEMs Servers And Blades Applications End-Users Enterprise

More information

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG)

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Dell White Paper By Neelima Chinthamani (Enterprise OS Releases) Ravikanth Chaganti

More information

ftserver 3300 Service Bulletin

ftserver 3300 Service Bulletin ftserver 3300 Service Bulletin Last Updated 2/12/04 1. Overview The ftserver 3300 is based on the 2.4-GHz or 3.06-GHz Intel IA32 architecture using Intel s Xeon processors and one-way or two-way (one or

More information

Cisco UCS C24 M3 Server

Cisco UCS C24 M3 Server Data Sheet Cisco UCS C24 M3 Rack Server Product Overview The form-factor-agnostic Cisco Unified Computing System (Cisco UCS ) combines Cisco UCS C-Series Rack Servers and B-Series Blade Servers with networking

More information

RS-200-RPS-E 2U Rackmount System with Dual Intel

RS-200-RPS-E 2U Rackmount System with Dual Intel RS-200-RPS-E 2U Rackmount System with Dual Intel Xeon Processor 3.6 GHz/16 GB DDR2/ 6 SCSI HDDs/Dual Gigabit LAN NEW Features Compact 2U sized rackmount server, front cover with key lock Dual Intel Xeon

More information

Build ESR600-v Megapixel. Ernitec Smart Recovery. Optimized for Surveillance. Hardware Monitoring. Tuned and Tested.

Build ESR600-v Megapixel. Ernitec Smart Recovery. Optimized for Surveillance. Hardware Monitoring. Tuned and Tested. Professional Surveillance Solutions Build ESR600-v2 8bay Rack Surveillance Server 600 Megapixel fps recording 1800 Megapixel with CPU upgrade Dual Gigabit Network Card 8 Hot Swappable HDD bays 1GB Graphic

More information

High Performance Computing

High Performance Computing 21 High Performance Computing High Performance Computing Systems 21-2 HPC-1420-ISSE Robust 1U Intel Quad Core Xeon Server with Innovative Cable-less Design 21-3 HPC-2820-ISSE 2U Intel Quad Core Xeon Server

More information

SMART SERVER AND STORAGE SOLUTIONS FOR GROWING BUSINESSES

SMART SERVER AND STORAGE SOLUTIONS FOR GROWING BUSINESSES Jan - Mar 2009 SMART SERVER AND STORAGE SOLUTIONS FOR GROWING BUSINESSES For more details visit: http://www-07preview.ibm.com/smb/in/expressadvantage/xoffers/index.html IBM Servers & Storage Configured

More information

Cisco MCS 7815-I2 Unified CallManager Appliance

Cisco MCS 7815-I2 Unified CallManager Appliance Data Sheet Cisco MCS 7815-I2 Unified CallManager Appliance THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND

More information

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini White Paper Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini June 2016 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents

More information

Cluster Computing. Cluster Architectures

Cluster Computing. Cluster Architectures Cluster Architectures Overview The Problem The Solution The Anatomy of a Cluster The New Problem A big cluster example The Problem Applications Many fields have come to depend on processing power for progress:

More information

ACCRE High Performance Compute Cluster

ACCRE High Performance Compute Cluster 6 중 1 2010-05-16 오후 1:44 Enabling Researcher-Driven Innovation and Exploration Mission / Services Research Publications User Support Education / Outreach A - Z Index Our Mission History Governance Services

More information

Cisco HyperFlex HX220c M4 Node

Cisco HyperFlex HX220c M4 Node Data Sheet Cisco HyperFlex HX220c M4 Node A New Generation of Hyperconverged Systems To keep pace with the market, you need systems that support rapid, agile development processes. Cisco HyperFlex Systems

More information

CDEs with Serverworks Chipset

CDEs with Serverworks Chipset APPENDIXC This appendix provides the specifications and connector pin assignments for CDEs with the Serverworks chipset that shipped before December, 2006. This appendix includes the following sections:

More information

Microsoft Exchange Server 2010 workload optimization on the new IBM PureFlex System

Microsoft Exchange Server 2010 workload optimization on the new IBM PureFlex System Microsoft Exchange Server 2010 workload optimization on the new IBM PureFlex System Best practices Roland Mueller IBM Systems and Technology Group ISV Enablement April 2012 Copyright IBM Corporation, 2012

More information

Design and Implementation of a Monitoring and Scheduling System for Multiple Linux PC Clusters*

Design and Implementation of a Monitoring and Scheduling System for Multiple Linux PC Clusters* Design and Implementation of a Monitoring and Scheduling System for Multiple Linux PC Clusters* Chao-Tung Yang, Chun-Sheng Liao, and Ping-I Chen High-Performance Computing Laboratory Department of Computer

More information

Real Parallel Computers

Real Parallel Computers Real Parallel Computers Modular data centers Overview Short history of parallel machines Cluster computing Blue Gene supercomputer Performance development, top-500 DAS: Distributed supercomputing Short

More information

Cisco UCS C210 M2 General-Purpose Rack-Mount Server

Cisco UCS C210 M2 General-Purpose Rack-Mount Server Cisco UCS C210 M2 General-Purpose Rack-Mount Server Product Overview Cisco UCS C-Series Rack-Mount Servers extend unified computing innovations to an industry-standard form factor to help reduce total

More information

ANALYSIS OF CLUSTER INTERCONNECTION NETWORK TOPOLOGIES

ANALYSIS OF CLUSTER INTERCONNECTION NETWORK TOPOLOGIES ANALYSIS OF CLUSTER INTERCONNECTION NETWORK TOPOLOGIES Sergio N. Zapata, David H. Williams and Patricia A. Nava Department of Electrical and Computer Engineering The University of Texas at El Paso El Paso,

More information

Sun and Oracle. Kevin Ashby. Oracle Technical Account Manager. Mob:

Sun and Oracle. Kevin Ashby. Oracle Technical Account Manager. Mob: Sun and Oracle Kevin Ashby Oracle Technical Account Manager Mob: 07710 305038 Email: kevin.ashby@sun.com NEW Sun/Oracle Stats Sun is No1 Platform for Oracle Database Sun is No1 Platform for Oracle Applications

More information

Linux Clusters for High- Performance Computing: An Introduction

Linux Clusters for High- Performance Computing: An Introduction Linux Clusters for High- Performance Computing: An Introduction Jim Phillips, Tim Skirvin Outline Why and why not clusters? Consider your Users Application Budget Environment Hardware System Software HPC

More information

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Torben Kling-Petersen, PhD Presenter s Name Principle Field Title andengineer Division HPC &Cloud LoB SunComputing Microsystems

More information

Chapter 6 Cubix SP1 Blade Server

Chapter 6 Cubix SP1 Blade Server Chapter 6 Cubix SP1 Blade Server Introduction Cubix designed the SP1 Blade Server to fit inside a BladePoint or BladeStation enclosure. The Blade Server features the Intel Pentium 4 processor, the Intel

More information

IBM System x3755 SMP-capable rack server supports new dual-core AMD Opteron processors

IBM System x3755 SMP-capable rack server supports new dual-core AMD Opteron processors IBM Europe Announcement ZG07-0226, dated April 10, 2007 IBM System x3755 SMP-capable rack server supports new dual-core AMD Opteron processors Description...3 Product positioning... 6 At a glance The System

More information

Acer AR320 F2 Specifications

Acer AR320 F2 Specifications Acer AR320 F2 Specifications What Product overview The AR320 F2 single-socket server delivers great performance and enterprise-level scalability in a space-saving design. Proactive management utilities

More information

LC Series 1000 LC Series 2000 LC Series 3000

LC Series 1000 LC Series 2000 LC Series 3000 Overview LC Series 1000 LC Series 2000 LC Series 3000 The LC Series family of High Performance Clusters. On the left is the LC Series 1000 32 Node cluster based on the ProLiant DL140 server. In the middle

More information

Storage Update and Storage Best Practices for Microsoft Server Applications. Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek

Storage Update and Storage Best Practices for Microsoft Server Applications. Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek Storage Update and Storage Best Practices for Microsoft Server Applications Dennis Martin President, Demartek January 2009 Copyright 2009 Demartek Agenda Introduction Storage Technologies Storage Devices

More information

PC DESY Peter Wegner. PC Cluster Definition 1

PC DESY Peter Wegner. PC Cluster Definition 1 PC Cluster @ DESY Peter Wegner 1. Motivation, History 2. Myrinet-Communication 4. Cluster Hardware 5. Cluster Software 6. Future PC Cluster Definition 1 Idee: Herbert Cornelius (Intel München) 1 PC Cluster

More information

Cisco MCS 7816-H3. Supported Cisco Applications. Key Features and Benefits

Cisco MCS 7816-H3. Supported Cisco Applications. Key Features and Benefits Cisco MCS 7816-H3 Cisco Unified Communications is a comprehensive IP communications system of voice, video, data, and mobility products and applications. It enables more effective, more secure, more personal

More information

Altos T310 F3 Specifications

Altos T310 F3 Specifications Product overview The Altos T310 F3 delivers proactive management tools matched by best priceperformance technology ideal for SMB and branch office operations. This singlesocket tower server features an

More information

GW2000h w/gw175h/q F1 specifications

GW2000h w/gw175h/q F1 specifications Product overview The Gateway GW2000h w/ GW175h/q F1 maximizes computing power and thermal control with up to four hot-pluggable nodes in a space-saving 2U form factor. Offering first-class performance,

More information

IBM System x3455 AMD Opteron SMP 1 U server features Xcelerated Memory Technology to meet the needs of HPC environments

IBM System x3455 AMD Opteron SMP 1 U server features Xcelerated Memory Technology to meet the needs of HPC environments IBM Europe Announcement ZG07-0492, dated July 17, 2007 IBM System x3455 AMD Opteron SMP 1 U server features Xcelerated Memory Technology to meet the needs of HPC environments Key prerequisites...2 Description...3

More information

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini

Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini White Paper Design a Remote-Office or Branch-Office Data Center with Cisco UCS Mini February 2015 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Contents

More information

Cisco UCS C200 M2 High-Density Rack-Mount Server

Cisco UCS C200 M2 High-Density Rack-Mount Server Cisco UCS C200 M2 High-Density Rack-Mount Server Product Overview Cisco UCS C-Series Rack-Mount Servers extend unified computing innovations to an industry-standard form factor to help reduce total cost

More information

IBM System x servers. Innovation comes standard

IBM System x servers. Innovation comes standard IBM System x servers Innovation comes standard IBM System x servers Highlights Build a cost-effective, flexible IT environment with IBM X-Architecture technology. Achieve maximum performance per watt with

More information

SAS to SAS/SATA JBOD Subsystem. User Manual. Revision 1.1

SAS to SAS/SATA JBOD Subsystem. User Manual. Revision 1.1 SAS to SAS/SATA JBOD Subsystem Revision 1.1 Table of Contents Chapter 1 Introduction... 3 1.1 Features... 4 1.2 Technical Specifications... 5 1.3 Unpacking the JBOD Expansion Chassis... 6 1.4 Identifying

More information

Quotations invited. 2. The supplied hardware should have 5 years comprehensive onsite warranty (24 x 7 call logging) from OEM directly.

Quotations invited. 2. The supplied hardware should have 5 years comprehensive onsite warranty (24 x 7 call logging) from OEM directly. Enquiry No: IITK/ME/mkdas/2016/01 May 04, 2016 Quotations invited Sealed quotations are invited for the purchase of an HPC cluster with the specification outlined below. Technical as well as the commercial

More information

Fast-communication PC Clusters at DESY Peter Wegner DV Zeuthen

Fast-communication PC Clusters at DESY Peter Wegner DV Zeuthen Fast-communication PC Clusters at DESY Peter Wegner DV Zeuthen 1. Motivation, History, Cluster Schema 2. PC cluster fast interconnect 3. PC Cluster Hardware 4. PC Cluster Software 5. Operating 6. Future

More information

Cisco MCS 7815-I2. Serviceable SATA Disk Drives

Cisco MCS 7815-I2. Serviceable SATA Disk Drives Data Sheet Cisco MCS 7815-I2 THIS PRODUCT IS NO LONGER BEING SOLD AND MIGHT NOT BE SUPPORTED. READ THE END-OF-LIFE NOTICE TO LEARN ABOUT POTENTIAL REPLACEMENT PRODUCTS AND INFORMATION ABOUT PRODUCT SUPPORT.

More information

HP Integrity rx6600 System Overview (Interior View)

HP Integrity rx6600 System Overview (Interior View) Overview HP Integrity rx6600 System Overview (Interior View) 1. Recessed Carrying Handles 3. 8 Hot Plug PCI-X 10 Slots (2 @ 266 MHz) 2. Redundant Bulk Power 4. Hot Swap Fans HP Integrity rx6600 DA - 12596

More information

p5 520 server Robust entry system designed for the on demand world Highlights

p5 520 server Robust entry system designed for the on demand world Highlights Robust entry system designed for the on demand world IBM p5 520 server _` p5 520 rack system with I/O drawer Highlights Innovative, powerful, affordable, open and adaptable UNIX and Linux environment system

More information

Front-loading drive bays 1 12 support 3.5-inch SAS/SATA drives. Optionally, front-loading drive bays 1 and 2 support 3.5-inch NVMe SSDs.

Front-loading drive bays 1 12 support 3.5-inch SAS/SATA drives. Optionally, front-loading drive bays 1 and 2 support 3.5-inch NVMe SSDs. , on page 1 External Features, on page 2 Serviceable Component Locations, on page 6 Summary of Server Features, on page 9 The server is orderable in different versions, each with a different front panel/drive-backplane

More information

Dual use as a high performance server and workstation

Dual use as a high performance server and workstation Dual use as a high performance server and workstation The ASUS TS700-E7/RS8 is designed for dual use as a high performance server and workstation, support for graphics cards and MIO audio cards, and cost-effective

More information

Acer AT310 F2 Specifications

Acer AT310 F2 Specifications Product overview The AT310 F2 delivers proactive manageability tools matched by best price-performance technology ideal for SMB and branch office business operations. This single-socket tower server also

More information

Intel Select Solutions for Professional Visualization with Advantech Servers & Appliances

Intel Select Solutions for Professional Visualization with Advantech Servers & Appliances Solution Brief Intel Select Solution for Professional Visualization Intel Xeon Processor Scalable Family Powered by Intel Rendering Framework Intel Select Solutions for Professional Visualization with

More information

Build ESR1800R-v Megapixel. Optimized for Surveillance. Tuned and Tested. Ernitec Smart Recovery. Hardware Monitoring.

Build ESR1800R-v Megapixel. Optimized for Surveillance. Tuned and Tested. Ernitec Smart Recovery. Hardware Monitoring. Professional Surveillance Solutions Build ESR1800R-v2 16bay Rack Surveillance Server 1800 Megapixel fps recording Dual Gigabit Network Card 16 Hot Swappable HDD bays 1GB Graphic controller ESR Smart Recovery

More information

Brutus. Above and beyond Hreidar and Gonzales

Brutus. Above and beyond Hreidar and Gonzales Brutus Above and beyond Hreidar and Gonzales Dr. Olivier Byrde Head of HPC Group, IT Services, ETH Zurich Teodoro Brasacchio HPC Group, IT Services, ETH Zurich 1 Outline High-performance computing at ETH

More information

eslim SV Xeon 2U Server

eslim SV Xeon 2U Server eslim SV7-2250 Xeon 2U Server www.eslim.co.kr Dual and Quad-Core Server Computing Leader!! ELSIM KOREA INC. 1. Overview Hyper-Threading eslim SV7-2250 Server Outstanding computing powered by 64-bit Intel

More information

SAS to SAS/SATA JBOD Subsystem. User Manual. Revision 1.1

SAS to SAS/SATA JBOD Subsystem. User Manual. Revision 1.1 SAS to SAS/SATA JBOD Subsystem Revision 1.1 Table of Contents Chapter 1 Introduction... 3 1.1 Features... 4 1.2 Technical Specifications... 5 1.3 Unpacking the JBOD Expansion Chassis... 6 1.4 Identifying

More information

Pegasus V3 Servers. Core Cost Saving Concept. Version 3 Performance Increase. Optimized For Surveillance. Hardware Monitoring Remote Access

Pegasus V3 Servers. Core Cost Saving Concept. Version 3 Performance Increase. Optimized For Surveillance. Hardware Monitoring Remote Access Professional Surveillance Solutions Pegasus V3 Servers Core Cost Saving Concept 1000 & 2800 Megapixel fps Recording Intel i5, i7 or E3 Xeon Kaby Lake CPUs 8 or 16 GB DDR4 Ram 4, 8, 12 or 16 Hot Swappable

More information

Cisco UCS C210 M1 General-Purpose Rack-Mount Server

Cisco UCS C210 M1 General-Purpose Rack-Mount Server Cisco UCS C210 M1 General-Purpose Rack-Mount Server Product Overview Cisco UCS C-Series Rack-Mount Servers extend unified computing innovations to an industry-standard form factor to help reduce total

More information

Cisco UCS C250 M2 Extended-Memory Rack-Mount Server

Cisco UCS C250 M2 Extended-Memory Rack-Mount Server Cisco UCS C250 M2 Extended-Memory Rack-Mount Server Product Overview Cisco UCS C-Series Rack-Mount Servers extend unified computing innovations to an industry-standard form factor to help reduce total

More information

Developing a Powerful yet Inexpensive Computational Infrastructure for the UT Dept. of Nuclear Engineering. David D. Dixon April 8, 2009

Developing a Powerful yet Inexpensive Computational Infrastructure for the UT Dept. of Nuclear Engineering. David D. Dixon April 8, 2009 Developing a Powerful yet Inexpensive Computational Infrastructure for the UT Dept. of Nuclear Engineering David D. Dixon April 8, 2009 Overview Status of Existing Computational Infrastructure General

More information

Cisco UCS C240 M3 Server

Cisco UCS C240 M3 Server Data Sheet Cisco UCS C240 M3 Rack Server Product Overview The form-factor-agnostic Cisco Unified Computing System (Cisco UCS ) combines Cisco UCS C-Series Rack Servers and B-Series Blade Servers with networking

More information

NAMD Performance Benchmark and Profiling. January 2015

NAMD Performance Benchmark and Profiling. January 2015 NAMD Performance Benchmark and Profiling January 2015 2 Note The following research was performed under the HPC Advisory Council activities Participating vendors: Intel, Dell, Mellanox Compute resource

More information

Pegasus 5 Series. Ernitec Smart Backup. Massive Power. Optimized for Surveillance. Battery Backed 12Gbps Raid Controller.

Pegasus 5 Series. Ernitec Smart Backup. Massive Power. Optimized for Surveillance. Battery Backed 12Gbps Raid Controller. Professional Surveillance Solutions Pegasus 5 Series E5 Surveillance Servers Up to Two Xenon E5 Intel Processors Dual Gigabit Network Card Up to 36 Hot Swappable HDD bays 864 TB Storage with External JBOB

More information

Supports up to four 3.5-inch SAS/SATA drives. Drive bays 1 and 2 support NVMe SSDs. A size-converter

Supports up to four 3.5-inch SAS/SATA drives. Drive bays 1 and 2 support NVMe SSDs. A size-converter , on page External Features, on page Serviceable Component Locations, on page Summary of Server Features, on page The server is orderable in different versions, each with a different front panel/drive-backplane

More information

Head to Head with Dell & IBM: How ProLiant Wins

Head to Head with Dell & IBM: How ProLiant Wins Head to Head with Dell & IBM: How ProLiant Wins Erik Salwen Group Manager HP ProLiant Platform Division Session #2214 Adaptive Enterprise: a strategy positioned to win Supply Business Strategy Business

More information

VIA ProSavageDDR KM266 Chipset

VIA ProSavageDDR KM266 Chipset VIA ProSavageDDR KM266 Chipset High Performance Integrated DDR platform for the AMD Athlon XP Page 1 The VIA ProSavageDDR KM266: High Performance Integrated DDR platform for the AMD Athlon XP processor

More information

Specification. Platform Requirements for VANTAGE Marine 11.6

Specification. Platform Requirements for VANTAGE Marine 11.6 Platform Requirements for VANTAGE Marine 11.6 VANTAGE Marine 11.6 Specification PLEASE NOTE: AVEVA Solutions has a policy of continuing product development: therefore, the information contained in this

More information

INFOBrief. Dell PowerEdge Key Points

INFOBrief. Dell PowerEdge Key Points INFOBrief Dell PowerEdge 1855 Key Points The Dell PowerEdge 1855 can pack up to 43% more processor, memory and storage density into a 42U rack than traditional Dell 1U servers 5 while using up to 13% less

More information

Dual-Core Server Computing Leader!! 이슬림코리아

Dual-Core Server Computing Leader!! 이슬림코리아 Dual-Core Server Computing Leader!! 이슬림코리아 제품소개 Hyper-Threading eslim EXTREME-7 Blade Server 단위면적당최고의성능비를제공하는 Xeon 블레이드서버 Full-Redundant System ; Switch, Management, FC Blade, Power, Fan Features * 고밀도

More information

Sami Saarinen Peter Towers. 11th ECMWF Workshop on the Use of HPC in Meteorology Slide 1

Sami Saarinen Peter Towers. 11th ECMWF Workshop on the Use of HPC in Meteorology Slide 1 Acknowledgements: Petra Kogel Sami Saarinen Peter Towers 11th ECMWF Workshop on the Use of HPC in Meteorology Slide 1 Motivation Opteron and P690+ clusters MPI communications IFS Forecast Model IFS 4D-Var

More information

IBM eserver xseries. BladeCenter. Arie Berkovitch eserver Territory Manager IBM Corporation

IBM eserver xseries. BladeCenter. Arie Berkovitch eserver Territory Manager IBM Corporation BladeCenter Arie Berkovitch eserver Territory Manager 2006 IBM Corporation IBM BladeCenter What is a Blade A server on a card each Blade has its own: processor networking memory optional storage etc. IBM

More information

NOTE: Use the System Setup program to view microprocessor information. For more information, see "Using the System Setup Program."

NOTE: Use the System Setup program to view microprocessor information. For more information, see Using the System Setup Program. Back to Contents Page System Overview Dell PowerEdge 1600SC Systems Service Manual System Features Supported Systems Power Protection Devices Other Documents You May Need Specifications System Features

More information