Data Processing for the Square Kilometre Array Telescope

Size: px
Start display at page:

Download "Data Processing for the Square Kilometre Array Telescope"

Transcription

1 Data Processing for the Square Kilometre Array Telescope Streaming Workshop Indianapolis th October Bojan Nikolic Astrophysics Group, Cavendish Lab University of Cambridge Project Engineer & Architecture Task Leader SKA Science Data Processor Consortium

2 Not covered in this talk Not covered: Science Objectives of the SKA Timelines, project programmatic and organisational structure Design of the receptors (aperture arrays & dishes) and their associated digital electronics/communications equipment Also quite a few spare slides on topics covered. Find me later if you d like information on these

3 THE SQUARE KILOMETRE ARRAY TELESCOPE

4 What is the Square Kilometre Array (SKA)?

5 Mid frequency dishes and dense aperture array concept

6 Low frequency array and the survey telescope concept

7 Phased Aperture array for 0 MHz

8 Phased Aperture array: million antennas

9 Scientific Context a partner to ALMA, EELT, JWST Credit:A. Marinkovic/XCam/ALMA(ESO/NAOJ/NRAO) Credit:ESO/L. Calçada (artists impression) Credit: Northrop Grumman (artists impression) Credit: SKA Organisation (artists impression)

10 Scientific Context a partner to ALMA, EELT, JWST ALMA: high precision sub-mm antennas Completed in Budget ~. bn USD European ELT ~m optical telescope Completion ~ Budget ~. bn EUR Credit:A. Marinkovic/XCam/ALMA(ESO/NAOJ/NRAO) JWST:.m space near-infrared telescope Launch Budget ~ bn USD Credit:ESO/L. Calçada (artists impression) Square Kilometre Array Two next generation low-frequency arrays Completion ~ for Phase Budget 0. bn EUR for Phase Construction Credit: Northrop Grumman (artists impression) Credit: SKA Organisation (artists impression)

11 What will the Square Kilometre Array (SKA) be? Radio Telescope Currently in Design Major Engineering Project Major ICT Project Makes Images of the Sky at radio (m-cm) wavelengths ~0 more sensitive than current telescopes Complements ALMA, JWST (successor to Hubble), and E-ELT Construction begins Full operations expected at end Significant funds already committed by participating countries Two remote desert sites >0k receiving elements Subject of this talk!

12 SCIENCE DATA PROCESSOR CONTEXT

13 The SKA Observatory Phase : SKA People, buildings, roads, ground works, communications, electrical power, maintenance, transportation, catering at desert sites. Data Processing: general computing Digital Signal Processing: FPGA + (maybe) ASICS & GPUs Receptors: Aperture Arrays and Dishes

14 SKA Context Diagram Monitor and Control SKA Low: Low Frequency Aperture Array LFAA Correlator/ Beam Former Science Data Processor Implementation (Australia) Pulsar Search Processor (Australia) SKA Mid: Dish Antennas with Single-Pixel feeds SKA Mid Correlator/ Beam Former Pulsar Search Processor (South Africa) Science Data Processor Implementation (South Africa) Astronomers These are offsite! (In Perth & Cape Town)

15 Role of computing/processing in SKA: COMPUTING IS THE MAJOR PART OF SKA TELESCOPES BY DESIGN

16 Large D vs Large N GBT 0-m diameter telescope SKA LFAA prototype array No aim: collect as many photons as possible No aim: maximum separation of collectors -> achieve high angular resolution

17 Basics of Interferometry how signals are combined Astronomical signal (EM wave) s B. s Visibility: Detect & amplify Digitise & delay Correlate Integrate Process ( == SDP) B X X X X X X Calibrate, grid, FFT V(B) = E E * = I(s) exp( i w B.s/c ) Resolution determined by maximum baseline q max ~ l / B max Field of View (FoV) determined by the size of each dish q dish ~ l / D SKY Image

18 SKA SCIENCE DATA PROCESSOR OVERVIEW

19 Key Characteristics of SKA Data Processing Noisy Data Sparse and Incomplete Sampling Corrupted Measurements Multiple dimensions of data parallelism Very large data volumes, all data are processed in each observation Corrected for by deconvolution using iterative algorithms (~ iterations) Corrected by jointly solving for the sky brightness distribution and for the slowly changing corruption effects using iterative algorithms Loosely coupled tasks, large degree of parallelism is inherently available

20 SDP Top-level Components & Key Performance Requirements -- SKA Phase Science Data Processor Telescope Manager SDP Local Monitor & Control C S P Tera Byte/s Data Processor High Performance ~0 PetaFLOPS Data Intensive ~0 PetaBytes/observation (job) Partially real-time ~s response time Partially iterative ~ iterations/job (~ hour) Long Term Archive High Volume & High Growth Rate ~0 PetaByte/year Infrequent Access ~few times/year max Delivery System Data Distribution ~0 PetaByte/year from Cape Town & Perth to rest of World Data Discovery Visualisation of 0k by 0k by 0k voxel cubes Regional Centres & Astronomers

21 The challenges? Power efficiency Funding agencies more tolerant of cap-ex then power op-ex Scalability of software Hardware roadmaps indicate h/w will reach requirements Demonstrated software scaling is only /00 th of requirement Project risks Inevitable significant interaction between software engineers and idiosyncratic domain specific knowledge Software project Extensibility, system scalability, maintainability SKA is the first milestone expecting significant expansion in the s 0yr observatory lifetime

22 Relevance of Streaming technologies Multiple Loosely Coupled Task Yes Within each iteration & between observation BSP Yes: a few (~) iterations Synchronisation at end of each iteration Relatively small synchronised state (sky model + calibration) Workflow yes Streaming yes (but not interactive) Steering yes (feed back of calibration solutions to the receptors) Data Driven yes & yes In the dataflow execution model sense (i.e., not demand-driven) In the programming model sense (i.e., a declarative description of how to reduce the data are attached to the data themselves)

