Efficient Hardware Support for the Partitioned Global Address Space

Størrelse: px
Starte visningen fra side:

Download "Efficient Hardware Support for the Partitioned Global Address Space"

Transkript

1 Efficient Hardware Support for the Partitioned Global Address Space and Heiner Litz Computer Architecture Group University of Heidelberg

2 Outline Motivation & Goal Architecture Performance Evaluation Conclusion 2

3 Motivation PGAS Cache coherent shared memory does not scale Neither Broadcast- nor Directory-based cache protocols See also AMD s Probe Filter Partitioned Global Address Space (PGAS) Locally coherent, globally non-coherent Yelick 2006: Partitioned Global Address Space (PGAS) languages combine the programming convenience of shared memory with the locality and performance control of message passing. Leverage local coherency advantages, avoid global coherency disadvantages 3

4 Motivation Goal PGAS relies on High bandwidth bulk transfers Fine grain accesses for both communication and synchronization purposes Goal Provide best support for fine grain accesses with minimal software overhead Bandwidth 4

5 Architecture Overview 1. Lean Shared Memory Engine Address Translation SrcTag Management Stateless on Origin side Virtualized 2. Reliable network with in-order delivery HT requests supposed to be answered 3. Leverage HyperTransport s latency advantage and direct CPU connectivity 4. Minimal protocol conversion CPU HT On-chip network Network Memory Memory 5

6 Architecture Working Principle 1. LOAD / STORE instruction 2. HT request to SMFU 3. SMFU performs address translation, target node determination 4. Request is send as Extoll network packet to target 5. SMFU performs SrcTag translation 6. HT request to target MC 7. MC handles request 8. HT response to SMFU 9. SMFU re-translates SrcTag 10. HT response encapsulated in Extoll network packet 11. HT response to CPU Memory 3 2 CPU HT 1 SMFU 11 4 EXTOLL Network Packet 10 CPU HT SMFU EXTOLL Custom FPGA-based high performance interconnection network Memory 6

7 Architecture Egress & Ingress Unit 7

8 Architecture Address Translation ostartaddr tstartaddr taddr oaddr tnodeid gaddr = = oaddr ostartaddr ( gaddr & mask) >> shift _ count ( gaddr& mask) tstartaddr taddr = ~ + 8

9 Architecture Matching Store HT request Address Calculation I Egress Unit Requester Path Target Node ID Responder Path Address Calculation II Network Stores origin information Node ID, HT SrcTag Only used on target side HT response tsrctag Matching Matching Store Responder Path osrctag & onode ID Network Ingress Responder Unit Stores osrctag, onodeid tsrctag returned HT non-posted request HT request/response Store osrctag & onode ID Completer Path Forward transaction Assign free tsrctag Network Network Egress Responder Unit Uses tsrctag for lookup Ingress Unit 9

10 Architecture Framework Hyper-Transport IP Core On Chip Network Net-work Port Network Switch HT-Core: Direct CPU connection Fully synchronous Efficient pipelined structure Incoming / Outgoing : 12 / 6 cycles HTAX: Non-blocking crossbar HT-derived protocol 3(+2) cycles latency 10

11 Architecture Framework Hyper-Transport IP Core On Chip Network Net-work Port Network Switch Network Switch: In-order delivery of packets Hardware retransmission Virtual Output Queuing Virtual channels Cut-through switching Source-Path routing Credit based flow-control Fault tolerance Remote management access 11

12 Performance Evaluation Two nodes, each: 4x AMD Opteron 2.2GHz Quad Core 16GB RAM Standard Linux Virtex-4 FX100 Prototype 156MHz core clock HT400 interface (1.6GB/s) 6 links, each 6.24 Gbps FPGA: 75% utilization 12

13 Performance Evaluation Limitations & Solutions CPU microarchitecture Only one outstanding load transaction on MMIO space Max. size of load on uncacheable memory 64bit Move to DRAM space Cacheable memory BIOS MMIO space per PCI B:D:F number max. 256MB Extended MMIO (EMMIO) Move to DRAM space 13

14 Full round trip latency including main memory access Read Latency Read Latency Performance Evaluation Remote Loads Read Throughput Read Throughput Latency[μs] Latency[μs] Measurement HT400 / 156MHz core clock Measurement HT400 / 156MHz core clock Simulation HT1000 / 800MHz core clock Simulation HT1000 / 800MHz core clock Size[byte] 8 Size[byte] Throghput[MB/s] Throghput[MB/s] Nonposted Measurement, max. 1 outstanding Nonposted Measurement, max. 1 outstanding Nonposted Simulation, max. 1 outstanding Nonposted Simulation, max. 1 outstanding Nonposted Simulation, max. 32 outstanding Nonposted Simulation, max. 32 outstanding Size[byte] Size[byte] Little s Law (1961, queuing theory) Number outstanding N = 1 Response Time R = 2 usec (approx.) Throughput X 1 8B X = N / R = = 4MB / 2us s 14

15 Performance Evaluation Remote Stores Throghput[MB/s] Throghput[MB/s] Write Throughput Write Throughput Size[byte] Size[byte] Simulation HT1000 / 800MHz Simulation core HT1000 clock / 800MHz core clock Measurement HT400 / 156MHz Measurement core clock HT400 / 156MHz core clock Rate [1/s] Rate [1/s] 7,000, ,000, ,000, ,000, ,000, ,000, ,000, ,000, ,000, ,000, ,000, ,000, ,000, ,000, Posted Transaction Rate Posted Transaction Rate Size [Byte] Size [Byte] At network peak bandwidth for 64bytes Outstanding transaction rate 15