23 Why streaming? Detecting transient phenomena Need to generate alerts latest about ~s after receiving the data Impractical to store data for later processing Data rate in ~ TeraByte/s -> stream but with data chunked by observation

24 SKA Science Data Processor ARCHITECTURE HIGHLIGHTS

25 Programming model Hybrid programming model: Dataflow at coarse-grained level: About million tasks/s max over the whole processor (-> ~s 0s milli second tasks), consuming ~0 MegaByte each Static scheduling at coarsest-level (down to data-island ) Static partitioning of the large-volume input data Dynamic scheduling within data island: Failure recovery, dynamic load-balancing Data driven (all data will be used) Shared memory model at fine-grained level e.g.: threads/openmp/simt-like ~0s active threads per shared memory space Allows manageable working memory size, computational efficiency

26 Why? Shared memory model essential at finegrain to control working memory requirements Dataflow (but all of these are still to be proven in our application): Load-balancing Minimisation of data movement Handling failure Adaptability to different system architectures

27 Fault Tolerance Non-Precious Data Classify arcs in the dataflow graph as precious or non-precious Precious data are treated in usual way failover, restart, RAID, etc. Non-precious data can be dropped: If they are input to a map-type operation then no output If they are input to a reduction then result is computed without them Stragglers outputting non-precious data can be terminated after a relatively short time-out

28 The non-precious data concept - illustration FULL DATASET FULL DATASET SPLIT BY FREQ SPLIT BY FREQ FREQ FREQ FREQ FREQ NF FREQ FREQ FREQ FREQ NF GRID GRID GRID GRID GRID GRID GRID GRID FFT FFT FFT FFT FFT FFT FFT FFT Single Frequency Image Single Frequency Image Single Frequency Image Single Frequency Image Single Frequency Image Single Frequency Image Single Frequency Image Single Frequency Image Reduce by pixelvise addition Freq Image Freq Image Freq Image Freq Image Reduce by pixelvise addition Reduce by pixelvise addition Combined Image Combined Image Normalise by Normalise by Combined Image Combined Image

29 Data Ingress and Interconnect Concept CSP Node CSP Node CSP Node CSP Node CSP Node CSP Node CSP Node CSP Node CSP Node INGEST LAYER st stage BDN st stage LLN st stage BDN st stage LLN st stage BDN nd stage BDN nd stage LLN nd stage BDN nd stage LLN nd stage BDN nd stage LLN nd stage BDN nd stage LLN nd stage BDN rd stage switch Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Compute Island Science Archive switch Science Archive switch High Performance Buffer Medium Performance Buffer Storage Pod Storage Pod Archive Network Low-Latency Network Long Term Storage DELIV Bulk Data Network

30 Final Remarks From SKA-SDP Phase perspective: Probably all of the paradigms and ideas we need are available Most technologies required for implementing these are available but scattered between many products and platforms Need to move towards integrating these together and stable APIs

31

THE SQUARE KILOMETER ARRAY (SKA) ESD USE CASE

THE SQUARE KILOMETER ARRAY (SKA) ESD USE CASE THE SQUARE KILOMETER ARRAY (SKA) ESD USE CASE Ronald Nijboer Head ASTRON R&D Computing Group With material from Chris Broekema (ASTRON) John Romein (ASTRON) Nick Rees (SKA Office) Miles Deegan (SKA Office)

More information

The Square Kilometre Array. Miles Deegan Project Manager, Science Data Processor & Telescope Manager

The Square Kilometre Array. Miles Deegan Project Manager, Science Data Processor & Telescope Manager The Square Kilometre Array Miles Deegan Project Manager, Science Data Processor & Telescope Manager The Square Kilometre Array (SKA) The SKA is a next-generation radio interferometer: 3 telescopes, on

More information

Adaptive selfcalibration for Allen Telescope Array imaging

Adaptive selfcalibration for Allen Telescope Array imaging Adaptive selfcalibration for Allen Telescope Array imaging Garrett Keating, William C. Barott & Melvyn Wright Radio Astronomy laboratory, University of California, Berkeley, CA, 94720 ABSTRACT Planned

More information

SKA Technical developments relevant to the National Facility. Keith Grainge University of Manchester

SKA Technical developments relevant to the National Facility. Keith Grainge University of Manchester SKA Technical developments relevant to the National Facility Keith Grainge University of Manchester Talk Overview SKA overview Receptors Data transport and network management Synchronisation and timing

More information

Where is the Slack in the SDP System? Markus Dolensky

Where is the Slack in the SDP System? Markus Dolensky Where is the Slack in the SDP System? Markus Dolensky SKA Signal & Data Path along Design Data Intensive Astronomy LFAA DISH Correlator CSP Science Data Processor 2 SDP Design Challenge revisited Power

More information

Computational issues for HI

Computational issues for HI Computational issues for HI Tim Cornwell, Square Kilometre Array How SKA processes data Science Data Processing system is part of the telescope Only one system per telescope Data flow so large that dedicated

More information

SKA Computing and Software

SKA Computing and Software SKA Computing and Software Nick Rees 18 May 2016 Summary Introduc)on System overview Compu)ng Elements of the SKA Telescope Manager Low Frequency Aperture Array Central Signal Processor Science Data Processor

More information

Overview of Science Data Processor. Paul Alexander Rosie Bolton Ian Cooper Bojan Nikolic Simon Ratcliffe Harry Smith

Overview of Science Data Processor. Paul Alexander Rosie Bolton Ian Cooper Bojan Nikolic Simon Ratcliffe Harry Smith Overview of Science Data Processor Paul Alexander Rosie Bolton Ian Cooper Bojan Nikolic Simon Ratcliffe Harry Smith Consortium Management and System Engineering Aims of the SDP Work Detailed design of

More information

Energy-Efficient Data Transfers in Radio Astronomy with Software UDP RDMA Third Workshop on Innovating the Network for Data-Intensive Science, INDIS16