16 Performance Evaluation Put it into context! Comparing SMFU vs. EXTOLL (API) Comparing SMFU vs. EXTOLL (API) (two nodes, 4x 2.2GHz K10 Opteron) (two nodes, 4x 2.2GHz K10 Opteron) MB/s MB/s Speedup Speedup SMFU over EXTOLL SMFU over EXTOLL Speedup Speedup SMFU over IB SMFU over IB Shared Memory Shared Memory (FPGA-based) (FPGA-based) Remote Stores Remote Stores API over EXTOLL API over EXTOLL (FPGA-based) (FPGA-based) NetPIPE Stream NetPIPE Stream MPI over IB MPI over IB (ASIC-based) (ASIC-based) NetPIPE Stream NetPIPE Stream ,024 2,048 4,096 8, ,024 2,048 4,096 8,192 size [bytes] size [bytes]

17 Conclusion & Future Conclusion Prove of concept of Distributed Shared Memory Fine grained remote stores & loads Efficient and slim design First performance numbers outstanding and encouraging (taken into account the technology differences) Future Atomic operations DRAM space (requires coherency) Consistency supporting strict and relaxed operations Application level evaluation UPC/GASNet Aggregating memory 17

Interconnect. Front end interface

Interconnect. Front end interface Direct Remote Access to Devices (DREAD) Introduktion These Metode Baggrund Prototypen Resultater Konklusioner Kritik og fremtidigt arbejde 5. december 2000 Direct Remote Access to Devices slide 1 Klynger

Læs mere

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU OUTLINE INEFFICIENCY OF ATTILA WAYS TO PARALLELIZE LOW COMPATIBILITY IN THE COMPILATION A SOLUTION

Læs mere

Scheduling Algorithms for Super 3G

Scheduling Algorithms for Super 3G Scheduling Algorithms for Super 3G Jean-Christophe Laneri Kungliga Tekniska Högskolan Radio Communications Laboratory Master Thesis Project Advisor: Hannes Ekström Examiner: Slimane Ben Slimane (Ericsson

Læs mere

Sorting on the SRC 6 Reconfigurable Computer

Sorting on the SRC 6 Reconfigurable Computer Sorting on the SRC 6 Reconfigurable Computer John arkins, Tarek El-Ghazawi, Esam El-Araby, Miaoqing uang The George Washington University Washington, DC J. arkins 1 of 51 MAPD2005/C178 Algorithms Quick

Læs mere

Serverteknologi I Project task list

Serverteknologi I Project task list Dato: 31. marts 2016 Skrevet af John Have Jensen & Anders Dahl Valgreen Introduktion Velkommen til faget ServerTeknologi I. Denne uge er planlagt som en projektuge hvor du selv eller din gruppe skal opbygget

Læs mere

IPv6 Application Trial Services. 2003/08/07 Tomohide Nagashima Japan Telecom Co., Ltd.

IPv6 Application Trial Services. 2003/08/07 Tomohide Nagashima Japan Telecom Co., Ltd. IPv6 Application Trial Services 2003/08/07 Tomohide Nagashima Japan Telecom Co., Ltd. Outline Our Trial Service & Technology Details Activity & Future Plan 2 Outline Our Trial Service & Technology Details

Læs mere

PEMS RDE Workshop. AVL M.O.V.E Integrative Mobile Vehicle Evaluation

PEMS RDE Workshop. AVL M.O.V.E Integrative Mobile Vehicle Evaluation PEMS RDE Workshop AVL M.O.V.E Integrative Mobile Vehicle Evaluation NEW - M.O.V.E Mobile Testing Platform Key Requirements for Measuring Systems Robustness Shock / vibrations Change of environment Compact

Læs mere

HP ProDesk 400 G5 Minitower I GB 256GB

HP ProDesk 400 G5 Minitower I GB 256GB HP ProDesk 400 G5 Minitower I5-8500 8GB 256GB Windows 10 Pro 64-bit Description HP ProDesk 400 G5 - Micro tower - 1 x Core i5 8500 / 3 GHz - RAM 8 GB - SSD 256 GB - NVMe - DVD-Writer - UHD Graphics 630

Læs mere

BlueGene/L System Status Update

BlueGene/L System Status Update BlueGene/L System Status Update José Moreira IBM T. J. Watson Research Center BlueGene/L Outline BlueGene/L system architecture Prototype status Early benchmark results 2 BlueGene/L system architecture

Læs mere

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1 Project Step 7 Behavioral modeling of a dual ported register set. Copyright 2006 - Joanne DeGroat, ECE, OSU 1 The register set Register set specifications 16 dual ported registers each with 16- bit words

Læs mere

Basic Design Flow. Logic Design Logic synthesis Logic optimization Technology mapping Physical design. Floorplanning Placement Fabrication

Basic Design Flow. Logic Design Logic synthesis Logic optimization Technology mapping Physical design. Floorplanning Placement Fabrication Basic Design Flow System design System/Architectural Design Instruction set for processor Hardware/software partition Memory, cache Logic design Logic Design Logic synthesis Logic optimization Technology

Læs mere

Avancerede Datanet. Udviklingen i Netværksarkitekturer. Ole Brun Madsen Professor Department of Control Engineering University of Aalborg

Avancerede Datanet. Udviklingen i Netværksarkitekturer. Ole Brun Madsen Professor Department of Control Engineering University of Aalborg Department of Control Engineering Distributed Real-time Systems Avancerede Datanet Udviklingen i Netværksarkitekturer Ole Brun Madsen Professor Department of Control Engineering University of Aalborg Avancerede

Læs mere

MPLS konfiguration. Scenarie hold 1 & 2

MPLS konfiguration. Scenarie hold 1 & 2 MPLS konfiguration Scenarie hold 1 & 2 1 Scenarie hold 3 & 4 H3S H4S Konfiguration af MPLS 1. Gøre netværket klart til opgaven 2. Aktivere tag-swiching på P og PE Routere 3. Oprette VRF for kunder 4. Konfigurere

Læs mere

Generalized Probit Model in Design of Dose Finding Experiments. Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US

Generalized Probit Model in Design of Dose Finding Experiments. Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US Generalized Probit Model in Design of Dose Finding Experiments Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US Outline Motivation Generalized probit model Utility function Locally optimal designs

Læs mere

Engineering of Chemical Register Machines

Engineering of Chemical Register Machines Prague International Workshop on Membrane Computing 2008 R. Fassler, T. Hinze, T. Lenser and P. Dittrich {raf,hinze,thlenser,dittrich}@minet.uni-jena.de 2. June 2008 Outline 1 Motivation Goal Realization

Læs mere

GNSS/INS Product Design Cycle. Taking into account MEMS-based IMU sensors

GNSS/INS Product Design Cycle. Taking into account MEMS-based IMU sensors GNSS/INS Product Design Cycle Taking into account MEMS-based IMU sensors L. Vander Kuylen 15 th th December 2005 Content Product Definition Product Development Hardware Firmware Measurement Campaign in

Læs mere

VMware VMmark V1.1.1 Results

VMware VMmark V1.1.1 Results VMware VMmark V1.1.1 Results Vendor and Hardware Platform: Cisco UCS C460 M1 Virtualization Platform: VMware ESXi 4.0 Build 240223 Performance Section Performance Tested By: Cisco Systems Test Date: 4-09-2010

Læs mere

Serverteknologi I * Projekt * Opgaveliste

Serverteknologi I * Projekt * Opgaveliste Skrevet af John Have Jensen & Anders Dahl Valgreen Dato: 4. januar 2017 Introduktion Velkommen til faget ServerTeknologi I. Denne uge er planlagt som en projektuge hvor du selv eller din gruppe skal opbygget

Læs mere

Simpel Network Management Protocol SNMP

Simpel Network Management Protocol SNMP Projekter indenfor datanet Simpel Network Management Protocol SNMP DIKU.PEH.757 Tre komponenter i et net Bruger Bruger Bruger NMS Transport Net Bruger Bruger Grænseflade DIKU.PEH.758 Network Management

Læs mere

Velkommen. Backup & Snapshot v. Jørgen Weinreich / Arrow ECS Technical Specialist

Velkommen. Backup & Snapshot v. Jørgen Weinreich / Arrow ECS Technical Specialist Velkommen Backup & Snapshot v. Jørgen Weinreich / Arrow ECS Technical Specialist 1 Agenda Fra backup til restore produkt Politikstyret Backup Live Demo 2 IBM XIV Snapshots - Næsten uden begrænsninger Snapshot

Læs mere

SIMD. 2.1 Computation Reuse [1] Memoization [2] Nagoya Institute of Technology. Nara Institute of Science and Technology

SIMD. 2.1 Computation Reuse [1] Memoization [2] Nagoya Institute of Technology. Nara Institute of Science and Technology 1 1 1 2 1. SIMD 1 CPU [1] 1 Nagoya Institute of Technology 2 Nara Institute of Science and Technology 2. 2.1 Computation Reuse Memoization [2] c 2017 Information Processing Society of Japan 1 [3] Auto-

Læs mere

IP version 6. Kapitel 3: IPv6 in Depth Baseret på bogen: Cisco Self-study: Implementing Cisco IPv6 Networks Henrik Thomsen V1.0.

IP version 6. Kapitel 3: IPv6 in Depth Baseret på bogen: Cisco Self-study: Implementing Cisco IPv6 Networks Henrik Thomsen V1.0. IP version 6 Kapitel 3: IPv6 in Depth Baseret på bogen: Cisco Self-study: Implementing Cisco IPv6 Networks Henrik Thomsen V1.0 Indhold ICMPv6 Neighbor Discovery Protocol Stateless Autoconfiguration 1 ICMPv6

Læs mere

Algorithms & Architectures II

Algorithms & Architectures II Algorithms & Architectures II Algorithms & Architectures II Jens Myrup Pedersen Hans Peter Schwefel Kursusholdere Dagens lektion Overordnet mål: At etablere en forståelse for hvordan hardware og hardwarearkitekturer

Læs mere

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg]

Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Self-Organization in Autonomous Sensor/Actuator Networks [SelfOrg] Dr.-Ing. Falko Dressler Computer Networks and Communication Systems Department of Computer Sciences University of Erlangen-Nürnberg http://www7.informatik.uni-erlangen.de/~dressler/