Energy-Efficient Data Transfers in Radio Astronomy with Software UDP RDMA Third Workshop on Innovating the Network for Data-Intensive Science, INDIS16 Energy-Efficient Data Transfers in Radio Astronomy with Software UDP RDMA Third Workshop on Innovating the Network for Data-Intensive Science, INDIS16 Przemek Lenkiewicz, Researcher@IBM Netherlands Bernard

More information

New Zealand Involvement in Solving the SKA Computing Challenges

New Zealand Involvement in Solving the SKA Computing Challenges New Zealand Involvement in Solving the SKA Computing Challenges D R ANDREW E N S O R D I R ECTO R H P C R ESEARC H L A B O R ATORY/ D I R ECTOR N Z SKA ALLIANCE COMPUTING FO R S K A COLLO Q U I UM 2 0

More information

Square Kilometre Array

Square Kilometre Array Square Kilometre Array C4SKA 16 February 2018 David Luchetti Australian SKA Project Director Presentation 1. Video of the Murchison Radioastronomy Observatory 2. Is SKA a Collaborative project? 3. Australia/New

More information

Fast Holographic Deconvolution

Fast Holographic Deconvolution Precision image-domain deconvolution for radio astronomy Ian Sullivan University of Washington 4/19/2013 Precision imaging Modern imaging algorithms grid visibility data using sophisticated beam models

More information

SKA Regional Centre Activities in Australasia

SKA Regional Centre Activities in Australasia SKA Regional Centre Activities in Australasia Dr Slava Kitaeff CSIRO-ICRAR APSRC Project Engineer ERIDANUS National Project Lead Why SKA Regional Centres? SKA 1 Observatory Compute capacity: 100 Pflops

More information

ASKAP Data Flow ASKAP & MWA Archives Meeting

ASKAP Data Flow ASKAP & MWA Archives Meeting ASKAP Data Flow ASKAP & MWA Archives Meeting Ben Humphreys ASKAP Software and Computing Project Engineer 25 th March 2013 ASTRONOMY AND SPACE SCIENCE ASKAP @ Murchison Radioastronomy Observatory Australian

More information

AA CORRELATOR SYSTEM CONCEPT DESCRIPTION

AA CORRELATOR SYSTEM CONCEPT DESCRIPTION AA CORRELATOR SYSTEM CONCEPT DESCRIPTION Document number WP2 040.040.010 TD 001 Revision 1 Author. Andrew Faulkner Date.. 2011 03 29 Status.. Approved for release Name Designation Affiliation Date Signature

More information

CorrelX: A Cloud-Based VLBI Correlator

CorrelX: A Cloud-Based VLBI Correlator CorrelX: A Cloud-Based VLBI Correlator V. Pankratius, A. J. Vazquez, P. Elosegui Massachusetts Institute of Technology Haystack Observatory pankrat@mit.edu, victorpankratius.com 5 th International VLBI

More information

ASKAP Central Processor: Design and Implementa8on