Læs mere

ESG reporting meeting investors needs

ESG reporting meeting investors needs ESG reporting meeting investors needs Carina Ohm Nordic Head of Climate Change and Sustainability Services, EY DIRF dagen, 24 September 2019 Investors have growing focus on ESG EY Investor Survey 2018

Læs mere

En god Facebook historie Uddannelser og valgfag målrettet datacenterindustrien!?

En god Facebook historie Uddannelser og valgfag målrettet datacenterindustrien!? En god Facebook historie Uddannelser og valgfag målrettet datacenterindustrien!? DDI møde 18.09.2019 - UCL, Odense. V/ Projektleder og lektor Lars Bojen, IT & Tech uddannelserne, lcbn@ucl.dk Agenda 1.

Læs mere

talk outline sea bed network deployment issues; energy distribution seabed network issues;

talk outline sea bed network deployment issues; energy distribution seabed network issues; talk outline sea bed network deployment issues; energy distribution seabed network issues; data transmission seabed network; seabed network decisional process specification from physics no deployment feasibility

Læs mere

Virtuel Hukommelse. Niels Olof Bouvin Institut for Datalogi Aarhus Universitet

Virtuel Hukommelse. Niels Olof Bouvin Institut for Datalogi Aarhus Universitet Virtuel Hukommelse 1 Niels Olof Bouvin Institut for Datalogi Aarhus Universitet Oversigt Formålet med virtuel hukommelse Organisering af virtuel hukommelse Håndtering af virtuel hukommelse 2 Minimal computerarkitektur

Læs mere

Resource types R 1 1, R 2 2,..., R m CPU cycles, memory space, files, I/O devices Each resource type R i has W i instances.

Resource types R 1 1, R 2 2,..., R m CPU cycles, memory space, files, I/O devices Each resource type R i has W i instances. System Model Resource types R 1 1, R 2 2,..., R m CPU cycles, memory space, files, I/O devices Each resource type R i has W i instances. Each process utilizes a resource as follows: request use e.g., request

Læs mere

LX5280. High-Performance RISC-DSP for IP Licensing

LX5280. High-Performance RISC-DSP for IP Licensing High-Performance RISC-DSP for IP Licensing Bob Gelinas, Charlie Hauck, Pat Hays, Franklin Hooker, Kevin Joyce, Sol Katzman, Charley Lind, Elliot Mednick, Tat Ng, Jonah Probell, Sam Rosen, Bill Rubin Lexra,

Læs mere

Aggregation based on road topologies for large scale VRPs

Aggregation based on road topologies for large scale VRPs Aggregation based on road topologies for large scale VRPs Eivind Nilssen, SINTEF Oslo, June 12-14 2008 1 Outline Motivation and background Aggregation Some results Conclusion 2 Motivation Companies with

Læs mere

TCP/IP stakken. TCP/IP Protokollen består af 5 lag:

TCP/IP stakken. TCP/IP Protokollen består af 5 lag: Trådløse netværk TCP/IP stakken TCP/IP er nok den mest benyttede netværks protokol. Protokollen har fået sit navn efter de to vigtigste protokoller i den : Transmission Control Protocol (TCP) og Internet

Læs mere

MOC On-Demand Administering System Center Configuration Manager [ ]

MOC On-Demand Administering System Center Configuration Manager [ ] E-learning 90 dage DKK 7.999 Nr. 90111 P ekskl. moms Dato Sted 29-12-2019 Virtuelt kursus MOC On-Demand Administering System Center Configuration Manager [20703-1] Online undervisning når det passer dig

Læs mere

Vore IIoT fokus områder

Vore IIoT fokus områder Vore IIoT fokus områder INDUSTRI FORSYNINH & INFRASTRUKTUR BYGNING & DATACENTER TRANSPORT & LOGISTIK Ewon & Talk2M - A proven success! ewons connected Talk2M servers Alle taler om det! Fjernadgang og Industrial

Læs mere

Grow. With the Leader. IBM Storwize v7000. v/lars Kok

Grow. With the Leader. IBM Storwize v7000. v/lars Kok Grow. With the Leader. IBM Storwize v7000 v/lars Kok Information Explosion Zettabytes Informationen i danske virksomheder fordobles hver 18-24 måneder Exabytes Budget til Storage & daministration stiger

Læs mere

02-03-2012. Sesam Automationstrend. Spørgsmål til leverandørerne? New Automation Technology

02-03-2012. Sesam Automationstrend. Spørgsmål til leverandørerne? New Automation Technology New Automation Technology Sesam Automationstrend Sesam Automationstrend 1 Spørgsmål til leverandørerne? Hvorledes håndteres kundekrav til udviklingsplatformen, og hvorledes håndteres kundernes specielle

Læs mere

Architectural System Model

Architectural System Model System Models Architectural System Model An architectural model of a distributed system is concerned with the placement of its parts and relationships between them. Examples Client-server Peer-to-peer

Læs mere

Financial Management -II

Financial Management -II SEMESTER V Financial Management -II To understand theories of value, risk and return, capital investment decisions, financing decisions, dividend policy, capital structure, and options. Also, to study

Læs mere

Dell Cloud Client Computing Hvordan virtualisere vi de tunge grafisk applikationer?

Dell Cloud Client Computing Hvordan virtualisere vi de tunge grafisk applikationer? Dell Cloud Client Computing Hvordan virtualisere vi de tunge grafisk applikationer? Christian Eilskov Sales Engineer, christian_eilskov@dell.com +45 40 60 13 92 Dell Cloud Client Computing Dell lever produkter

Læs mere

Dell Latitude 14" I5-8250U 8GB 256GB Intel UHD Graphics 620 Windows 10 Pro 64-bit

Dell Latitude 14 I5-8250U 8GB 256GB Intel UHD Graphics 620 Windows 10 Pro 64-bit Dell Latitude 14" I5-8250U 8GB 256GB Intel UHD Graphics 620 Windows 10 Pro 64-bit Description Dell Latitude 5490 - Core i5 8250U / 1.6 GHz - Win 10 Pro 64-bit - 8 GB RAM - 256 GB SSD Class 20-14" 1920

Læs mere

CoS. Class of Service. Rasmus Elmholt V1.0

CoS. Class of Service. Rasmus Elmholt V1.0 CoS Class of Service Rasmus Elmholt V1.0 CoS Converged networks IP CoS Converged network ser god ud på papiret Flere netværk bliver samlet i et bærenet Maksimal return of investment Men fordelene forsvinder

Læs mere

Structured P2P over Wireless Multi-hop Networks

Structured P2P over Wireless Multi-hop Networks Structured P2P over Wireless Multi-hop Networks Marcel C. Castro Karlstad University, Sweden 1 Outline Background and motivation Structured P2P Overlay in MANETs Performance evaluation Conclusion and future

Læs mere

Kommunikationssysteme [KS]

Kommunikationssysteme [KS] Kommunikationssysteme [KS] Dr.-Ing. Falko Dressler Computer Networks and Communication Systems Department of Computer Sciences University of Erlangen-Nürnberg http://www7.informatik.uni-erlangen.de/~dressler/

Læs mere

Routeren. - og lag 3 switchen! Netteknik 1

Routeren. - og lag 3 switchen! Netteknik 1 Routeren - og lag 3 switchen! Netteknik 1 Routeren en introduktion NETVÆRK 10.0.0.0 NETVÆRK 192.168.1.0 E1 Router E0 S0 NETVÆRK 194.182.2.0 Grundlæggende LAN teknologi består af Ethernet switche der flytter