ASKAP Central Processor: Design and Implementa8on ASKAP Central Processor: Design and Implementa8on Calibra8on and Imaging Workshop 2014 Ben Humphreys ASKAP So(ware and Compu3ng Project Engineer 3rd - 7th March 2014 ASTRONOMY AND SPACE SCIENCE Australian

More information

Integrating Heterogeneous Computing Techniques into the Daliuge Execution Framework

Integrating Heterogeneous Computing Techniques into the Daliuge Execution Framework Integrating Heterogeneous Computing Techniques into the Daliuge Execution Framework Feng Wang, Toby Potter, Xavier Simmons, Shifan Zuo, Jiangying Gan May 15, 2017 Abstract The ability to run MPI-based

More information

SDP Execution Framework Design

SDP Execution Framework Design SDP Execution Framework Design Document Number. SKA TEL SDP 0000015 Document Type.... DRE Revision......02 Authors.. Andreas Wicenec, Dave Pallot, Rodrigo Tobar, Kevin Vinsen, Chen Wu, Paul Alexander,

More information

Case Study: CyberSKA - A Collaborative Platform for Data Intensive Radio Astronomy

Case Study: CyberSKA - A Collaborative Platform for Data Intensive Radio Astronomy Case Study: CyberSKA - A Collaborative Platform for Data Intensive Radio Astronomy Outline Motivation / Overview Participants / Industry Partners Documentation Architecture Current Status and Services

More information

Machine Learning & Science Data Processing

Machine Learning & Science Data Processing Machine Learning & Science Data Processing Rob Lyon robert.lyon@manchester.ac.uk SKA Group University of Manchester Machine Learning (1) Collective term for branch of A.I. Uses statistical tools to make

More information

Computing Challenges in Adaptive Optics for the Thirty Meter Telescope. Corinne Boyer ICALEPCS Grenoble, France October 10, 2011

Computing Challenges in Adaptive Optics for the Thirty Meter Telescope. Corinne Boyer ICALEPCS Grenoble, France October 10, 2011 Computing Challenges in Adaptive Optics for the Thirty Meter Telescope Corinne Boyer ICALEPCS Grenoble, France October 10, 2011 1 This Talk Introduction to the Thirty Meter Telescope (TMT) Adaptive Optics

More information

Visualization & the CASA Viewer

Visualization & the CASA Viewer Visualization & the Viewer Juergen Ott & the team Atacama Large Millimeter/submillimeter Array Expanded Very Large Array Robert C. Byrd Green Bank Telescope Very Long Baseline Array Visualization Goals:

More information

Argus Radio Telescope Architecture

Argus Radio Telescope Architecture Argus Radio Telescope Architecture Douglas Needham http://cinnion.ka8zrt.com http://www.naapo.org Argus Architecture p.1/15 Introduction: Traditional Telescopes Radio telescopes commonly consist of a single

More information

S.A. Torchinsky, A. van Ardenne, T. van den Brink-Havinga, A.J.J. van Es, A.J. Faulkner (eds.) 4-6 November 2009, Château de Limelette, Belgium

S.A. Torchinsky, A. van Ardenne, T. van den Brink-Havinga, A.J.J. van Es, A.J. Faulkner (eds.) 4-6 November 2009, Château de Limelette, Belgium WIDEFIELD SCIENCE AND TECHNOLOGY FOR THE SKA SKADS CONFERENCE 2009 S.A. Torchinsky, A. van Ardenne, T. van den Brink-Havinga, A.J.J. van Es, A.J. Faulkner (eds.) 4-6 November 2009, Château de Limelette,

More information

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST

A Cloud WHERE PHYSICAL ARE TOGETHER AT LAST A Cloud WHERE PHYSICAL AND VIRTUAL STORAGE ARE TOGETHER AT LAST Not all Cloud solutions are the same so how do you know which one is right for your business now and in the future? NTT Communications ICT

More information

SDP Design for Cloudy Regions

SDP Design for Cloudy Regions SDP Design for Cloudy Regions Markus Dolensky, 11/02/2016 2 ICRAR s Data Intensive Astronomy Group M.B. I.C. R.D. M.D. K.V. C.W. A.W. D.P. R.T. generously borrowed content from above colleagues 3 SDP Subelements

More information

The Canadian CyberSKA Project

The Canadian CyberSKA Project The Canadian CyberSKA Project A. G. Willis (on behalf of the CyberSKA Project Team) National Research Council of Canada Herzberg Institute of Astrophysics Dominion Radio Astrophysical Observatory May 24,

More information

SKA SDP : A snapshot of recent technical directions and conclusions

SKA SDP : A snapshot of recent technical directions and conclusions SKA SDP : A snapshot of recent technical directions and conclusions Chris Broekema ASTRON Netherlands Institute for Radio Astronomy Highlights A whirlwind overview of recent prototyping and design work

More information

Signal processing with heterogeneous digital filterbanks: lessons from the MWA and EDA

Signal processing with heterogeneous digital filterbanks: lessons from the MWA and EDA Signal processing with heterogeneous digital filterbanks: lessons from the MWA and EDA Randall Wayth ICRAR/Curtin University with Marcin Sokolowski, Cathryn Trott Outline "Holy grail of CASPER system is

More information

Imaging and Deconvolution

Imaging and Deconvolution Imaging and Deconvolution Urvashi Rau National Radio Astronomy Observatory, Socorro, NM, USA The van-cittert Zernike theorem Ei E V ij u, v = I l, m e sky j 2 i ul vm dldm 2D Fourier transform : Image

More information

Italy - Information Day: 2012 FP7 Space WP and 5th Call. Peter Breger Space Research and Development Unit

Italy - Information Day: 2012 FP7 Space WP and 5th Call. Peter Breger Space Research and Development Unit Italy - Information Day: 2012 FP7 Space WP and 5th Call Peter Breger Space Research and Development Unit Content Overview General features Activity 9.1 Space based applications and GMES Activity 9.2 Strengthening

More information

ASKAP Pipeline processing and simulations. Dr Matthew Whiting ASKAP Computing, CSIRO May 5th, 2010

ASKAP Pipeline processing and simulations. Dr Matthew Whiting ASKAP Computing, CSIRO May 5th, 2010 ASKAP Pipeline processing and simulations Dr Matthew Whiting ASKAP Computing, CSIRO May 5th, 2010 ASKAP Computing Team Members Team members Marsfield: Tim Cornwell, Ben Humphreys, Juan Carlos Guzman, Malte

More information

The Virtual Observatory in Australia Connecting to International Initiatives. Peter Lamb. CSIRO Mathematical & Information Sciences

The Virtual Observatory in Australia Connecting to International Initiatives. Peter Lamb. CSIRO Mathematical & Information Sciences The Virtual Observatory in Australia Connecting to International Initiatives Peter Lamb CSIRO Mathematical & Information Sciences The Grid & escience Convergence of high-performance computing, huge data

More information

Project Overview and Status

Project Overview and Status Project Overview and Status EVLA Advisory Committee Meeting, March 19-20, 2009 Mark McKinnon EVLA Project Manager Outline Project Goals Organization Staffing Progress since last meeting Budget Contingency

More information

SKA Telescope Manager (TM): Status and Architecture Overview

SKA Telescope Manager (TM): Status and Architecture Overview SKA Telescope Manager (TM): Status and Architecture Overview Swaminathan Natarajan* a, Domingos Barbosa b, Joao Paulo Barraca bc, Alan Bridger d, Subhrojyoti Roy Choudhuri a, Matteo DiCarlo e, Mauro Dolci

More information

Development of Focal-Plane Arrays and Beamforming Networks at DRAO

Development of Focal-Plane Arrays and Beamforming Networks at DRAO Development of Focal-Plane Arrays and Beamforming Networks at DRAO Bruce Veidt Dominion Radio Astrophysical Observatory Herzberg Institute of Astrophysics National Research Council of Canada Penticton,

More information

THE SKA TELESCOPE CONTROL SYSTEM GUIDELINES AND ARCHITECTURE

THE SKA TELESCOPE CONTROL SYSTEM GUIDELINES AND ARCHITECTURE doi:10.18429/jacow-icalepcs2017- THE SKA TELESCOPE CONTROL SYSTEM GUIDELINES AND ARCHITECTURE L. Pivetta, SKA Organisation, Macclesfield, United Kingdom A. De Marco, ISSA, Msida, Malta S. Riggi, INAF-OACT,

More information

Algorithm and Library Software Design Challenges for Tera, Peta, and Future Exascale Computing

Algorithm and Library Software Design Challenges for Tera, Peta, and Future Exascale Computing Algorithm and Library Software Design Challenges for Tera, Peta, and Future Exascale Computing Bo Kågström Department of Computing Science and High Performance Computing Center North (HPC2N) Umeå University,

More information

OSKAR: Simulating data from the SKA

OSKAR: Simulating data from the SKA OSKAR: Simulating data from the SKA Oxford e-research Centre, 4 June 2014 Fred Dulwich, Ben Mort, Stef Salvini 1 Overview Simulating interferometer data for SKA: Radio interferometry basics. Measurement

More information

Data Centres in the Virtual Observatory Age

Data Centres in the Virtual Observatory Age Data Centres in the Virtual Observatory Age David Schade Canadian Astronomy Data Centre A few things I ve learned in the past two days There exist serious efforts at Long-Term Data Preservation Alliance

More information

John W. Romein. Netherlands Institute for Radio Astronomy (ASTRON) Dwingeloo, the Netherlands

John W. Romein. Netherlands Institute for Radio Astronomy (ASTRON) Dwingeloo, the Netherlands Signal Processing on GPUs for Radio Telescopes John W. Romein Netherlands Institute for Radio Astronomy (ASTRON) Dwingeloo, the Netherlands 1 Overview radio telescopes six radio telescope algorithms on

More information

SKA SDP-COMP Middleware: The intersect with commodity computing. Piers Harding // February, 2017

SKA SDP-COMP Middleware: The intersect with commodity computing. Piers Harding // February, 2017 SKA SDP-COMP Middleware: The intersect with commodity computing Piers Harding // February, 2017 Overview SDP Middleware why is this important What are the options Middleware where is industry heading What

More information

CERN openlab & IBM Research Workshop Trip Report

CERN openlab & IBM Research Workshop Trip Report CERN openlab & IBM Research Workshop Trip Report Jakob Blomer, Javier Cervantes, Pere Mato, Radu Popescu 2018-12-03 Workshop Organization 1 full day at IBM Research Zürich ~25 participants from CERN ~10

More information

Understanding the Routing Requirements for FPGA Array Computing Platform. Hayden So EE228a Project Presentation Dec 2 nd, 2003

Understanding the Routing Requirements for FPGA Array Computing Platform. Hayden So EE228a Project Presentation Dec 2 nd, 2003 Understanding the Routing Requirements for FPGA Array Computing Platform Hayden So EE228a Project Presentation Dec 2 nd, 2003 What is FPGA Array Computing? Aka: Reconfigurable Computing Aka: Spatial computing,

More information

SKA 1 Infrastructure Element Australia. SKA Engineering Meeting Presentation 8 th October 2013

SKA 1 Infrastructure Element Australia. SKA Engineering Meeting Presentation 8 th October 2013 SKA 1 Infrastructure Element Australia SKA Engineering Meeting Presentation 8 th October 2013 1. Contents Introduction Management Structures Overview Work Breakdown Structure Proposal Review Prototypes

More information

Giovanni Lamanna LAPP - Laboratoire d'annecy-le-vieux de Physique des Particules, Université de Savoie, CNRS/IN2P3, Annecy-le-Vieux, France

Giovanni Lamanna LAPP - Laboratoire d'annecy-le-vieux de Physique des Particules, Université de Savoie, CNRS/IN2P3, Annecy-le-Vieux, France Giovanni Lamanna LAPP - Laboratoire d'annecy-le-vieux de Physique des Particules, Université de Savoie, CNRS/IN2P3, Annecy-le-Vieux, France ERF, Big data & Open data Brussels, 7-8 May 2014 EU-T0, Data

More information

Regional Networks, Communities and Ecosystems Americas Africa Research and education Lightpaths (AARCLight) Study: Year 1 findings

Regional Networks, Communities and Ecosystems Americas Africa Research and education Lightpaths (AARCLight) Study: Year 1 findings TNC 2018 10-14 June, 2018, Trondheim, Norway Regional Networks, Communities and Ecosystems Americas Africa Research and education Lightpaths (AARCLight) Study: Year 1 findings Julio E. Ibarra, PI Heidi

More information

SDP LOCAL MONITORING AND CONTROL DESIGN

SDP LOCAL MONITORING AND CONTROL DESIGN SDP LOCAL MONITORING AND CONTROL DESIGN Document number SKA TEL SDP 0000026 Document type DRE Revision 02 Author S. Ratcliffe, I. Emsley, S. Gounden, Y. Grange, R. Lakhoo, C. Wu, A. DeMarco Release Date

More information

Introduction to Grid Computing

Introduction to Grid Computing Milestone 2 Include the names of the papers You only have a page be selective about what you include Be specific; summarize the authors contributions, not just what the paper is about. You might be able

More information

ICAS Workshop 3rd October 2005 Single European Sky Implementation Plan - SESAME

ICAS Workshop 3rd October 2005 Single European Sky Implementation Plan - SESAME ICAS Workshop 3rd October 2005 Single European Sky Implementation Plan - SESAME Jan Van Doorn EUROCONTROL Experimental Centre, France Director European 1 Organisation for the Safety of Air Navigation Demand

More information

SPDO report. R. T. Schilizzi. US SKA Consortium meeting Pasadena, 15 October 2009

SPDO report. R. T. Schilizzi. US SKA Consortium meeting Pasadena, 15 October 2009 SPDO report R. T. Schilizzi US SKA Consortium meeting Pasadena, 15 October 2009 SPDO Team Project Director Project Engineer Project Scientist (0.5 fte) Executive Officer System Engineer Domain Specialist

More information

Application Example Running on Top of GPI-Space Integrating D/C

Application Example Running on Top of GPI-Space Integrating D/C Application Example Running on Top of GPI-Space Integrating D/C Tiberiu Rotaru Fraunhofer ITWM This project is funded from the European Union s Horizon 2020 Research and Innovation programme under Grant

More information

Controlling Field-of-View of Radio Arrays using Weighting Functions

Controlling Field-of-View of Radio Arrays using Weighting Functions Controlling Field-of-View of Radio Arrays using Weighting Functions MIT Haystack FOV Group: Lynn D. Matthews,Colin Lonsdale, Roger Cappallo, Sheperd Doeleman, Divya Oberoi, Vincent Fish Fulfilling scientific

More information

How to solve your backup problems with HP StoreOnce

How to solve your backup problems with HP StoreOnce How to solve your backup problems with HP StoreOnce Andrew Dickerson Senior Manager Backup, Recovery and Archive June 25, 2014 Time is running out for legacy storage Cloud Volume 2005 2010 2012 2015 50X

More information

Synthesis Imaging. Claire Chandler, Sanjay Bhatnagar NRAO/Socorro

Synthesis Imaging. Claire Chandler, Sanjay Bhatnagar NRAO/Socorro Synthesis Imaging Claire Chandler, Sanjay Bhatnagar NRAO/Socorro Michelson Summer Workshop Caltech, July 24-28, 2006 Synthesis Imaging 2 Based on the van Cittert-Zernike theorem: The complex visibility

More information

Energy efficient real-time computing for extremely large telescopes with GPU

Energy efficient real-time computing for extremely large telescopes with GPU Energy efficient real-time computing for extremely large telescopes with GPU Florian Ferreira & Damien Gratadour Observatoire de Paris & Université Paris Diderot 1 Project #671662 funded by European Commission

More information

SKA Low Correlator & Beamformer - Towards Construction

SKA Low Correlator & Beamformer - Towards Construction SKA Low Correlator & Beamformer - Towards Construction Dr. Grant Hampson 15 th February 2018 ASTRONOMY AND SPACE SCIENCE Presentation Outline Context + Specifications Development team CDR Status + timeline

More information

A.J. Faulkner K. Zarb-Adami

A.J. Faulkner K. Zarb-Adami AJ Faulkner K Zarb-Adami March 2015 LFAA LMC - Trieste Andrew Faulkner Kris Zarb-Adami SKA1-low requirements (after RBS) Frequency: 50MHz 350MHz Scan angle: >45 Bandwidth: 300MHz # of beams: >5 Sensitivity

More information

Processes in Distributed Systems

Processes in Distributed Systems Processes in Distributed Systems Distributed Systems L-A Sistemi Distribuiti L-A Andrea Omicini andrea.omicini@unibo.it Ingegneria Due Alma Mater Studiorum Università di Bologna a Cesena Academic Year

More information

ALMA Memo 386 ALMA+ACA Simulation Tool J. Pety, F. Gueth, S. Guilloteau IRAM, Institut de Radio Astronomie Millimétrique 300 rue de la Piscine, F-3840

ALMA Memo 386 ALMA+ACA Simulation Tool J. Pety, F. Gueth, S. Guilloteau IRAM, Institut de Radio Astronomie Millimétrique 300 rue de la Piscine, F-3840 ALMA Memo 386 ALMA+ACA Simulation Tool J. Pety, F. Gueth, S. Guilloteau IRAM, Institut de Radio Astronomie Millimétrique 300 rue de la Piscine, F-38406 Saint Martin d'h eres August 13, 2001 Abstract This

More information

OSKAR-2: Simulating data from the SKA

OSKAR-2: Simulating data from the SKA OSKAR-2: Simulating data from the SKA AACal 2012, Amsterdam, 13 th July 2012 Fred Dulwich, Ben Mort, Stef Salvini 1 Overview OSKAR-2: Interferometer and beamforming simulator package. Intended for simulations

More information

Technologies for Information and Health

Technologies for Information and Health Energy Defence and Global Security Technologies for Information and Health Atomic Energy Commission HPC in France from a global perspective Pierre LECA Head of «Simulation and Information Sciences Dpt.»

More information

PDR.01 SDP Architecture

PDR.01 SDP Architecture PDR.01 SDP Architecture Document number.. SKA-TEL-SDP-0000013 Context.. ARCH Revision...2 Author. Nikolic Release Date 2015-02-09 Document Classification Status. Draft Release Date: 2015-02-09 Page 1 of

More information

PDR.01.01: ASSUMPTIONS AND NON-CONFORMANCE

PDR.01.01: ASSUMPTIONS AND NON-CONFORMANCE PDR.0.0: ASSUMPTIONS AND NON-CONFORMANCE Document number Context MGT Revision Authors Ian Cooper, Ronald Nijboer Release Date 205-02-09 Document Classification Status Draft 205-02-09 Page of 6 Name Designation

More information

Summary of Data Management Principles

Summary of Data Management Principles Large Synoptic Survey Telescope (LSST) Summary of Data Management Principles Steven M. Kahn LPM-151 Latest Revision: June 30, 2015 Change Record Version Date Description Owner name 1 6/30/2015 Initial

More information

Telescope Manager (TM) Consortium : from Fremantle to Penticton (and beyond )

Telescope Manager (TM) Consortium : from Fremantle to Penticton (and beyond ) Telescope Manager (TM) Consortium : from Fremantle to Penticton (and beyond ) Yashwant Gupta Team Lead for TM SKA Engineering Meeting, Penticton, 11 th Nov 2015 Outline Overview : TM roles & responsibilities

More information

Computational synergies between LSST and SKA

Computational synergies between LSST and SKA Computational synergies between LSST and SKA Bob Mann University of Edinburgh LSST:UK Project Leader www.lsst.ac.uk LSST:UK Consortium LSST:UK Science Centre Scientific synergies Bacon et al (arxiv: 1501.03977)

More information

ALMA Antenna responses in CASA imaging

ALMA Antenna responses in CASA imaging ALMA Antenna responses in CASA imaging Dirk Petry (ESO), December 2012 Outline Motivation ALBiUS/ESO work on CASA responses infrastructure and ALMA beam library First test results 1 Motivation ALMA covers

More information

Current status of ESA s Space Situational Awareness Near-Earth Object programme

Current status of ESA s Space Situational Awareness Near-Earth Object programme Current status of ESA s Space Situational Awareness Near-Earth Object programme Detlef Koschny, European Space Agency, Solar System Missions Division Keplerlaan 1 NL-2201 AZ Noordwijk ZH Detlef.Koschny@esa.int

More information

JWST Pipeline & Data Products

JWST Pipeline & Data Products JWST Pipeline & Data Products Stage 1: Ramps-to-Slopes Karl D. Gordon JWST Calibration WG Lead Space Telescope Sci. Inst. Baltimore, MD, USA Stage 2: Calibrated Slopes Stage 3: Ensemble Processing Star

More information

Processes in Distributed Systems

Processes in Distributed Systems Processes in Distributed Systems Distributed Systems Sistemi Distribuiti Andrea Omicini andrea.omicini@unibo.it Dipartimento di Informatica Scienza e Ingegneria (DISI) Alma Mater Studiorum Università di

More information

The Computation and Data Needs of Canadian Astronomy

The Computation and Data Needs of Canadian Astronomy Summary The Computation and Data Needs of Canadian Astronomy The Computation and Data Committee In this white paper, we review the role of computing in astronomy and astrophysics and present the Computation

More information

Using Python with Smoke and JWST Mirrors. Warren Hack, Perry Greenfield, Babak Saif, Bente Eegholm Space Telescope Science Institute

Using Python with Smoke and JWST Mirrors. Warren Hack, Perry Greenfield, Babak Saif, Bente Eegholm Space Telescope Science Institute Using Python with Smoke and JWST Mirrors Warren Hack, Perry Greenfield, Babak Saif, Bente Eegholm Space Telescope Science Institute The James Webb Space Telescope (JWST) will be the next NASA Great Observatory

More information

M-WERC Overview. Alan Perlstein Executive Director and CEO Mid-West Energy Research Consortium

M-WERC Overview. Alan Perlstein Executive Director and CEO Mid-West Energy Research Consortium M-WERC Overview Alan Perlstein Executive Director and CEO Mid-West Energy Research Consortium 1 What is M-WERC? M-WERC is one of America s Leading Energy, Power and Control (EPC) Industry Clusters Public

More information

NRAO VLA Archive Survey

NRAO VLA Archive Survey NRAO VLA Archive Survey Jared H. Crossley, Loránt O. Sjouwerman, Edward B. Fomalont, and Nicole M. Radziwill National Radio Astronomy Observatory, 520 Edgemont Road, Charlottesville, Virginia, USA ABSTRACT

More information

Programmable Near-Memory Acceleration on ConTutto

Programmable Near-Memory Acceleration on ConTutto Programmable Near- Acceleration on ConTutto Jan van Lunteren, IBM Research Revolutionizing the Datacenter Join the Conversation #OpenPOWERSummit IBM Zurich (CH) Team Jan van Lunteren, Christoph Hagleitner

More information

CSD3 The Cambridge Service for Data Driven Discovery. A New National HPC Service for Data Intensive science

CSD3 The Cambridge Service for Data Driven Discovery. A New National HPC Service for Data Intensive science CSD3 The Cambridge Service for Data Driven Discovery A New National HPC Service for Data Intensive science Dr Paul Calleja Director of Research Computing University of Cambridge Problem statement Today

More information

Powering Real-time Radio Astronomy Signal Processing with latest GPU architectures

Powering Real-time Radio Astronomy Signal Processing with latest GPU architectures Powering Real-time Radio Astronomy Signal Processing with latest GPU architectures Harshavardhan Reddy Suda NCRA, India Vinay Deshpande NVIDIA, India Bharat Kumar NVIDIA, India What signals we are processing?

More information

5GrEEn Towards Green 5G Mobile Networks

5GrEEn Towards Green 5G Mobile Networks 5GrEEn Towards Green 5G Mobile Networks ETSI workshop 7-8 October 2013, Athens, Greece Magnus Olsson Ericsson Research, Stockholm, Sweden Background & Introduction RAN Energy Efficiency is an important

More information

Distributed Archive System for the Cherenkov Telescope Array

Distributed Archive System for the Cherenkov Telescope Array Distributed Archive System for the Cherenkov Telescope Array RIA-653549 Eva Sciacca, S. Gallozzi, A. Antonelli, A. Costa INAF, Astrophysical Observatory of Catania INAF, Astronomical Observatory of Rome

More information

SCHEDULE AND TIMELINE. The Project WBS, expanded to level 2, presented in the form of a Gantt chart

SCHEDULE AND TIMELINE. The Project WBS, expanded to level 2, presented in the form of a Gantt chart ALMA Test Interferometer Project Book, Chapter 14 SCHEDULE AND TIMELINE Richard Simon Last Changed 2000-Feb-22 Revision History: 2000-Feb-22: Initial version created (R. Simon) Introduction This chapter

More information

Lessons learnt from implementing mosaicing and faceting in ASKAPsoft. Max Voronkov & Tim Cornwell ASKAP team 2nd April 2009

Lessons learnt from implementing mosaicing and faceting in ASKAPsoft. Max Voronkov & Tim Cornwell ASKAP team 2nd April 2009 Lessons learnt from implementing mosaicing and faceting in ASKAPsoft Max Voronkov & Tim Cornwell ASKAP team 2nd April 2009 Outline - Imaging software ASKAPsoft re-uses LOFAR design Imaging is treated as

More information

High Performance, High Resolution Detector Solutions. Dr Colin Coates, Product Manager 2015

High Performance, High Resolution Detector Solutions. Dr Colin Coates, Product Manager 2015 High Performance, High Resolution Detector Solutions Dr Colin Coates, Product Manager 2015 1 Pioneering and Leading High Performance Light Measurement Established 1989 (QUB spin out) 357 direct staff ikon

More information

Developing A Universal Radio Astronomy Backend. Dr. Ewan Barr, MPIfR Backend Development Group

Developing A Universal Radio Astronomy Backend. Dr. Ewan Barr, MPIfR Backend Development Group Developing A Universal Radio Astronomy Backend Dr. Ewan Barr, MPIfR Backend Development Group Overview Why is it needed? What should it do? Key concepts and technologies Case studies: MeerKAT FBF and APSUSE

More information

High Performance Computing from an EU perspective

High Performance Computing from an EU perspective High Performance Computing from an EU perspective DEISA PRACE Symposium 2010 Barcelona, 10 May 2010 Kostas Glinos European Commission - DG INFSO Head of Unit GÉANT & e-infrastructures 1 "The views expressed

More information

The IPAC Research Archives. Steve Groom IPAC / Caltech

The IPAC Research Archives. Steve Groom IPAC / Caltech The IPAC Research Archives Steve Groom IPAC / Caltech IPAC overview The Infrared Processing and Analysis Center (IPAC) at Caltech is dedicated to science operations, data archives, and community support

More information

Assignment 5. Georgia Koloniari

Assignment 5. Georgia Koloniari Assignment 5 Georgia Koloniari 2. "Peer-to-Peer Computing" 1. What is the definition of a p2p system given by the authors in sec 1? Compare it with at least one of the definitions surveyed in the last

More information

Virtual Observatory publication of interferometry simulations

Virtual Observatory publication of interferometry simulations Virtual Observatory publication of interferometry simulations Anita Richards, Paul Harrison JBCA, University of Manchester Francois Levrier LRA, ENS Paris Nicholas Walton, Eduardo Gonzalez-Solarez IoA,

More information

Data Replication: Automated move and copy of data. PRACE Advanced Training Course on Data Staging and Data Movement Helsinki, September 10 th 2013

Data Replication: Automated move and copy of data. PRACE Advanced Training Course on Data Staging and Data Movement Helsinki, September 10 th 2013 Data Replication: Automated move and copy of data PRACE Advanced Training Course on Data Staging and Data Movement Helsinki, September 10 th 2013 Claudio Cacciari c.cacciari@cineca.it Outline The issue

More information

EVLA Memo #132 Report on the findings of the CASA Terabyte Initiative: Single-node tests

EVLA Memo #132 Report on the findings of the CASA Terabyte Initiative: Single-node tests EVLA Memo #132 Report on the findings of the CASA Terabyte Initiative: Single-node tests S. Bhatnagar NRAO, Socorro May 18, 2009 Abstract This note reports on the findings of the Terabyte-Initiative of

More information

High Dynamic Range Imaging

High Dynamic Range Imaging High Dynamic Range Imaging Josh Marvil CASS Radio Astronomy School 3 October 2014 CSIRO ASTRONOMY & SPACE SCIENCE High Dynamic Range Imaging Introduction Review of Clean Self- Calibration Direction Dependence

More information

Radio astronomy data reduction at the Institute of Radio Astronomy

Radio astronomy data reduction at the Institute of Radio Astronomy Mem. S.A.It. Suppl. Vol. 13, 79 c SAIt 2009 Memorie della Supplementi Radio astronomy data reduction at the Institute of Radio Astronomy J.S. Morgan INAF Istituto di Radioastronomia, Via P. Gobetti, 101

More information

Advanced Multi-Beam Spect rom et er for t he GBT

Advanced Multi-Beam Spect rom et er for t he GBT Advanced Multi-Beam Spect rom et er for t he Conceptual Software Design Amy Shelton, Patrick Brandt, Bob Garwood, Joe Masters, Mark Whitehead NRAO and U.C. Berkeley Joint Conceptual Design Review January

More information

High dynamic range imaging, computing & I/O load

High dynamic range imaging, computing & I/O load High dynamic range imaging, computing & I/O load RMS ~15µJy/beam RMS ~1µJy/beam S. Bhatnagar NRAO, Socorro Parameterized Measurement Equation Generalized Measurement Equation Obs [ S M V ij = J ij, t W

More information

Primary Beams & Radio Interferometric Imaging Performance. O. Smirnov (Rhodes University & SKA South Africa)

Primary Beams & Radio Interferometric Imaging Performance. O. Smirnov (Rhodes University & SKA South Africa) Primary Beams & Radio Interferometric Imaging Performance O. Smirnov (Rhodes University & SKA South Africa) Introduction SKA Dish CoDR (2011), as summarized by Tony Willis: My sidelobes are better than

More information

TOOLS FOR IMPROVING CROSS-PLATFORM SOFTWARE DEVELOPMENT

TOOLS FOR IMPROVING CROSS-PLATFORM SOFTWARE DEVELOPMENT TOOLS FOR IMPROVING CROSS-PLATFORM SOFTWARE DEVELOPMENT Eric Kelmelis 28 March 2018 OVERVIEW BACKGROUND Evolution of processing hardware CROSS-PLATFORM KERNEL DEVELOPMENT Write once, target multiple hardware

More information

Efficient Observations Forecast for the World s Biggest Eye Using DGX-1

Efficient Observations Forecast for the World s Biggest Eye Using DGX-1 Efficient Observations Forecast for the World s Biggest Eye Using DGX-1 Damien Gratadour 1 and Hatem Ltaief 2 1 LESIA, Observatoire de Paris and Université Paris Diderot, France 2 Extreme Computing Research

More information

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation

Oracle Database 10G. Lindsey M. Pickle, Jr. Senior Solution Specialist Database Technologies Oracle Corporation Oracle 10G Lindsey M. Pickle, Jr. Senior Solution Specialist Technologies Oracle Corporation Oracle 10g Goals Highest Availability, Reliability, Security Highest Performance, Scalability Problem: Islands

More information

The Network Infrastructure for Radio Astronomy in Italy

The Network Infrastructure for Radio Astronomy in Italy The Network Infrastructure for Radio Astronomy in Italy 1 INAF Istituto di Radioastronomia Via Gobetti 101, Bologna, Italy E-mail:m.nanni@ira.inaf.it Franco Mantovani INAF Istituto di Radioastronomia Via

More information