Læs mere

26.499:- ekskl. moms. og fragt. Kampagne: PowerEdge R715. Server fra Dell. Ring eller skriv for yderligere information

26.499:- ekskl. moms. og fragt. Kampagne: PowerEdge R715. Server fra Dell. Ring eller skriv for yderligere information Kampagne: PowerEdge R715 Server fra Dell PowerEdge R715 er udstyret med AMD Opteron-processorteknologi og er udviklet til at håndtere de mest krævende arbejdsbelastninger med fremragende stabilitet, effektivitet

Læs mere

OPC UA Information model for Advanced Manufacturing

OPC UA Information model for Advanced Manufacturing OPC UA Information model for Advanced Manufacturing Michael Nielsen Managing Director Beckhoff Automation 28.09.2015 1 OPC UA Information model for Advanced Manufacturing 28.09.2015 2 Hvad er OPC? OPC

Læs mere

Samsung Xpress SL-M2026W Laser

Samsung Xpress SL-M2026W Laser Samsung Xpress SL-M2026W Laser Description Samsung Xpress SL-M2026W - Printer - monochrome - laser - A4/Legal - 1200 x 1200 dpi - up to 20 ppm - capacity: 150 sheets - USB 2.0, Wi-Fi(n) Features Problemfri

Læs mere

Breakfast Club: Lav dit eget Servicekatalog

Breakfast Club: Lav dit eget Servicekatalog Breakfast Club: Lav dit eget katalog HP Software & Solutions Danmark Professional s Lars-Kristian.Larsen@hp.com 2008 Hewlett-Packard Development Company, L.P. The information contained herein is subject

Læs mere

Valg af Automationsplatform

Valg af Automationsplatform Valg af Automationsplatform Factory or Machine? Different Product Segments APROL for Process Control and Factory Automation Automation Studio for Machine Automation Factory Automation Factory automation

Læs mere

Hardware og software på forskermaskinerne

Hardware og software på forskermaskinerne 4. september 2017 MTL Forskning og Metode og software på forskermaskinerne Dette er en liste over alle installerede programmer på DST s Forskermaskiner pr. 4/9/2017. Ud over de faste program-pakker til

Læs mere

Serverteknologi I Projektopgave. Mål for kurset

Serverteknologi I Projektopgave. Mål for kurset Dato: 21. april 2016 Skrevet af John Have Jensen & Anders Dahl Valgreen Introduktion Velkommen til faget ServerTeknologi I. Denne uge er planlagt som en projektuge hvor du selv eller din gruppe skal opbygget

Læs mere

Lithium-Ion Jump-Starters / Jumper Cables

Lithium-Ion Jump-Starters / Jumper Cables AUTOMOTIVE Lithium-Ion Jump-Starters / Jumper Cables Lithium-Ion Jump-Starter 1300: Part No. DRLJS130 1300 4 6 8 cylinder (6 liter gas 3 liter diesel) SafeJump technology prevents sparking and protects

Læs mere

(Design and Implementation of Configuration Management for the MPLS VPN)

(Design and Implementation of Configuration Management for the MPLS VPN) MPLS VPN (Design and Implementation of Configuration Management for the MPLS VPN) O, shout0713@empalcom, ytkim@yuackr site (VPN),,, MPLS (MPLS VPN) MPLS VPN service provider network MPLS VPN, MPLS VPN

Læs mere

LEADit & USEit 2018 CampusHuset - Campus Bindslevs Plads i Silkeborg 25. Oktober 2018

LEADit & USEit 2018 CampusHuset - Campus Bindslevs Plads i Silkeborg 25. Oktober 2018 LEADit & USEit 2018 CampusHuset - Campus Bindslevs Plads i Silkeborg 25. Oktober 2018 Global visibility for assets and field equipment - Enhancing efficiency, utilization, and safety Agenda Forhistorie,

Læs mere

Growth. Bahrain. Growthisneverbymerechance;itisthe resultofforcesworkingtogether. Oman Kuwait. JamesCashPenney. SaudiArabia

Growth. Bahrain. Growthisneverbymerechance;itisthe resultofforcesworkingtogether. Oman Kuwait. JamesCashPenney. SaudiArabia AProfile BAHRAIN 1984AboutUs AtBATEC,we bringitaltogetherforourcustomers,from revolutionarytechnologiesto next-generationmobilityenhancednetworksandsophisticatedsolutionsforsmal,medium andenterpriselargebusinesses.

Læs mere

Constant Terminal Voltage. Industry Workshop 1 st November 2013

Constant Terminal Voltage. Industry Workshop 1 st November 2013 Constant Terminal Voltage Industry Workshop 1 st November 2013 Covering; Reactive Power & Voltage Requirements for Synchronous Generators and how the requirements are delivered Other countries - A different

Læs mere

Evaluating Germplasm for Resistance to Reniform Nematode. D. B. Weaver and K. S. Lawrence Auburn University

Evaluating Germplasm for Resistance to Reniform Nematode. D. B. Weaver and K. S. Lawrence Auburn University Evaluating Germplasm for Resistance to Reniform Nematode D. B. Weaver and K. S. Lawrence Auburn University Major objectives Evaluate all available accessions of G. hirsutum (TX list) for reaction to reniform

Læs mere

Interim report. 24 October 2008

Interim report. 24 October 2008 Interim report 24 October 2008 2 2008 Key figures July-September 2008 Net sales were SEK 3,690 m (3,748) Organic growth was 1% Operating profit (EBIT) declined by 32% to SEK 186 m (272). Negative currency

Læs mere

Varenr.: 553925 90 højre 553926 90 venstre 554027 90º højre med coating 554028 90º venstre med coating

Varenr.: 553925 90 højre 553926 90 venstre 554027 90º højre med coating 554028 90º venstre med coating DK GH Skiftespor Varenr.: 55395 90 højre 55396 90 venstre 55407 90º højre med coating 55408 90º venstre med coating 553991 60º højre 553995 60º venstre 551058 60º højre med coating 551059 60º venstre med

Læs mere

SYNOLOGY DS418j 4-bay NAS server

SYNOLOGY DS418j 4-bay NAS server SYNOLOGY DS418j 4-bay NAS server Description Synology Disk Station DS418j - NAS server - 4 bays - RAID 0, 1, 5, 6, 10, JBOD - RAM 1 GB - Gigabit Ethernet - iscsi Stream indhold til dit TV Gør din Synology

Læs mere

Number of Hosts: 8 Uniform Hosts [yes/no]: yes Total sockets/core/threads in test: 16 Sockets / 128 Cores / 256 Threads

Number of Hosts: 8 Uniform Hosts [yes/no]: yes Total sockets/core/threads in test: 16 Sockets / 128 Cores / 256 Threads 1 of 11 11/13/2012 9:50 AM Vendor and Hardware Platform: Fujitsu PRIMERGY BX924 S3 Virtualization Platform: VMware ESX 4.1.0 U3 Build 800380 VMware vcenter Server: VMware vcenter Server 5.1.0 build 799731

Læs mere

MB6-896 Distribution and Trade in Microsoft Dynamics 365 for Finance and Operations

MB6-896 Distribution and Trade in Microsoft Dynamics 365 for Finance and Operations Kursus 5 dage DKK 25.500 Nr. 90148 P ekskl. moms Dato Sted 17-06-2019 Taastrup 22-07-2019 Aarhus 16-09-2019 Taastrup 02-12-2019 Aarhus 16-12-2019 Taastrup MB6-896 Distribution and Trade in Microsoft Dynamics

Læs mere

Network. Grundlæggende netværk. Region Syd Grundlæggende netværk

Network. Grundlæggende netværk. Region Syd Grundlæggende netværk Network Grundlæggende netværk Region Syd Grundlæggende netværk Basic Networking Nummeriske systemer Bits og bytes Ethernet (MAC Address etc.). IP Adressen/Subnet mask. ARP: Sammenspil imellem MAC og IP

Læs mere

Hardware og software på forskermaskinerne

Hardware og software på forskermaskinerne 12. december 2017 MTL Forskning og Metode og software på forskermaskinerne Dette er en liste over alle installerede programmer på DST s Forskermaskiner pr. 12/12/2017. Ud over de faste program-pakker til

Læs mere

HACKERNE BLIVER BEDRE, SYSTEMERNE BLIVER MERE KOMPLEKSE OG PLATFORMENE FORSVINDER HAR VI TABT KAMPEN? MARTIN POVELSEN - KMD

HACKERNE BLIVER BEDRE, SYSTEMERNE BLIVER MERE KOMPLEKSE OG PLATFORMENE FORSVINDER HAR VI TABT KAMPEN? MARTIN POVELSEN - KMD HACKERNE BLIVER BEDRE, SYSTEMERNE BLIVER MERE KOMPLEKSE OG PLATFORMENE FORSVINDER HAR VI TABT KAMPEN? MARTIN POVELSEN - KMD HVILKEN BIL VIL DU HELST KØRE GALT I? Bemærk at brug og antal Bemærk at brug

Læs mere

Finn Gilling The Human Decision/ Gilling September Insights Danmark 2012 Hotel Scandic Aarhus City

Finn Gilling The Human Decision/ Gilling September Insights Danmark 2012 Hotel Scandic Aarhus City Finn Gilling The Human Decision/ Gilling 12. 13. September Insights Danmark 2012 Hotel Scandic Aarhus City At beslutte (To decide) fra latin: de`caedere, at skære fra (To cut off) Gilling er fokuseret

Læs mere

Dynamic Voltage and Frequency Management Based on Variable Update Intervals

Dynamic Voltage and Frequency Management Based on Variable Update Intervals Dynamic Voltage and Frequency Management Based on Variable Update Intervals for Frequency Setting Mehrdad Najibi Mostafa Salehi Ali Afzali Kusha Massoud Pedram S. Mehdi Fakhraie Hossein Pedram Presentation

Læs mere

Vi gør opmærksom på at undervisningen kan foregå på engelsk, afhængig af instruktør og deltagere. Alt kursusmateriale er på engelsk.

Vi gør opmærksom på at undervisningen kan foregå på engelsk, afhængig af instruktør og deltagere. Alt kursusmateriale er på engelsk. Kursus 5 dage DKK 26.950 Nr. 87245 P ekskl. moms Dato Sted 11-03-2019 Hvidovre Denne accelerede er et intensivt kursus, som består af kurserne ICND1 og ICND2, der afholdes på 5 lange dage. Du lærer at

Læs mere

ก ก. ก (System Development) 5.7 ก ก (Application Software Package) 5.8 ก (System Implementation) Management Information System, MIS 5.

ก ก. ก (System Development) 5.7 ก ก (Application Software Package) 5.8 ก (System Implementation) Management Information System, MIS 5. ก ก, MIS.....? 5.2 ก 5.3 ก (System Development Life Cycle: SDLC) 5.4 ก (Prototyping) 5.5 ก (End-User Development) 1 ก (System Development) Chapter? 5.6 ก ก (Outsourcing) 5.7 ก ก (Application Software Package)

Læs mere

Unitel EDI MT940 June 2010. Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004)

Unitel EDI MT940 June 2010. Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004) Unitel EDI MT940 June 2010 Based on: SWIFT Standards - Category 9 MT940 Customer Statement Message (January 2004) Contents 1. Introduction...3 2. General...3 3. Description of the MT940 message...3 3.1.

Læs mere

Network. Grundlæggende netværk. Region Syd Grundlæggende netværk

Network. Grundlæggende netværk. Region Syd Grundlæggende netværk Network Grundlæggende netværk Region Syd Grundlæggende netværk Basic Networking Nummeriske systemer Bits og bytes Ethernet (MAC Address etc.). IP Adressen/Subnet mask. ARP: Sammenspil imellem MAC og IP

Læs mere

Sider og segmenter. dopsys 1

Sider og segmenter. dopsys 1 Sider og segmenter dopsys 1 Lokal vs global sideallokering (1) Med (a) som udgangspunkt giver (b) lokal hhv. (c) global allokering forskellige resultater dopsys 2 Lokal vs global sideallokering (2) Den

Læs mere

Chapter 10: File System Interface

Chapter 10: File System Interface Chapter 10: File System Interface File Concept Access Methods Directory Structure File System Mounting File Sharing Protection Silberschatz et al, System Concepts 7/e, Wiley, 2005 File System Definition

Læs mere

What s Our Current Position? Uddannelsesstruktur i AUE. What Can You Choose After DE5? Uddannelsesstruktur i AUE

What s Our Current Position? Uddannelsesstruktur i AUE. What Can You Choose After DE5? Uddannelsesstruktur i AUE Information Meeting for DE5 and DE3 Further Study Possibilities What s Our Current Position? General Education Structure Andre muligheder DE3-DE5 Semesters (AUE) What Can You Choose After DE5? Diplomingeniøruddannelsen

Læs mere

Family of R744 control valves and suggestions for efficient testing

Family of R744 control valves and suggestions for efficient testing Family of R744 control valves and suggestions for efficient testing Norbert Stulgies, Axel Müller, Horst Kappler, Timo Greeb, Wilhelm Tegethoff, Sven Försterling, Jürgen Köhler 1 Contents 1. Motivation

Læs mere

Styresystemer og tjenester

Styresystemer og tjenester Styresystemer og tjenester Indhold: 1. Introduktion til styresystemer. 2. Processer og tråde. 3. Synkroniseringsmetoder og InterProcesCommunikation. 4. Memory management. 5. I/O og devicedrivere. 6. Filsystemer.

Læs mere

Applications. Computational Linguistics: Jordan Boyd-Graber University of Maryland RL FOR MACHINE TRANSLATION. Slides adapted from Phillip Koehn

Applications. Computational Linguistics: Jordan Boyd-Graber University of Maryland RL FOR MACHINE TRANSLATION. Slides adapted from Phillip Koehn Applications Slides adapted from Phillip Koehn Computational Linguistics: Jordan Boyd-Graber University of Maryland RL FOR MACHINE TRANSLATION Computational Linguistics: Jordan Boyd-Graber UMD Applications

Læs mere

OG-3600 Series Fiber Optic Transport for opengear card frame platform w/ SNMP Management

OG-3600 Series Fiber Optic Transport for opengear card frame platform w/ SNMP Management FEATURES w w 4 HDSDI 3G 8x8 Line/AES Genlock Time Code, GPIO, Data APPLICATIONS Studio Links Signal Trunking Signal distribution Campus interconnects Transmission links Telco circuits w w Outside Broadcast

Læs mere

Breaking Industrial Ciphers at a Whim MATE SOOS PRESENTATION AT HES 11

Breaking Industrial Ciphers at a Whim MATE SOOS PRESENTATION AT HES 11 Breaking Industrial Ciphers at a Whim MATE SOOS PRESENTATION AT HES 11 Story line 1 HiTag2: reverse-engineered proprietary cipher 2 Analytic tools are needed to investigate them 3 CryptoMiniSat: free software

Læs mere

High-Performance Data Mining med SAS Enterprise Miner 14.1

High-Performance Data Mining med SAS Enterprise Miner 14.1 High-Performance Data Mining med SAS Enterprise Miner 14.1 nye procedurer til en mere effektiv modeludviklingsproces Kristina Birch, Advisory Analytical Consultant, SAS Institute Indhold Hvad er High-Performance

Læs mere

Peering in Infrastructure Ad hoc Networks

Peering in Infrastructure Ad hoc Networks Peering in Infrastructure Ad hoc Networks EE 228a Course Project Mentor : Linhai He Group : Matulya Bansal Sanjeev Kohli Presentation Outline Introduction to the problem Objectives Problem Formulation

Læs mere

Information Meeting for DE5 and DE3 Further Study Possibilities

Information Meeting for DE5 and DE3 Further Study Possibilities Information Meeting for DE5 and DE3 Further Study Possibilities General Education Structure Diplomingeniør i Datateknik og Elektronik Civilingeniør i Datateknik og Elektronik Civilingeniør i Softwarekonstruktion

Læs mere

Challenges for the Future Greater Helsinki - North-European Metropolis

Challenges for the Future Greater Helsinki - North-European Metropolis Challenges for the Future Greater Helsinki - North-European Metropolis Prof. Dr.-Ing. / M.A. soc. pol. HafenCity University Hamburg Personal introduction background: - urban and regional planning - political

Læs mere

Basic statistics for experimental medical researchers

Basic statistics for experimental medical researchers Basic statistics for experimental medical researchers Sample size calculations September 15th 2016 Christian Pipper Department of public health (IFSV) Faculty of Health and Medicinal Science (SUND) E-mail:

Læs mere

Netværksmålinger. - en introduktion! Netteknik. TCP - IP - Ethernet

Netværksmålinger. - en introduktion! Netteknik. TCP - IP - Ethernet Netværksmålinger - en introduktion! Netteknik TCP - IP - Ethernet 1 DNS eksempel På en ældre Windows 7 pc sker følgende deault ved DNS opslag: HOSTS filen kigges igennem DNS + DNS Suffix checkes LLMNR

Læs mere

Virtual classroom: CCNA Boot Camp Accelerated

Virtual classroom: CCNA Boot Camp Accelerated Virtuelt kursus 5 dage DKK 25.300 Nr. 87930 A ekskl. moms Dato Sted 17-06-2019 Virtuelt kursus Kurset lærer dig blandt andet at installere, operere, konfirgurere og troubleshoote basale IPv4 og IPv6 netværk,

Læs mere

Computer Literacy. En stationær bordmodel. En Bærbar Notebook, Labtop, Slæbbar, Blærebar mm.

Computer Literacy. En stationær bordmodel. En Bærbar Notebook, Labtop, Slæbbar, Blærebar mm. Computer Literacy Computer Literacy handler om at forstå hvad computer (hardware) og software kan gøre. Denne præsentation fokuserer kun på hardware februar 2002 Computerliteracy -hardware (15 dias) 1

Læs mere

NETOP WORKSHOP. Netop Business Solutions. Michael Stranau & Carsten Alsted Christiansen

NETOP WORKSHOP. Netop Business Solutions. Michael Stranau & Carsten Alsted Christiansen NETOP WORKSHOP Netop Business Solutions Michael Stranau & Carsten Alsted Christiansen NETOP BUSINESS SOLUTIONS Dansk børsnoteret virksomhed med hovedkontor i Birkerød Over 30 år i IT branchen, kontorer

Læs mere

Design til digitale kommunikationsplatforme-f2013

Design til digitale kommunikationsplatforme-f2013 E-travellbook Design til digitale kommunikationsplatforme-f2013 ITU 22.05.2013 Dreamers Lana Grunwald - svetlana.grunwald@gmail.com Iya Murash-Millo - iyam@itu.dk Hiwa Mansurbeg - hiwm@itu.dk Jørgen K.

Læs mere

ARP og ICMP. - service protokoller, som vi ikke kan undvære! Netteknik 1

ARP og ICMP. - service protokoller, som vi ikke kan undvære! Netteknik 1 ARP og ICMP - service protokoller, som vi ikke kan undvære! Netteknik 1 ARP & ICMP Protokoller, som udfører forskellige servicefunktioner på og imellem OSI lagene 2 og 3 Type Code Checksum Type-specific

Læs mere

Dell Latitude 14" I7-8650U 16GB 256GB Intel UHD Graphics 620 Windows 10 Pro 64-bit

Dell Latitude 14 I7-8650U 16GB 256GB Intel UHD Graphics 620 Windows 10 Pro 64-bit Dell Latitude 14" I7-8650U 16GB 256GB Intel UHD Graphics 620 Windows 10 Pro 64-bit Description Dell Latitude 7490 - Core i7 8650U / 1.9 GHz - Win 10 Pro 64-bit - 16 GB RAM - 256 GB SSD - 14" IPS 1920 x

Læs mere

Status of & Budget Presentation. December 11, 2018

Status of & Budget Presentation. December 11, 2018 Status of 2018-19 & 2019-20 Budget Presentation December 11, 2018 1 Challenges & Causes $5.2M+ Shortfall does not include potential future enrollment decline or K-3 Compliance. Data included in presentation

Læs mere

Network management. - hvad sker der på mit netværk?! Netteknik 1

Network management. - hvad sker der på mit netværk?! Netteknik 1 Network management - hvad sker der på mit netværk?! Netteknik 1 Network management Network management (engelsk ord for netværksovervågning og -administration) er den brede betegnelse for styring og overvågning

Læs mere

Bilag 1 GPS dataudskrifter fra Stena Carisma ved passage af målefelt

Bilag 1 GPS dataudskrifter fra Stena Carisma ved passage af målefelt Bilag 1 GPS dataudskrifter fra Stena Carisma ved passage af målefelt Passage 1 Passage 2 Passage 3 Passage 4 Passage 5 27 Bilag 2 Engelsk beskrivelse af S4-måleren InterOcean S4 Current Meter The S4 Electromagnetic

Læs mere

Apple imac Retina 5K display AIO 16GB 1TB Apple macos Sierra

Apple imac Retina 5K display AIO 16GB 1TB Apple macos Sierra Apple imac Retina 5K display AIO 16GB 1TB Apple macos 10.12 Sierra Description Apple imac with Retina 5K display - All-in-one - 1 x Core i7 4.2 GHz - RAM 16 GB - Hybrid Drive 1 TB - Radeon Pro 575 - GigE

Læs mere

Partner session 3 Mamut - Temadag

Partner session 3 Mamut - Temadag Partner session 3 Mamut - Temadag 27. & 28. oktober 2009 Agenda Mamut Priskalkulator inklusive Mamut One Gennemgang af værktøj v/anders L. Nielsen & Claus Buch Savanne Præsentation af scannings og mobil

Læs mere

Online kursus: Google Cloud

Online kursus: Google Cloud Online kursus 365 dage DKK 9.999 Nr. 90209 P ekskl. moms Bliv grundigt sat ind i Google Cloud SQL med en kursuspakke, der hjælper dig til let at oprette, vedligeholde, styre og administrere dine databaser.

Læs mere

Black Jack --- Review. Spring 2012

Black Jack --- Review. Spring 2012 Black Jack --- Review Spring 2012 Simulation Simulation can solve real-world problems by modeling realworld processes to provide otherwise unobtainable information. Computer simulation is used to predict

Læs mere

Webkorpora: Yahoo API og perl

Webkorpora: Yahoo API og perl Webkorpora: Yahoo API og perl Jakob Halskov jh.id@cbs.dk Ph.d.-studerende Terminologi og korpuslingvistik den 21. februar 2006 1. Hvad er et API? 2. Hent din egen udviklernøgle! 3. Gennemgang af koden

Læs mere

Studieordning del 3,

Studieordning del 3, Studieordning del 3, 2014-2016 Autoteknolog, Valgfri Uddannelseselementer Academy Profession Degree in Automotive Technology Version 0.1 Revideret 19. august 2015 Side 0 af 6 Indhold Studieordningens del

Læs mere